Changeset 71b798c in lab.git for iptables/setfilter


Ignore:
Timestamp:
Jul 5, 2009 12:58:46 PM (15 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
84d8293
Parents:
4999639
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

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@13 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iptables/setfilter

    rc109418 r71b798c  
    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.