|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] masquerading
try replacing eth0 with 'xenintbr', shouldn't need forwarding enabled
though? Is this a situation where you have eth0 configured non-bridged,
and forwarding to a dummy bridge which in turn is feeding the guest?
If so .. is there a special need or reason for that particular setup?
Best,
-Tim
On Sun, 2006-10-22 at 16:15 +0200, Andreas Heinecke wrote:
> Hi,
>
> I've a problem with the network access in a domU. I installed xen 3.0.2
> on a dedicated root-server and configured a unprivileged domain. To make
> the network work on this domU I created a bridge "xenintbr" with the IP:
> 192.168.1.1.
> Enabled ip_forwarding and told iptables to masquerade with the command:
> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
>
> Now I#m able to ping around the world in my domU (google.de etc.). This
> tells me, that it works. But if I when enter the command:
> apt-get update
> it tells me that it's waiting for headers and nothing more.
> It seems that I can ping but I'm not able to do other things.
>
> Any suggestions?
> I ran put of ideas, please help me.
>
> kind regards,
>
> Andreas
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|