Benny Butler wrote:
----------------->>>>
I asked a question earlier about allowing a connection from one machine
behind a firewall to another machine behind, and nothing more.  if anyone is
interested, here's how I did it:

iptables -t nat -A POSTROUTING -o eth0 -s 192.168.5.2 -d 207.201.202.151 -p
tcp --dport 80 -j MASQUERADE

But for some reason, this rule falls outside of the scope of iptables -v -L
This is the only rule I have applied, but it's not showing up in iptables -v
-L  is there another way I need to invoke the  iptables to show this rule?
----------------->>>> 

iptables -t nat -L

Reply via email to