[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] VIF interface gets IP adress and is used as 2nd default route
Am Freitag, 28. November 2014, 10:14:30 schrieb Niels Dettenbach: > Could you try to explicitely configure the vif of your Win Dom0 to ânoneâ or > similar in Ubuntu (dome) to avoid DHCP clienting? > > btw: You are able to define a static interface name for your DomUs (like > win0 instead of a random vif[n]) - this might helpâs you here too. ...just do/try the following: - in the config file of your Win DomU add "vifname=win1" to your vif config string - like (example): vif = [ 'mac=aa:bb:cc:dd::ee, bridge=xenbr0, vifname=win0' ] - in "/etc/network/interfaces" of your Dom0 add: iface win0 inet manual - you may have to add a "allow-hotplug eth0" to avoid hotplugging of vif interfaces - to prevent NetworkManager to handle your VIF Interfaces you may use this in your networkmanager config file: [main] plugins=keyfile [keyfile] unmanaged-devices=mac:aa:bb:cc:dd:ee;mac:66:77:88:99:00:aa (where this MACs are the ones of your VIFs) hth, cheerioh, Niels. -- --- Niels Dettenbach Syndicat IT & Internet http://www.syndicat.com PGP: https://syndicat.com/pub_key.asc --- Attachment:
signature.asc _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |