Hi,
Add 2 nicâs to your guest system and use the bridge you configured in the system network
vif=[ 'mac=00:16:3e:70:01:01,ip=192.168.1.21',model=e1000, 'mac=00:16:3e:70:02:01,bridge=br0,model=e1000' ]
/etc/network/interfaces
auto br0
iface br0 inet static
 address 10.41.15.41
 netmask 255.255.255.0
 gateway 10.41.15.1
 bridge_ports eth0
 bridge_maxwait 0
you might play around with routing onto your debian or linux box to get the 192.168.1.0/24 pass through the nic,
walter
From: xen-users-bounces@xxxxxxxxxxxxx [mailto:xen-users-bounces@xxxxxxxxxxxxx] On Behalf Of DN Singh
Sent: Donnerstag, 22. August 2013 13:02
To: xen-users@xxxxxxxxxxxxx
Subject: [Xen-users] Multiple network adapters
Hello list,
Is it possible to use two network adapters in Xen? One in bridging mode and other in routed mode?
I am using Xen 4.2 on Centos 6.4. I managed to create a VM with one adapter in routed mode, but am unable to do so with two adapters.
Please let me know if anymore information is required.