connection issue

These are old archives. They are kept for historic purposes only.
Post Reply
SBHACMatt
Posts: 6
Joined: Tue Jun 22, 2004 10:46 pm

connection issue

Post by SBHACMatt »

shouldnt this say [clients] instead???

Tornado.SBHACSupport.ca- *** Notice -- Client connecting on port 6667: SBHACMatt (~matt@IP) [servers]
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

What does your aloow block say?
SBHACMatt
Posts: 6
Joined: Tue Jun 22, 2004 10:46 pm

Post by SBHACMatt »

allow {
ip *@*;
hostname *@*;
class clients;
maxperip 3;
};
allow {
ip *@*;
hostname *@*;
class servers;
maxperip 3;
};
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

Yeah, ummm buddy, you don't need the second allow block. Allow Block Information
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Yes, as jewles said, you don't need that second allow block. The reason everone is connecting in the servers class, is because UnrealIRCd reads the allow blocks from the bottom to the top.
SBHACMatt
Posts: 6
Joined: Tue Jun 22, 2004 10:46 pm

Post by SBHACMatt »

Oops! my bad lol, i knew that :?
Post Reply