search for: 802_1q

Displaying 5 results from an estimated 5 matches for "802_1q".

Did you mean: 802.1q
2007 Apr 18
1
[Bridge] is possible to create vlan capable switch use linux?
Hii All, VLAN is create in manageable switch, like Cisco Catalyst and other vlan cap= able switch. eac port in that switch can be assigned in different VLAN. so,= that switch capable to insert 802_1q to each incoming frame (Please correc= t if its wrong, i just newbie in VLAN).I want build VLAN but i don't have v= lan capable switch. Is possible to create a vlan capable switch using switc= h+vconfig program in linux kernel? If it is possible, how should i configur= e? thank for yours time...
2006 Feb 22
0
memory leaks resolved?
...and any domU I wanted on vlan1 br1 = bridge of trunk.2 and any domU I wanted on vlan2 The latter config makes much more sense, but I could never get it working, nothing on br1 would ever work. Recently though I discovered I needed the following rule for ebtables: ebtables -t broute -D BROUTING -p 802_1Q -i trunk -j DROP which selects packets using dot1q encapsulation on interface trunk, and DROPs them from the broute table, which means they don''t get routed through the bridge. Because the bridge interface then doesn''t pick them up, they are available for the vlan logic and so ap...
2019 Jan 08
0
[Bug 1316] New: ebtables-nft support for broute
...rity: P5 Component: iptables over nftable Assignee: pablo at netfilter.org Reporter: arturo at debian.org Original debian bug: https://bugs.debian.org/918551 The following command fails using ebtables-nft from iptables 1.8.2: ebtables -t broute -A BROUTING --protocol 802_1Q -j DROP -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20190108/dff507fa/attachment.html>
2005 Jan 31
1
tc, VLAN, ebtables issue
...d 1:10 htb rate 1kbps ceil 256kbps prio 0 /usr/sbin/tc qdisc add dev eth1 parent 1:10 handle 10: sfq /usr/sbin/tc class add dev eth1 parent 1:1 classid 1:11 htb rate 1kbps ceil 2kbps prio 2 /usr/sbin/tc qdisc add dev eth1 parent 1:11 handle 11: sfq Then mark VLAN traffic: ebtables -A FORWARD -p 802_1Q --vlan-id 103 -j mark --set-mark 2 --mark-target CONTINUE Then classify VLAN traffic to the specify class /usr/sbin/tc filter add dev eth0 parent 1: protocol ip prio 2 handle 2 fw classid 1:11 But the result is: the VLAN id 103 traffic go to the default class 1:9, not go to the class 1:11 as we e...
2008 Mar 07
7
[Bridge] bridge, vlan and *no* stp/bpdu
Hello list, I've posted here about this before, but I realise that it may have been assumed that the bridged vlans simply put a switch port in a blocking state and left my question ignored. So to recap. I have two tg3 interfaces named 'in' and 'out' and a bridge named 'br0' My vlan trunk is on the 'in' side of the network, and set as in.2, in.3 ... The