> On Mon, 12 Oct 2009 18:20:25 +0200, "- leer -" <a_at_exdo.de> wrote:
>>>
>>> Listing the rules with -nv options as well will show the additional
>>> fields
>>> and packet counters.
>>>
>>> Amos
>>
>> Hello,
>>
>> there are no other rules.
>> I had deleted all.
>
> Please re-read what I said:
>
> Listing the rules with -nv options as well will show the additional fields
> and packet counters.
>
> There is no mention of additional rules needed.
> It is a very simple instruction of what you have to do to display the
> packet counters you asked how to view.
>
> Amos
>
>
Here the output of iptables -L -nv.
http://nopaste.oppserver.net/index.php?id=6636e76b38
Cheers,
Chris
There is one thing missing.
When I using my skript for the iptables:
iptables -F
iptables -X
iptables -t nat -F
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -t nat -A PREROUTING -d 192.168.0.0/24 -i eth1 -j ACCEPT
iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth1 -j REDIRECT
--to-port 880
iptables-save
Then you won't find anything with iptables -L -nv
Cheers,
Chris
Received on Tue Oct 13 2009 - 06:06:28 MDT
This archive was generated by hypermail 2.2.0 : Tue Oct 13 2009 - 12:00:05 MDT