lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 1 Jun 2013 07:02:29 +0000 (UTC)
From:	kermani <somayeh.kermani@...il.com>
To:	netdev@...r.kernel.org
Subject: Re: Problem with vlan bridge

Molaei <zohrehmolaei <at> gmail.com> writes:

> 
> i have fedora 19 with kernel 3.9 and want to use iproute for adding vlan
> bridge. i do this configuration but vlan bridge not work.
> 
> ip link add dev br type bridge
> ip link set dev br up
> ip link add link eth0 name eth0.20 type vlan id 20
> ip link set dev eth0.20 up
> ip link add link eth1 name eth1.30 type vlan id 30
> ip link set dev eth1.30 up
> 
> bridge vlan add dev eth0.20 vid 20 
> bridge vlan add dev eth1.30 vid 30 
> 
> when i sen broadcast message from systemtha connected to eth0, systam
> connected to eth1 get broadcast message with vid 200.
> 
> please help me
> thanks
> 
> 

I have same problem and configuration is as a follow:

ip link add dev br type bridge
ip link set dev br up
ip link add link eth0 name eth0.20 type vlan id 20
ip link set dev eth0.20 up
ip link add link eth1 name eth1.30 type vlan id 30
ip link set dev eth1.30 up

ip link set eth0.20 master br
ip link set eth1.30 master br

bridge vlan add dev eth0.20 vid 20 
bridge vlan add dev eth1.30 vid 30 

I can't find any document or example to perform that. 
I appreciate your reply.
Regards



--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ