Hi,<br>
<br>
I am trying to set up networking so that my domain can access the outside world.<br>
<br>
I used the following setup guide which got me a working XEN station.<br>
<a href="http://www.fedoraproject.org/wiki/FedoraXenQuickstart">http://www.fedoraproject.org/wiki/FedoraXenQuickstart</a><br>
<br>
<br>
This is what my config file looks like:<br>
kernel ="/boot/vmlinuz-2.6.16-1.2122_FC5xenU"<br>
memory = 64<br>
name = "rawhide"<br>
nics = 1<br>
disk = ['file:/home/chris/images/fedora.img,sda1,w']<br>
vif = [ 'mac=aa:cc:00:00:00:ab, bridge=xenbr0' ]<br>
dhcp="dhcp"<br>
root = "/dev/sda1"<br>
extra = "ro selinux=0 3"<br>
<br>Bridgeing and everything is setup by default.<br>
<br>
What steps am I missing to get this running via dhcp or a static ip address?<br>
<br>
Thanks,<br>
<br>
Chris Vaughan