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] Problem with multiple interfaces in DomUs / network-route

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem with multiple interfaces in DomUs / network-route
From: pirmin.moesle@xxxxxxxxxxx
Date: Mon, 25 Feb 2008 11:02:08 +0000
Delivery-date: Wed, 27 Feb 2008 09:33:58 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Priority: normal
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

Hello,

I have a couple of webservers having 1 public ip (eth0) and having an internal 
network
as well (eth1). I got a subnet for a new server which is routed to the main ip 
of the server.

So i just installed Xen on one of the servers. Configured Xen to run on 
network-routed.
Using only eth0 routing works fine! 

I tried to get the internal interface (eth1) into the DomUs, too! 

Modified the configuration of the VM to:
vif  = [ 'ip=78.xx.xx.xx, vifname=eth2', 'ip=192.168.62.100, vifname=eth10' ]

The VM has 2 interfaces now. Ping the local network is not possible, even 
pinging my other servers (same subnet as Dom0) isn't possible anymore.
ifconfig in Dom0 displays:
eth10     Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          inet addr:<public IP of Dom0>  Bcast:88.255.255.255  
Mask:255.255.255.255
          inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:117 errors:0 dropped:0 overruns:0 frame:0
          TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:7006 (6.8 KiB)  TX bytes:5768 (5.6 KiB)


Is it possible to use bridged and routed network in Xen side-by-side? (public 
eth0 routed, eth1 bridged?)
Or is there any easier solution for the given problem?
Does anyone have sort of a same setup and could give me a hint?

I'm using xen-hypervisor-3.0.3-1-amd64 on a Debian etch system.

Thanks,
PMO
 


 


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem with multiple interfaces in DomUs / network-route, pirmin . moesle <=