ipfw Unrecognised option

Thomas Wolf tw at wsf.at
Tue Mar 14 17:20:46 UTC 2006


Tyrone at telecity.se schrieb:

> 
> ipfw add 107 queue 9 ip from any to any in vlan117
> 
> ipfw: unrecognised option [-1] vlan117
> 

ipfw add 107 queue 9 ip from any to any in recv vlan117
---------------------------------------------^

is probably what you want. in/out specifies the direction
of the packets, an interface name can only be used as:
'recv|xmit|via ifXXX'

Thomas



More information about the freebsd-ipfw mailing list