MARK

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

 



hi all

i got an problem with the MARK target:

$IPTABLES -t mangle -A PREROUTING -p ICMP -s 0/0 --icmp-type 8 -j MARK --set-mark 1 # ECHO

gives the following error:
iptables: Invalid argument

ipt_MARK is loaded. (and also ipt_mark, just in case ;-) )

i once was running this target without any problems. but i changed to connmark (not my best idea).

so do i have a typo? it seems for me exactly the way as the docu and the source want it to be...
iptables 1.2.11

btw, it runs perfectly with:

$IPTABLES -t mangle -A PREROUTING -p ICMP -s 0/0 --icmp-type 8 -j CONNMARK --set-mark 1 # ECHO

regards (maybe to late or to less coffee)
moritz


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux