Hi!
I'm running Debian sarge as dom0 and IPCop as domU. In my case IPCop
should handle all the internet/firewall stuff and dom0 should provide a
print and file server for the local network. dom0 should have the IP
192.168.1.1 and domU 192.168.1.2.
But I have problems getting the hole network stuff running. The machine
has two NICs, one for PPPoE and one for LAN.
Unfortunatly, the thing isn't working at all. I can't reach either dom0 or
domU from a client in the network.
Though, I searched the archive and found out that it has something to do
with bridging and routing, I have no clue how to do that.
Here are some config files:
/etc/network/interfaces on dom0:
<snip>
auto lo eth0 eth1
iface lo inet loopback
iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
iface eth1 inet manual
address 0.0.0.0
netmask 255.255.255.255
</snip>
/etc/xen/ipcop:
<snip>
kernel="/boot/vmlinuz-2.4.30-ipcop"
memory=32
name="ipcop"
disk=['file:/mnt/vserver/images/ipcop.img,sda1,w','file:/mnt/vserver/images/ipcoplog.img,sda2,w']
nics=2
vif=['mac=aa:00:00:00:00:11, bridge=xen-br0', mac=bb:00:00:00:00:11,
bridge=eth1']
root="/dev/sda1 ro"
extra="3"
pci=["00,00,0a", "00,00,0b"]
</snip>
>From /boot/grub/menu.lst:
<snip>
title Xen 2.0.7/Linux, kernel 2.6.11-xen0
root (hd0,0)
kernel /boot/vmlinuz-2.6.11-xen0 root=/dev/hda1 ro console=tty0
max_loop=16
savedefault
boot
</snip>
If someone please could tell if it's first of all even possible to get
that thing running and if yes what do I need to do?
If you need any further information, please let me know.
--
Greetings,
Sebastian Pölsterl
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|