I`m trying to setup interface aliases in domU (eth0:1-5) but when I do ifconfig eth0:1 1.2.3.X , DomU sends the following arp to the world: 16:17:33.585940 arp reply 1.2.3.Y is-at 00:16:3e:3d:35:28 (quote from tcpdump on eth0 on the DomU) where 1.2.3.Y is the IP of the eth0. So when I try to bring the 5 aliases at boot time I send 5 arp replies, all saying that my eth0 IP is at my hw address and nothing is said for the 5 aliases so the world never finds about them. Have anyone got a similar problem? Dom0 and DomU kernels build from source (xen 3.0.4.1; kernel 2.6.16.33), OS Ubuntu 6.06.1 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Pavel Georgiev schrieb:> I`m trying to setup interface aliases in domU (eth0:1-5) but when I do > ifconfig eth0:1 1.2.3.X , DomU sends the following arp to the world: > > 16:17:33.585940 arp reply 1.2.3.Y is-at 00:16:3e:3d:35:28 (quote from tcpdump > on eth0 on the DomU) > > where 1.2.3.Y is the IP of the eth0. > > So when I try to bring the 5 aliases at boot time I send 5 arp replies, all > saying that my eth0 IP is at my hw address and nothing is said for the 5 > aliases so the world never finds about them. > > Have anyone got a similar problem? > Dom0 and DomU kernels build from source (xen 3.0.4.1; kernel 2.6.16.33), OS > Ubuntu 6.06.1Instead of using interface aliases, you should use the benefits of iproute2 and just put multiple IP adresses on one interface using "/sbin/ip". Works like a charm here. Regards Dominik _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Reasonably Related Threads
- Proxy ARP with a Coyote Point equalizer
- Recent hypervisor update on Debian Wheezy breaks domU networking
- Recent hypervisor update on Debian Wheezy breaks domU networking
- Xen domU default gateway missing/ARP table full
- How to make a customized, unattended install for FreeBSD?