Hello, I have set up vlan's on my 3com switch with vlan devices on my openbsd server to accomodate my altq properly. However I can not seem to tag any packets on vlan1 or xl0 (parent interface). The prupose is to do both incoming/outgoing queue's on normal interface's my setup works fine. How can get around this for vlan setup?
I am running 3.3-current the latest cvsup version. Thanks in advance Mark ---------------------------------------------------------------- Beware of Geeks bearing gifs. ----------------------------------------------------------------
table <opium> { 196.34.165.210 } set timeout { interval 30, frag 10 } set timeout { tcp.first 120, tcp.opening 30, tcp.established 86400 } set timeout { tcp.closing 900, tcp.finwait 45, tcp.closed 90 } set timeout { udp.first 60, udp.single 30, udp.multiple 60 } set timeout { icmp.first 20, icmp.error 10 } set timeout { other.first 60, other.single 30, other.multiple 60 } set limit { states 1000000, frags 150000 } set loginterface none set optimization normal set block-policy drop set require-order yes scrub in on fxp0 all random-id no-df fragment reassemble altq on fxp0 bandwidth 10Mb hfsc queue { std_u, local_u } queue std_u bandwidth 32Kb hfsc(default upperlimit 768Kb) # change this queue local_u bandwidth 768Kb hfsc(upperlimit 768Kb) { \ opium_u_l \ } queue opium_u_l bandwidth 32Kb hfsc(upperlimit 32Kb) altq on xl0 bandwidth 100Mb hfsc queue { mics, std_d, local_d } queue std_d bandwidth 32Kb hfsc(default upperlimit 768Kb) # change this queue mics bandwidth 2Mb # Downstream - Local Bandwidth queue local_d bandwidth 768Kb hfsc(upperlimit 768Kb) { \ opium_d_l \ } queue opium_d_l bandwidth 32Kb hfsc(upperlimit 32Kb) pass in on fxp0 from any to <opium> keep state queue opium_u_l pass in on vlan1 from <opium> to any keep state queue opium_d_l block in on fxp0 from any to <opium>