WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Problems with network setup

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problems with network setup
From: Sebastian Pölsterl <marduk@xxxxxxxxx>
Date: Tue, 3 Jan 2006 14:15:48 +0100 (CET)
Delivery-date: Tue, 03 Jan 2006 13:21:03 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
Importance: Normal
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: SquirrelMail/1.4.5
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

<Prev in Thread] Current Thread [Next in Thread>