Page 1 of 1

Too many IPS

Posted: Wed Apr 14, 2010 12:50 am
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?

Re: Too many IPS

Posted: Wed Apr 14, 2010 8:01 am
by Natha
Hello Intel.

Are you wanting to extend a session limit for yourself or everyone on the network?

Re: Too many IPS

Posted: Wed Apr 14, 2010 12:31 pm
by intel233
Just for myself.
Sorry the 2nd line should have been:
/msg operserv exception add +0 *.pool-XXX.XXX.XXX.net 0 intel233

Re: Too many IPS

Posted: Wed Apr 14, 2010 5:17 pm
by Casper
Try the limit 10.

(/msg operserv exception add +0 IP 10 somereason

Should work!

Re: Too many IPS

Posted: Thu Apr 22, 2010 4:37 pm
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

Re: Too many IPS

Posted: Thu Apr 22, 2010 4:45 pm
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.

Re: Too many IPS

Posted: Thu Apr 22, 2010 4:57 pm
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.

Re: Too many IPS

Posted: Thu Apr 22, 2010 5:12 pm
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. :)

Re: Too many IPS

Posted: Thu Apr 22, 2010 6:46 pm
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 :)

Re: Too many IPS

Posted: Thu Apr 22, 2010 8:45 pm
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