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] Xen and routing

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen and routing
From: Eric E <whalesuit@xxxxxxxxxx>
Date: Tue, 17 May 2005 18:08:43 -0400
Delivery-date: Tue, 17 May 2005 22:06:04 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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: Mozilla Thunderbird 1.0.2 (Windows/20050317)
Hi all,
        I'm just getting started with Xen, and having some problems with
networking. I installed Xen 2.0.5 from the Suse 9.2 binaries, and have been able to boot a domain fine. I'm hoping to make two domains and give them static IP addresses (e.g. 192.168.1.25 and 192.168.1.26) - nothing fancy.

When I start the xend service, however, xen's network script deletes all
routes associated with eth0, and associates them with xen-br0.
Thereafter I cannot ping or ssh to the machine from any external
machines.  My attempts to delete and recreate routes:

        route del -net 192.168.1.0 netmask 255.255.255.0
        route add -net 192.168.1.0 netmask 255.255.255.0 eth0
        route del default gw 192.168.1.1
        route add default gw 192.168.1.1 eth0

have been ineffective so far.  When I run the xen network script:
network stop bridge=xen-br0 netdev=eth0
I get connectivity back.

Does anyone have any recommendations for quickly setting up my
routing/bridging to make my two virtual domains available form my network?

Thanks,

Eric


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

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