Question regarding to IP ban

These are old archives. They are kept for historic purposes only.
Post Reply
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Question regarding to IP ban

Post by Alex »

I'm atm reading the docs for Unreal and I have a question regarding to IP bans.

In the example it says:

Code: Select all

*!*@128.*
Does that means you actually can ban an IP that way or is it just to show how it has to be set for the rest of the numbers in that IP like:

Code: Select all

*!*@123.45.67.890
and will that ban everyone who have an IP that start with 128 :?:
Ron2K

Post by Ron2K »

*!*@128.* should ban 128.0.0.0/8.

Oh, for the day where I can use CIDR everywhere...
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

It's a wildcard mask like with hostnames. Just it matches against the "standard notation" for the IP address (1.2.3.4 for ipv4, or the compressed version for ipv6).
Post Reply