|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Random swap of interfaces at domU startup
On Thu, 18 Jan 2007, Frédéric VANNIÈRE wrote:
I'm using xen 3.0.4 with a custom kernel (with drbd) and
quite often xen inverts eth0 and eth1. In order to have correct
interfaces I need to restart the domU
This is a Linux problem rather than a Xen problem; Linux is notorious for
swapping network interfaces when disturbed.
The solution is to manually tie eth[01] to the mac addresses you specified
in your xm config file. If you use RedHat, edit
/etc/sysconfig/network-scripts/ifcfg-eth[01] and add
HWADDR= [mac specified in xm config]
if you don't use redhat or want to read more about how linux orders
Ethernet interfaces, read this:
http://www.science.uva.nl/research/air/wiki/LogicalInterfaceNames
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|