Heh... Let's start. I have two IP-subnets, configured in UIRCd, and I need to deny another connection. In conf I wrote allowing only this IP-subnets (for example - allow { ip *@10.0.0.* ... }, but another machines, which don't enter to this subnet (for example 12.3.4.5 ip-address) connecting to ircd successfully.
Shortly - I want to block aliens for my two ip-subnets, because UIRCd configured on ISP server and it needs only for clients of this ISP.
IP-filtering
-
DaedalusVR
- Posts: 3
- Joined: Sat May 07, 2005 12:47 pm
- Contact:
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
Read the docs. They clearly say allow block are an "OR" match, which means users can connect if their IP OR Host match the IP or host in the block. You need to specify a host that does not exist, such as:
Code: Select all
host NOTHING;-
DaedalusVR
- Posts: 3
- Joined: Sat May 07, 2005 12:47 pm
- Contact: