- Timestamp:
- Jul 5, 2009 12:58:46 PM (16 years ago)
- Branches:
- master, trunk
- Children:
- 84d8293
- Parents:
- 4999639
- Location:
- iptables
- Files:
- 
          - 1 added
- 2 edited
 
 - 
          setfilter (modified) (2 diffs)
- 
          ufw/after.rules (modified) (1 diff)
- 
          ufw/nat.rules (added)
 
Legend:
- Unmodified
- Added
- Removed
- 
        iptables/setfilterrc109418 r71b798c 34 34 error="" 35 35 36 tables="raw mangle "36 tables="raw mangle nat" 37 37 for table in $tables 38 38 do … … 74 74 error="" 75 75 76 tables="raw mangle "76 tables="raw mangle nat" 77 77 for table in $tables 78 78 do 
- 
        iptables/ufw/after.rulesr4999639 r71b798c 16 16 # End required lines 17 17 18 ## allow connections to the local services from WAN 19 # ssh 22/tcp 20 -A ufw-after-input -p tcp --syn -m state --state NEW --dport 22 -j ACCEPT 21 # https 443/tcp 22 -A ufw-after-input -p tcp --syn -m state --state NEW --dport 443 -j ACCEPT 23 18 24 # don't log noisy services by default 19 25 -A ufw-after-input -p udp --dport 137 -j RETURN 
Note: See TracChangeset
          for help on using the changeset viewer.
      
