[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Routed Network with Xen
What you are suggesting is routed network, but without NAT. I am using it currently, as there is virbr0 (created by Xen vif-route scripts), but the additional IPs are bound on Dom0, and not DomU.
The output of brctl show ------------------------ virbr0     Â8000.feffffffffff    yes       vif8.0                             vif7.0
                            vif6.0                             vif5.0                             vif4.0
                            vif3.0                             vif2.0                             vif1.0
------------------------ Also, you suggested binding the additional IPs to DomUs, which I had tried, but the DomUs never gotÂconnectedÂto the internet, as they did not find any gateway. The DC suggests binding the IPs straight away on the parent node, and they will get the gateway automatically due to their statically bound nature. Refer this link, as I feelÂI may be missing something from the it.Â
---------------------- DEVICE=eth0 BOOTPROTO=static BROADCAST=176.9.x.159 HWADDR=a:a:a:a:a:a IPADDR=176.9.x.145 NETMASK=255.255.255.255 SCOPE="peer 176.9.x.129"
----------------------Â Â As a refinement, you can run either of these methods in it's own DomU. Use PCI passthrough to pass the physical NIC through to the DomU as one NIC, and give it a VIF as a second NIC on your internal network (Dom0 bridge). You now have a neatly segregated virtual box that can act as router and firewall - without having to bother about iptables rules on Dom0. This is the setup I run at home. This sounds interesting, but I'll have to dig deeper into it. Will there be any performance increase, if I shift away from NAT? Even little CPU power cannot be wasted here, as this will become a heavily loaded server.
Â
Thanks Simon, and any suggestions Felix?? _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |