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 option [-1] v
I have a problem nagging at me for a while now...
If I create a pipe with a dst-ip mask (I haven't tried with a src-ip
mask) and a bandwith limit, the limit isn't respected properly. I know
it's not in the firewall rules themselves, the traffic goes into the
pipe, just when I use ipfw pipe sho
[EMAIL PROTECTED] wrote:
> 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 a
[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 packe