Displaying 2 results from an estimated 2 matches for "brvlanid".
Did you mean:
brvlan2
2008 Jun 09
1
RE: RE: VLAN and BRIDGE HELP
...cently set that kind of eviroment up. What Host OS are you running becouse i wrote 2 diffrent howtos for Red Hat and one for SuSe.
But in theory you just have 1 interface for ex: eth0
then you do vconfig add eth0 VLANID
when that is done you create a bridge something like this:
brctl addbr brVLANID
brctl addif brVLANID eth0.VLANDID
when that is setup you should change "network-script=network-bridge" to "network-script=network-dummy" within your xend-config.sxp so Xend doesnt screw up your real physical interface.
When that is done just put: vif=["mac=XX:XX:XX...
2008 Jun 09
0
RE: RE: VLAN and BRIDGE HELP
...cently set that kind of eviroment up. What Host OS are you running becouse i wrote 2 diffrent howtos for Red Hat and one for SuSe.
But in theory you just have 1 interface for ex: eth0
then you do vconfig add eth0 VLANID
when that is done you create a bridge something like this:
brctl addbr brVLANID
brctl addif brVLANID eth0.VLANDID
when that is setup you should change "network-script=network-bridge" to "network-script=network-dummy" within your xend-config.sxp so Xend doesnt screw up your real physical interface.
When that is done just put: vif=["mac=XX:XX:XX...