On Wednesday 29 May 2002 13:08, 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?

You must use:

iptables -t nat -v -L
         ^^^^^^

-- 
Daniel Toffetti     ---     'There is no spoon...' - The Matrix
Running Debian Sid version 3.0 with Linux 2.4.13 i686

Reply via email to