Eric Sisler <[EMAIL PROTECTED]> writes:

> I've just started working with iptables and I can't seem to find a way
> to list current masquerade / nat connections.  With ipchains I'd use
> the command 'ipchains -nML' to get a table of masq'ed connections.  Am
> I just missing something or is there no way to do this with iptables?

I think you may be tripping over something I tripped over a while ago.
To list the `nat' table you must tell iptables what table to list.

  iptables -t nat -nL

Where (-t=table) is `nat'



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to