Opened 10 years ago

Closed 10 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 Fernando de Oliveira, 10 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r13874.

Note: See TracTickets for help on using tickets.