[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] nat does not work with hvm
On 14/4/07 07:24, "Erdem Bayer" <ebayer@xxxxxxxxxxxx> wrote: > ------------------------------------- > #ifconfig $1 0.0.0.0 up > #brctl addif $2 $1 > ------------------------------------- > I have also try commenting only the second line from the script. Still > no luck. In that case an interface named tap is created also. If you comment out those two lines and don't provide an alternative then the network backend interface will not even be brought up. It's then no surprise that no traffic can get to or from your HVM guest. If you want to route traffic rather than bridging it then you need to add commands to set up a route to your VM. And you almost certainly want to keep the first line that you commented out. That's the one that actually brings the interface online. If routing you'll want to put an actual IP address rather than 0.0.0.0. I don't think an IP address can currently be specified to that script, by the way. At least not directly. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |