Re: ipfw Unrecognised option

2006-03-14 Thread Thomas Wolf
[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

Re: ipfw Unrecognised option

2006-03-14 Thread Plamen Stoev
; > 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

ipfw Unrecognised option

2006-03-14 Thread Tyrone
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

ipfw: unrecognised option [-1] tcp

2005-10-03 Thread scuba
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