[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Create multiple IP on single interface
I have one physical eth0 interface on a server running xen. I need to have two IP addresses bound to the physical interface at the server layer (not vm). I basically want to do in Xen what would be referred to as a virtual IP in unix/linux. I can do this at the RHEL os level via the following commands: #ifconfig eth0 inet 192.168.177.25 netmask 255.255.255.0 up #ifconfig eth0:0 inet 10.68.177.25 netmask 255.255.255.0 up This works fine before xen starts but once I start xen, the second interface (0:0) gets dropped. The reason I need this is to route db interconnect traffic over the 192 network while routing the public traffic over the 10 network. I don't understand how to accomplish this without xen stomping on it. -- View this message in context: http://xen.1045712.n5.nabble.com/Create-multiple-IP-on-single-interface-tp3808092p3808092.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |