[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Re: [Xen-users] DomU doesn't boot after adding the vif.
2010/9/16 나제균 <archdoom@xxxxxxxxx>
Here's an illustration. If you don't put a static MAC address, the MAC address of domU will change every time. This will result in:
- dhcp server (if you're using it) will assign new IP address each time, possibly leading to full lease making it unable to give out any more IP address - domU will possibly assign new interface name (eth1, eth2, etc) every time (since it detects it as new interface due to different MAC address).
therefore while this may not be related to your problem, it's considered best practice to set a static MAC address.
You're grepping the worng interface. HVM domU by default send traffic thru tap* interface. The vif interface is only used:
- by PV domU - by HVM domU, IF it has PV drivers. virbr0 should be sufficent if you only need one way NAT (i.e. masquarade) for domU. If you need something else, you can create your own bridge and setup routing/NAT manually. It's easier to manage that way.
-- Fajar _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |