I'm trying to run through the "Perfect Xen 3.0 Setup for Debian". I had to make some changes because Xen now only installs 1 kernel, not separate ones for -xen and -xenU. But now that I've got a virtual machine running in step 4.2, it doesn't have any network.
Here is my /etc/xen/vm01-config.sxp
Code:
name="vm01"
kernel="/boot/vmlinuz-2.6-xen"
root="/dev/hda1"
memory=128
disk=['file:/home/vmserver/vm_base.img,hda1,w','file:/home/vmserver/vm_base-swap.img,hda2,w']
# network
vif=[ '' ]
dhcp="off"
ip="192.168.1.32"
netmask="255.255.255.0"
gateway="192.168.1.254"
hostname="xen0.xcski.com"
#extra="3"
I'm wondering if it was correct in step 4.1 where it says to only enable the loopback device in /etc/network/interfaces
After looging into it, I only see the loopback device when I do an ifconfig.
Recent comments
22 hours 37 min ago
1 day 8 hours ago
1 day 8 hours ago
1 day 12 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 5 hours ago
2 days 10 hours ago
2 days 11 hours ago