I got it working I also had to edit /etc/sysconfig/network and add these two lines.
NETWORKING=yes
HOSTNAME=xendomain
I also had issues with my modules not being loaded so I copied kernel-xenU-2.6.16-1.2122_FC5.i686.rpm onto the image and executed it once the domain was created.
On 6/8/06, Gawain Lynch <gawain.lynch@xxxxxxxxxxx
> wrote:
On Wed, 2006-06-07 at 15:42 -0600, Chris Vaughan wrote:
> What steps am I missing to get this running via dhcp or a static ip
> address?
Ensure /etc/modprobe.conf has the line:
alias eth0 xennet
And /etc/sysconfig/network-scripts/ifcfg-eth0 looks something like this
DEVICE=eth0
BOOTPROTO=dhcp
> DHCP_HOSTNAME=myhost.mydomain.com
PEERDNS=yes
TYPE=Ethernet
--
------------------------------
Christopher Vaughan