[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <loom.20130530T080452-121@post.gmane.org>
Date: Thu, 30 May 2013 06:40:41 +0000 (UTC)
From: Molaei <zohrehmolaei@...il.com>
To: netdev@...r.kernel.org
Subject: Problem with vlan bridge
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
--
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