From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwrWU-000606-Ka for qemu-devel@nongnu.org; Thu, 23 Apr 2009 01:30:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwrWP-0005zY-AF for qemu-devel@nongnu.org; Thu, 23 Apr 2009 01:30:57 -0400 Received: from [199.232.76.173] (port=44333 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwrWP-0005zV-1T for qemu-devel@nongnu.org; Thu, 23 Apr 2009 01:30:53 -0400 Received: from mail-qy0-f111.google.com ([209.85.221.111]:47180) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwrWO-0004zr-LB for qemu-devel@nongnu.org; Thu, 23 Apr 2009 01:30:52 -0400 Received: by qyk9 with SMTP id 9so775224qyk.4 for ; Wed, 22 Apr 2009 22:30:51 -0700 (PDT) MIME-Version: 1.0 Date: Thu, 23 Apr 2009 00:30:51 -0500 Message-ID: <543f83c70904222230o3156bb5r37d5a213570cd523@mail.gmail.com> From: "Andres E. Rodriguez Lazo" Content-Type: multipart/alternative; boundary=0015175cda86e637af0468322e26 Subject: [Qemu-devel] Qemu Multicast Implementation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --0015175cda86e637af0468322e26 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello Qemu Developers. Here at work we're implementing qemu mcast networking while using avahi-autoipd to obtain network address. The implementation of qemu networking is the following: *-net nic,vlan=1,macaddr=52:54:00:12:34:01,model=virtio -net socket,vlan=1,mcast=230.0.0.1:1234* So, while running avahi-autoipd we get his messages: * [root@localhost ~]# avahi-autoipd eth1* *Found user 'avahi-autoipd' (UID 499) and group 'avahi-autoipd' (GID 499). Successfully called chroot(). Successfully dropped root privileges. Starting with address 169.254.2.176 Callout BIND, address 169.254.2.176 on interface eth1 Received conflicting normal ARP packet. Callout CONFLICT, address 169.254.2.176 on interface eth1 Trying address 169.254.189.32 Callout BIND, address 169.254.189.32 on interface eth1 Received conflicting normal ARP packet.* After sniffing ARP packets, we've realized that we're getting ARP packets back, which screws with autoipd. I think this is due to the mcast implementation not doing RPF. Is your mcast implementation supposed to do RPF?? If it is, we've got ourselves a bug. Thanks for your help, Look forward to hear from you. -- Andres E. Rodriguez Lazo (4nDr3s - RoAkSoAx) Ubuntu Counter Project - User # 17582 --0015175cda86e637af0468322e26 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello Qemu Developers.

Here at work we're implementing qemu mcas= t networking while using avahi-autoipd to obtain network address. The imple= mentation of qemu networking is the following:

-net nic,vlan= =3D1,macaddr=3D52:54:00:12:34:01,model=3Dvirtio -net socket,vlan=3D1,mcast= =3D230.0.0.1:1234

So, while running avahi-autoipd we get his messages:

[root= @localhost ~]# avahi-autoipd eth1

Found user 'avahi-au= toipd' (UID 499) and group 'avahi-autoipd' (GID 499).
Succes= sfully called chroot().
Successfully dropped root privileges.
Starting with address 169.254.2.17= 6
Callout BIND, address 169.254.2.176 on interface eth1
Received conflicti= ng normal ARP packet.
Callout CONFLICT, address 169.254.2.176 on interfa= ce eth1
Trying address 169.254.189.32
Callout BIND, address 169.254.1= 89.32 on interface eth1
Received conflicting normal ARP packet.


After sniffing ARP p= ackets, we've realized that we're getting ARP packets back, which s= crews with autoipd. I think this is due to the mcast implementation not doi= ng RPF. Is your mcast implementation supposed to do RPF?? If it is, we'= ve got ourselves a bug.

Thanks for your help,

Look forward to hear from you.


--
Andres E. Rodriguez Lazo (4nDr3s - RoAkSoAx)
Ubunt= u Counter Project - User # 17582
--0015175cda86e637af0468322e26--