netfilter 0.90
Kevin Moore
kevinm@sigware.com
Wed, 16 Feb 2000 12:11:19 -0800
I'm trying to do RNAT (DNAT) with the 0.90 version. When I type the
following command line iptables hangs. I have to hit CTRL-C. If I don't
hit CTRL-C fairly soon, the system hangs. Is this command line incorrect?
Or is there some other problem.
iptables -t nat -A PREROUTING -p tcp -d 208.201.251.150 --dport 80 -t
10.10.10.7 --to-ports 80 -j DNAT
I also noticed that -t specifies the table and also specifies a 'to' address
for NAT.
Kevin