Results 1 to 2 of 2
Hy
in match module used in iptables for example:
Code:
iptables A INPUT -m addr-type LOCAL -j ACCEPT/DROP
according to the iptables man pages it say's it's "127.0.0.1 for example" ...
- 10-12-2011 #1
What addresses does LOCAL cover from iptables
Hy
in match module used in iptables for example:
according to the iptables man pages it say's it's "127.0.0.1 for example" also on another resources on the www I found no answer to this question.Code:iptables A INPUT -m addr-type LOCAL -j ACCEPT/DROP
but it looks like LOCAL is 127.0.0.0\8 IP range and not local network A,B,C class and APIPA ??
thank's in advice.
- 10-14-2011 #2Just Joined!
- Join Date
- Jun 2006
- Posts
- 2
your local
if you have more than one machine and they are connected in some manner you have a lan. The numbers assigned to your lan is the local. For instance you man use the 192.168.0.0 block so all of your local is in that block. If you have any form of assigned numbers then that is your local.


Reply With Quote