Changeset 13 in lab for trunk/iptables/setfilter


Ignore:
Timestamp:
Jul 5, 2009 12:58:46 PM (15 years ago)
Author:
mitty
Message:
  • NEW setfilter now sets nat table
    • this feature clashes with setnapt.sh because both of them reset nat table
    • do not use them (setfilter and setnapt.sh) at the same same time
  • accept connections to local services from WAN
    • ACCEPT and REDIRECT examples
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/iptables/setfilter

    r10 r13  
    3434        error="" 
    3535         
    36         tables="raw mangle" 
     36        tables="raw mangle nat" 
    3737        for table in $tables 
    3838        do 
     
    7474    error="" 
    7575     
    76     tables="raw mangle" 
     76    tables="raw mangle nat" 
    7777    for table in $tables 
    7878    do 
Note: See TracChangeset for help on using the changeset viewer.