[root@pescadero /root]# iptables -L -x -v
Chain INPUT (policy ACCEPT 110601 packets, 26464941 bytes)
    pkts      bytes target     prot opt tos  in     out
source               destination
   50174 16389384 pme        all  --  any  eth0   any
anywhere             anywhere
   50277 16430716 pme        all  --  any  eth0   any
anywhere             anywhere

Chain FORWARD (policy DROP 0 packets, 0 bytes)
    pkts      bytes target     prot opt tos  in     out
source               destination

Chain OUTPUT (policy ACCEPT 63409 packets, 10248885 bytes)
    pkts      bytes target     prot opt tos  in     out
source               destination

Chain pme (2 references)
    pkts      bytes target     prot opt tos  in     out
source               destination
  100287 32776472            all  --  any  eth0   any
anywhere             anywhere
[root@pescadero /root]#

Some parts works...

But this:


[root@pescadero /root]# iptables -I pme -i eth0 -j LOG -p tcp
iptables: Target problem
[root@pescadero /root]#


Or:


[root@pescadero /root]# iptables -I pme -i eth0 -p tcp --dport 6000
iptables: Target problem
[root@pescadero /root]#

and change the insert to append gives a other error message.

[root@pescadero /root]# iptables -A pme -i eth0 -p tcp --dport 6000
iptables: Invalid argument
[root@pescadero /root]#

And I got the same problems with rules for INPUT chain. Is this a
software problem
or a user problem ? The system is running on a dual PII with 4 ethernet
interfaces and
to soundcards. (Alsa drivers) And eth0 is configured by dhcp.

--
foo!

begin:vcard 
n:Enderborg;Peter
x-mozilla-html:FALSE
org:;
adr:;;;;;;
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;0
fn:Peter Enderborg
end:vcard

Reply via email to