Difference between revisions of "Ipfilter.dat file"

From AMule Project FAQ
Jump to: navigation, search
m (file name)
Line 1: Line 1:
 
== File ==
 
== File ==
  
'''Name:''' ''onlinesig.dat''
+
'''Name:''' ''ipfilter.dat''
  
 
'''Location:''' ''~/.aMule/''
 
'''Location:''' ''~/.aMule/''

Revision as of 19:54, 9 July 2005

File

Name: ipfilter.dat

Location: ~/.aMule/

Description

The usefullness of this file is described in the IP Filter article.

Format

The format of the ipfilter.dat file is as follows:

IPs range , Access level , Description

Access level values lower than 127' are blocked IPs and values over 127 are allowed IPs.

IPs range values are described by an initial IP a dash and the ending IP of tha range (the dash must be separated from the IPs by a single space character).

Example

000.000.000.000 - 000.255.255.255 , 000 , "This" Network [RFC1700, page 4]
169.254.0.0 - 169.254.0.255 , 000 , Link local
192.168.0.0 , 192.168.255.255 , Optionally block my LAN
127.0.0.0 , 127.255.255.255 , Optionally block localhost (Loopback)