Find the answer to your Linux question:
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" ...
  1. #1
    Just Joined! sasanet's Avatar
    Join Date
    Oct 2011
    Location
    Croatia
    Posts
    1

    What addresses does LOCAL cover from iptables

    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" also on another resources on the www I found no answer to this question.
    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.

  2. #2
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...