HFS: IP masks

From rejetto wiki
Revision as of 22:47, 12 April 2006 by Martok (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Computers in every network (e.g.,Internet, LAN,...) are identified by IP addresses.

HFS is able to filter for some IPs at some places. The logic it uses is explained here.

Including IPs

Just type the IP you want:

192.168.0.20

Excluding IPs

to exlude an IP, put an \ before it:

\192.168.0.20

IP ranges

IP ranges can be specified by puttin an - between first and last IP

192.168.0.20-192.168.0.50

192.168.0.20 and 192.168.0.50 are inside the range.

Combination of range and exclude

To exclude a range of IPs, type

\192.168.0.20-192.168.0.50

Multiple filters

Mutiple filters in one filter string are seperated by ;
It is also possible to combine ranges and single IPs.

192.168.0.20;192.168.0.25;192.168.0.30-192.168.0.50