Computers in every network (for example, the Internet or a LAN) are identified by IP addresses (normally shortened to just IP).

For some input in HFS (e.g. banning), you need to specify one or more IPs.

The following describes the syntax you can use to specify such IPs.

Contents

edit Single IP

Just type the IP you want to specify:

192.168.0.20

edit All but one

To exclude an IP, put a backslash \ before it:

\192.168.0.20

edit IP ranges

Ranges can be specified by putting a dash - between the first and last IP:

192.168.0.20-192.168.0.50

192.168.0.20 and 192.168.0.50 are inclusive.

edit Wildcards

You can also use wildcards (? for single character, * for any number of characters):

192.168.*.*
1?2.*.1.1

edit Concatenation

Use a semicolon ; to specify more than one address:

192.2.3.4;192.5.6.7

edit Combinations

You can combine any of the above methods in the same IP mask:

\192.168.?.*;10.0.0.1-10.0.0.5
Last modified September 30, 2008 1:54 pm / Content is available under GNU Free Documentation License 1.2. / Skin by Kevin Hughes
Powered by MediaWiki