|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] debian domU strange network behaviuor...
Hi!
zava.zava@xxxxxxxxx schrieb:
> Hi I am using debian etch amd64 as dom0 and I am testing debian etch amd64 as
> domU, with hvm.
> I have strange problems: each time I boot the DomU, the network interface of
> the domU "grow" of a number; I mean: during installation of domU it's eth0,
> but then when I reboot it becomes eth1, and the third time I boot the doomU
> it becomes eth2 and so on.
> Is it normal?
> Is there a way to solve this problem?
>
See this snippet from my prepare-new-DomU script:
### remove ugly persistent-net-rules from udev:
# debian etch
rm -f /etc/udev/rules.d/z45_persistent-net-generator.rules
rm -f /etc/udev/persistent-net-generator.rules
# ubuntu feisty ff.
rm -f /etc/udev/rules.d/75-persistent-net-generator.rules
rm -f /etc/udev/rules.d/70-persistent-net.rules
What might be nice on a desktop/laptop system with docks, hotplug cards
etc. was very irritating with xen. Alternatively, configure a fixed MAC
address in your domu-config.
Ciao
Martin
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|