Hello, Eric. On Thursday 24 January 2008 14:49:54 Eric Leblond wrote: > > I'm using this line in the attached file: > > -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080 > > Miss "-t nat" in the line, you need to specify the table to use. I've changed that line as you suggested, but now I get this error when running `iptables-restore < /etc/iptables.config': ========== iptables-restore v1.3.6: Line 7 seems to have a -t table option. Error occurred at line: 7 Try `iptables-restore -h' or 'iptables-restore --help' for more information. ========== It now reads: -A PREROUTING -t nat -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080 Thanks! -- Gustavo Narea. http://gustavonarea.net/ Get GNU/Linux! http://www.getgnulinux.org/
Attachment:
signature.asc
Description: This is a digitally signed message part.