Opened 11 years ago
Closed 11 years ago
#5345 closed enhancement (fixed)
Wrong syntax in iptables masquerading example
Reported by: | ojab | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
http://www.linuxfromscratch.org/blfs/view/svn/postlfs/firewall.html
iptables -A FORWARD -i ! ppp+ -m conntrack --ctstate NEW -j ACCEPT
should be
iptables -A FORWARD ! -i ppp+ -m conntrack --ctstate NEW -j ACCEPT
Change History (2)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r13874.