Re: iptable NAT/PAT inbound port forwarding without changing source address

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Kristoff Bonne a écrit :
> 
> If I do "iptables -L -n -v", I do not see anything for the portwarding
> rules anywhere.

By default iptables -L lists only rules in the filter table (implies "-t
filter"). NAT rules are in the nat table so you need to specify "-t nat".

> Is there any command to see what is REALLY in the full configuration of
> iptables. Perhaps there is part of the iptables that is configured at
> some other script somewhere else.

iptables-save, if available, dumps the contents of all tables (unless
specified otherwise with "-t <table>").
--
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux