From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Haxby Subject: Re: randomly changing IPs from different subnets (Google Mail) Date: Wed, 23 Jun 2010 14:52:32 +0100 Message-ID: <4C2211A0.9040007@oracle.com> References: <6BE62F49-0B12-4DCB-A421-7D90BDFF0615@gmail.com> <4C210C24.9050605@gmail.com> <4C21F56C.3070603@gmail.com> <4C22105A.70006@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4C22105A.70006@gmail.com> Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Lars Nooden Cc: Jan Engelhardt , netfilter@vger.kernel.org On 23/06/10 14:47, Lars Nooden wrote: > Perhaps the manual pages are out of date then. There appears to be no > mention of the option -S in the manual page for iptables v1.2.10 or on > this web page: > > http://linux.die.net/man/8/iptables > > % iptables -S > iptables v1.2.10: Unknown arg `-S' > Try `iptables -h' or 'iptables --help' for more information. > > Where are you finding -S ? % iptables -V iptables v1.4.7 % iptables -S -P INPUT ACCEPT ... % man iptables ... -S, --list-rules [chain] Print all rules in the selected chain. If no chain is selected, all chains are printed like iptables-save. Like every other ipt- ables command, it applies to the specified table (filter is the default). jch