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