[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Routed Network with Xen
On Mon, Feb 13, 2012 at 1:26 PM, Simon Hobson <linux@xxxxxxxxxxxxxxxx> wrote:
Thanks for the answer. I solved the problem of outgoing IP, by removing one particular rule: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE Now, the outgoing IP is as required (additional static IPs). Below are the details of the setup as required, please suggest as required: Main Server IP: 1.1.1.5 (eg.) Gateway for Main IP: 1.1.1.1 Additional IP: 1.1.2.1/28 (Different Subnet) Gateway for additional IPs: not required, as they are "statically bound to MAC address --stated by DC" The additional IPs to be used only on Dom0 to avoid different MAC addr. Hence, xen bridge network is out of question. I have added these IPs using alias adapters eth0:1, eth0:2, etc. So, I am using xen routed network scripts, where virbr0 gets 192.168.122.1 IP, and becomes the gateway for the DomUs. The DomUs now have IPs in the range of 192.168.122.0/24. The setup requirement is that the DomUs should be accessible with the additional static IPs, so I took the path of NAT. This setup is working now, but I doubt about the performance, as it was previously stated that this will utilize more resources. So, please please suggest other options. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |