Thanks Erik, that did the trick!
Peter Clark
Erik Huizing wrote:
The '=' is causing the problem. Try removing it.
Peter Clark wrote:
Hello,
I am trying to implement rule groups for the first time and when I
load my rules I get:
war# ipf -Fa -f /etc/ipf.rules
75: unknown words at end: [>< 140 group 200 ]
The offending rule is:
block in quick on em0 proto tcp/udp from any to any port = 134 >< 140
\ group 200
If I change this to say:
block in quick on em0 proto tcp/udp from any to any port = 135 group 200
I do not get the error... So for my own understanding, can you use
both the "port = ><" and group directives? Is my syntax out of order?
Thank you for any help.
Peter Clark