Difference between revisions of "Ipfilter.dat file"

From AMule Project FAQ
Jump to: navigation, search
 
m (Example: Fix examples)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
== File ==
 
== File ==
 
+
'''Name:''' ''ipfilter.dat''
'''Name:''' ''onlinesig.dat''
+
  
 
'''Location:''' ''~/.aMule/''
 
'''Location:''' ''~/.aMule/''
  
 
== Description ==
 
== Description ==
 
+
The usefullness of this file is described in the [[IPFilter|IP Filter article]].
The usefullness of this file is describbed in the [[IPFilter|IP Filter article]].
+
  
 
== Format ==
 
== Format ==
 
 
The format of the ''ipfilter.dat'' file is as follows:
 
The format of the ''ipfilter.dat'' file is as follows:
  
'''[[IP]]s range , Access level , Description'''
+
'''[[IP address|IP]]s range , Access level , Description'''
  
''Access level'' values '''lower than 127 are blocked [[IP]]s''' and values '''over 127 are permitted [[IP]]s'''.
+
''Access level'' values '''lower than 127''' are ''blocked [[IP address|IP]]s''' and values '''over 127''' are '''allowed [[IP address|IP]]s'''.
  
''[[IP]]s range'' values are described by an initial [[IP]] a slash and the ending [[IP]] of tha range (the slash must be separated from the [[IP]]s by a single space character).
+
''[[IP address|IP]]s range'' values are described by an initial [[IP address|IP]] a dash and the ending [[IP address|IP]] of the range.
  
 
== Example ==
 
== Example ==
 
 
''000.000.000.000 - 000.255.255.255 , 000 , "This" Network [RFC1700, page 4]''<br>
 
''000.000.000.000 - 000.255.255.255 , 000 , "This" Network [RFC1700, page 4]''<br>
 
''169.254.0.0 - 169.254.0.255 , 000 , Link local''<br>
 
''169.254.0.0 - 169.254.0.255 , 000 , Link local''<br>
''192.168.0.0 , 192.168.255.255 , Optionally block my LAN''<br>
+
''192.168.0.0 - 192.168.255.255 , 0 , Optionally block my LAN''<br>
''127.0.0.0 , 127.255.255.255 , Optionally block localhost (Loopback)''
+
''127.0.0.0 - 127.255.255.255 , 0 , Optionally block localhost (Loopback)''
 +
 
 +
[[Category:Program Files]]

Latest revision as of 07:40, 2 April 2016

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 the range.

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 , 0 , Optionally block my LAN
127.0.0.0 - 127.255.255.255 , 0 , Optionally block localhost (Loopback)