Anyone know how to realize lan between domU machines at one interface and actually global net at another interface? I reading wiki about routing and bridging and unable to fully understand it http://wiki.xensource.com/xenwiki/XenNetRoutingWithPrivateNetwork

link|improve this question
feedback

migrated from stackoverflow.com Feb 3 '11 at 9:45

This question came from our site for professional and enthusiast programmers.

1 Answer

Have a look at bridging. You can imagine a bridge as something like a virtual switch. So build an internal bridge by not attaching an interface of your Dom0. To connect to the outside world build a second bridge an connect your Dom0-network-interface-card to it.

If you provide more information about the OS you are using we can answer more specific.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.