[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Using eth1 instead eth0
On Saturday 10 July 2010 21:18:09 Net Warrior wrote: > Hi there. > > I've got two ethers, eth0 wihich work properly and my DomU goes outside > as well, now, I've got eth1 and I like to use it > to go outside but is not working at this time, I tried adding eth1 to > the bridge and changing bridge=eth1 in the DomU > config file, or do I have to create another bridge called eth1? > > > eth0 192.168.0.100 - dhcp - Works good. > eth1 192.168.0.10 - static - No luck > > Any adivce? > Regards > > _______________________________________________ > Xen-users mailing list > Xen-users@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-users > Just create a new bridge. If you replace the networks scripts in xend- config.sxp by one that creates all the necessary bridges, you're good to go. I replaced it for instance by a script with: /etc/xen/scripts/network-bridge start netdev=eth0 bridge=eth0 /etc/xen/scripts/network-bridge start netdev=eth3 bridge=eth3 Good luck, B. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |