Opened 5 years ago

Closed 5 years ago

#38 closed defect (fixed)

shaping rules for icmp traffic fail

Reported by: victor Owned by: victor
Priority: blocker Milestone: 0.6
Component: vuurmuur Version: 0.5.74 alpha 2
Keywords: Cc:

Description

from http://sourceforge.net/forum/message.php?msg_id=4687980 :

"-I SHAPEOUT -o eth1 -p icmp -m icmp -s 192.168.0.8/255.255.255.255 --scmp-type 8/0 -d 192.168.0.0/255.255.255.0 -m state --state RELATED,ESTABLISHED -j CLASSIFY --set-class 3:11

This resulted in an error when loading this ruleset. iptables doesnt recognize the "--scmp-type", which probably should be "icmp-type"."

The return traffic rule for icmp is not generated right.

Change History (1)

comment:1 Changed 5 years ago by victor

  • Resolution set to fixed
  • Status changed from new to closed

Fixed/worked around/hacked by changeset:147

It now works for ping, but the rest of icmp is ignored. Vuurmuur should no longer create an invalid ruleset though.

Note: See TracTickets for help on using tickets.