Too many IPS

These are old archives. They are kept for historic purposes only.
Post Reply
intel233
Posts: 13
Joined: Wed Aug 12, 2009 10:25 pm

Too many IPS

Post by intel233 »

I need to have at least 4-5 connections and i keep getting Too many connections from your IP.

I already tried :
/msg operserv exception add +0 *XXX.XXX.XXX.XXX 0 intel233
/msg operserv exception add +0 *.pool-XXX.XXX.XXX.net 0 Encino

Is there something else I need to do?
Natha
Posts: 2
Joined: Wed Apr 14, 2010 7:42 am

Re: Too many IPS

Post by Natha »

Hello Intel.

Are you wanting to extend a session limit for yourself or everyone on the network?
intel233
Posts: 13
Joined: Wed Aug 12, 2009 10:25 pm

Re: Too many IPS

Post by intel233 »

Just for myself.
Sorry the 2nd line should have been:
/msg operserv exception add +0 *.pool-XXX.XXX.XXX.net 0 intel233
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Too many IPS

Post by Casper »

Try the limit 10.

(/msg operserv exception add +0 IP 10 somereason

Should work!
Ex Network-Administrator
intel233
Posts: 13
Joined: Wed Aug 12, 2009 10:25 pm

Re: Too many IPS

Post by intel233 »

Nope.. I still occasionally get kicked with too many IPs and now I can not bring in another bot because it says to many connections from your IP.

I need to be exempt from this.
I have tried:
/msg operserv exception add +0 *XXX.XXX.XXX.XXX 0 intel233
/msg operserv exception add +0 *.pool-XXX-XXX-XXX-XXX.nycmny.fios.verizon.net 0 intel233
/msg operserv exception add +0 pool-XXX-XXX-XXX-XXX.nycmny.fios.verizon.net 0 intel233
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Too many IPS

Post by Casper »

I'm not sure about this, because it was a long time ago I had to preform this command, but I believe the syntax you give is incorrect.

Code: Select all

/msg OperServ exception add +0 IP 0 intel233
Without the astrix(*)!
--

Do you have a dynamic IP address you're on? Then the IP changes time to time and would explain why the exception feature isn't working.
Ex Network-Administrator
intel233
Posts: 13
Joined: Wed Aug 12, 2009 10:25 pm

Re: Too many IPS

Post by intel233 »

I thought you needed a hostmask NOT IP
Yes I am on dynamic but when my IP changes I update with the current IP.
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Too many IPS

Post by Casper »

Did filling out the IP in the syntax work? I remember using always the IP instead of the hostmask.

Good luck. I'll probably be off for the weekend! Sorry. :)
Ex Network-Administrator
intel233
Posts: 13
Joined: Wed Aug 12, 2009 10:25 pm

Re: Too many IPS

Post by intel233 »

No, I am still getting too many connections from your IP
This is what I have when I do exception view:

*OperServ* Current Session Limit Exception list:
*OperServ* 1. pool-96-XXX-XXX-XXX.nycmny.fios.verizon.net (by intel233 on Apr 13 2010; does not expire)
*OperServ* Limit: 0 - intel233
*OperServ* 2. *.nycmny.fios.verizon.net (by intel233 on Apr 22 2010; does not expire)
*OperServ* Limit: 0 - intel233
*OperServ* 3. 96.XXX.XXX.XXX (by intel233 on Apr 22 2010; does not expire)
*OperServ* Limit: 10 - me

Appreciate the help btw :)
intel233
Posts: 13
Joined: Wed Aug 12, 2009 10:25 pm

Re: Too many IPS

Post by intel233 »

OK if I edit unrealircd.conf:
allow {
ip *@127.0.0.1;
hostname *@services.localhost.net;
class servers;
maxperip 2;
};


allow {
ip *@XXX.XXX.XXX.XXX;
hostname *;
class clients;
password "XXX";
maxperip 1;
};

allow {
ip *@96.XXX.XXX.XXX; <---this is me
hostname *;
class clients;
maxperip 16;
};

allow {
ip *@*;
hostname *@*;
class clients;
password "XXX";
maxperip 4; <--Changed to 6 and I can bring my bot on
options {
ssl;
};

};
I just want it to work for me I do not want ppl to have 6 maxperip
Post Reply