Search:

Type: Posts; User: JKyleOKC; Keyword(s):

Search: Search took 0.18 seconds.

  1. Replies
    12
    Views
    1,223

    [SOLVED] Re: IPTables configuration questions

    For the LAN traffic, I think these rules should work:
    -A FORWARD -s 10.1.10.0/24 -d 10.1.10.0/24 -j ACCEPT
    -A FORWARD -s 10.1.10.13/32 -j ACCEPTThis should allow unlimited traffic around the LAN,...
  2. Replies
    12
    Views
    1,223

    [SOLVED] Re: IPTables configuration questions

    We're getting there, I think. The Windows "file and printer sharing" services use ports 137, 138, 139, and 445 to establish their network connections. They use both tcp and udp, so I would put...
  3. Replies
    12
    Views
    1,223

    [SOLVED] Re: IPTables configuration questions

    That second rule accepts everything coming in from your LAN; I'm not clear yet as to what, specifically, you want the LAN users to be able to do. However to block them from port 80, for instance, you...
  4. Replies
    12
    Views
    1,223

    [SOLVED] Re: IPTables configuration questions

    If I take this literally, achieving that goal would make communication impossible, since "any circumstances" would include packets in reply to your outgoing connection requests. It would even include...
Results 1 to 4 of 4