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. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Thu, 2013-08-22 at 16:31 +0530, DN Singh wrote:> Hello list, > > > Is it possible to use two network adapters in Xen? One in bridging > mode and other in routed mode?AFAIK it should be, assuming you get your network cfg, firewalling etc correct in dom0 such that traffic goes where you need it to.> 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. > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users
On Thu, Aug 22, 2013 at 5:22 PM, Ian Campbell <Ian.Campbell@citrix.com>wrote:> On Thu, 2013-08-22 at 16:31 +0530, DN Singh wrote: > > Hello list, > > > > > > Is it possible to use two network adapters in Xen? One in bridging > > mode and other in routed mode? > > AFAIK it should be, assuming you get your network cfg, firewalling etc > correct in dom0 such that traffic goes where you need it to. > > Can you provide some pointers?? I could not find any material thatactually worked..> > 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. > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xen.org > > http://lists.xen.org/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Thu, 2013-08-22 at 18:25 +0530, DN Singh wrote:> > > > On Thu, Aug 22, 2013 at 5:22 PM, Ian Campbell > <Ian.Campbell@citrix.com> wrote: > On Thu, 2013-08-22 at 16:31 +0530, DN Singh wrote: > > Hello list, > > > > > > Is it possible to use two network adapters in Xen? One in > bridging > > mode and other in routed mode? > > > AFAIK it should be, assuming you get your network cfg, > firewalling etc > correct in dom0 such that traffic goes where you need it to. > > > Can you provide some pointers?? I could not find any material that > actually worked..I''m afraid not, I''ve never tried it myself, just saying that there is no fundamental reason why it shouldn''t be doable. Ian.
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@lists.xen.org [mailto:xen-users-bounces@lists.xen.org] On Behalf Of DN Singh Sent: Donnerstag, 22. August 2013 13:02 To: xen-users@lists.xen.org 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. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users