[EMAIL PROTECTED] 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
;
> ipfw add 107 queue 9 ip from any to any in vlan117
>
> ipfw: unrecognised option [-1] vlan117
>
>
Try using "via" before iface:
ipfw add 107 queue 9 ip from any to any in via vlan117
___
freebsd-ipfw@freebsd.org maili
I'm running FreeBSD 5.4-RELEASE FreeBSD 5.4-RELEASE #6:
When running the following line I get the following error, vlan117 is up
and running and working just fine, but I can't seem to do any shaping on
it.
ipfw add 107 queue 9 ip from any to any in vlan117
ipfw: unrecognised
Hi all,
I'm a bit confused here, please give me some light.
My problem is that after the rule 190 (see them bellow) I get this
error message:
ipfw: unrecognised option [-1] tcp
But it´s not only after 190, if I remove it the problem keeps.
Here is the begini