"iptables: No chain/target/match by that name"

David Coulson david at davidcoulson.net
Thu Dec 21 19:51:49 CET 2006


Brian McNally wrote:
> Hello,
> 
> I'm running Red Hat Enterprise Linux 3 with the 2.4.21-27.0.2.ELsmp
> kernel and iptables 1.2.8. When I try and insert the following rule:
> 
> iptables -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080

iptables -t nat -A PREROUTING .....

Default table is 'filter', and PREROUTING isn't in there.

David

-- 
David J. Coulson
email: david at davidcoulson.net
web: http://www.davidcoulson.net/



More information about the netfilter mailing list