I've just installed a fresh copy of Gentoo amd64 2007.0 with Xen and bootet it correctly. For my installation, I took a look at the Gentoo-Wiki XEN Howto, as well at the official Gentoo-XEN Howto. However, there is one thing which I'm not sure about if its working fine: the networking device.
In Gentoo Wiki, there is a line which tells me that I should deactivate net.eth0 completely:
Code: Select all
To configure the network, make your changes in /etc/conf.d/net but DO NOT add net.eth0 to runlevel default. /etc/init.d/xend will start and configure your network at boot time. (While testing the initial kernel build on a machine on a remote net connection it may be useful to leave net.eth0 enabled and NOT autostart xend)
Newer Gentoo automaticly loads net.eth0 even if it is disabled in the default runlevel. You can disable this behaviour by changing RC_PLUG_SERVICES variable in /etc/conf.d/rc:
File: /etc/conf.d/rc
RC_PLUG_SERVICES="!net.*"So my question is: Is it possible that the gentoo wiki is telling me bullshit and that deactivating net.eth0 from bootup isn't necessary any longer? And if NOT, what's the correct cycle?
Best wishes...
