[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#607114: Unresponsive Xen's dom0 system after 'general protection fault'



On 12/15/2010 03:13 AM, Ben Hutchings wrote:
Do you create or modify VLAN devices when creating a new domain?

No I don't create nor modify VLAN interfaces. I just add them to the bridge named 'xenin'. My config is like this:

# bond over cross-cabling
auto bond1
iface bond1 inet static
        pre-up modprobe bond1
        slaves eth1 eth3
        address 10.0.0.253
        netmask 255.255.255.0
        bond_mode balance-rr
        bond_updelay 400
        bond_downdelay 400
        bond_miimon 100
        mtu 9000

auto vlan10
iface vlan10 inet static
        address 10.10.1.253
        netmask 255.255.255.0
        mtu 9000
        vlan-raw-device bond1

auto vlan192
iface vlan192 inet static
        mtu 9000
        address 192.168.190.253
        netmask 255.255.255.0
        vlan-raw-device bond1

auto xenin
iface xenin inet static
        bridge_ports bond1
        bridge_stp no
        address 192.168.0.253
        netmask 255.255.255.0




Reply to: