search for: xenbrw

Displaying 1 result from an estimated 1 matches for "xenbrw".

Did you mean: xenbr0
2007 Feb 26
0
Xen network bridge questions (using network configuration tools provided by distribution)
...so I can flexibly assign (and manage) specific VLAN''s to domU''s. This does not work with the default xen network-bridge script (the black magic it does seems to fail with VLAN interfaces). Example configuration: peth0.X == xenbrX peth0.Y == xenbrY peth1.Z == xenbrZ peth1.W == xenbrW Default Xen network-bridge script does the following (in addition to other things): 1. Changes the MAC-address of peth0 to FE:FF:FF:FF:FF:FF. If I have another physical interface, peth1, can it have the same MAC address, or does it have to be different? 2. Sets peth0 to NOARP (disables ARP). W...