Search found 3 matches

by Evgeny
Fri Sep 14, 2012 8:29 am
Forum: Unreal 3.2 Modules
Topic: Module that allows IPs by <Net address>/<Net mask>
Replies: 4
Views: 11403

Re: Module that allows IPs by <Net address>/<Net mask>

I have just tested CIDR in allow block. It looks working!
by Evgeny
Fri Sep 14, 2012 4:09 am
Forum: Unreal 3.2 Modules
Topic: Module that allows IPs by <Net address>/<Net mask>
Replies: 4
Views: 11403

Re: Module that allows IPs by <Net address>/<Net mask>

I speak about http://www.unrealircd.com/files/docs/unreal32docs.html#allowblock . The ip mask is in the form user@ip, user is the ident and often set at *, ip is the ipmask. Some examples: *@* (from everywhere), *@192.168.* (only from addr's starting with 192.168), etc. Is CIDR supported in this sec...
by Evgeny
Thu Sep 13, 2012 11:45 am
Forum: Unreal 3.2 Modules
Topic: Module that allows IPs by <Net address>/<Net mask>
Replies: 4
Views: 11403

Module that allows IPs by <Net address>/<Net mask>

E. g. "10.96.0.0/11"
1. Is there such module?
2. If no, does permit module API to create such kind module?

Existing allow block with IP mask as "*" is very inconvenient for me.