Displaying 2 results from an estimated 2 matches for "br302".
Did you mean:
br02
2006 Sep 05
0
Problem with network-bridge script and veth0
Hello,
Since my last update of xen, I am having problems with bridges and xen.
When I want to start a bridge on the dom0 (to run a domU in a different
vlan than the default) I run
/etc/xen/scripts/network-bridge start netdev=eth0.302 bridge=xen-br302
antispoof=no
where eth0.302 is an interface associated with my vlan 302 (it tags
with this vlan identifier).
The problem I have is that it returns:
Link veth0 is missing.
This may be because you have reached the limit of the number of
interfaces that the loopback driver supports. If the loopb...
2006 Mar 27
2
Xen networking on different vlans
...enu-xen0"
memory = 256
name = "test2"
disk = [''phy:vm_volumes/root.dhcp1,hda1,w'',
''phy:vm_volumes/var.dhcp1,hda2,w'',
''phy:vm_volumes/swap.dhcp1,hda3,w'']
vif = [ ''bridge=xen-br302'' ]
ip="172.19.3.123"
netmask="255.255.255.0"
gateway="172.19.3.254"
hostname="test2"
root = "/dev/hda1"
extra="3"
172.19.3.0 is the network in that vlan.
The problem I have is that when this new domU is booted, I can ping to...