From owner-freebsd-questions Tue Sep 4 0: 5:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from TYO201.gate.nec.co.jp (TYO201.gate.nec.co.jp [202.32.8.214]) by hub.freebsd.org (Postfix) with ESMTP id 611C037B403 for ; Tue, 4 Sep 2001 00:05:31 -0700 (PDT) Received: from mailgate4.nec.co.jp ([10.7.69.193]) by TYO201.gate.nec.co.jp (8.11.6/3.7W01080315) with ESMTP id f8475Ta01918; Tue, 4 Sep 2001 16:05:29 +0900 (JST) Received: from mailsv4.nec.co.jp (mailgate51.nec.co.jp [10.7.69.196]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id f8475S502522; Tue, 4 Sep 2001 16:05:28 +0900 (JST) Received: from direct.ksp.nis.nec.co.jp (direct.ksp.nis.nec.co.jp [10.57.24.78]) by mailsv4.nec.co.jp (8.11.3/3.7W-MAILSV4-NEC) with ESMTP id f8475RP25357; Tue, 4 Sep 2001 16:05:27 +0900 (JST) Received: from direct.ksp.nis.nec.co.jp (canna.ksp.nis.nec.co.jp [10.57.24.103]) by direct.ksp.nis.nec.co.jp (8.9.3+3.2W/3.7Wksp_mx_2.0) with ESMTP id QAA09335; Tue, 4 Sep 2001 16:05:26 +0900 (JST) Message-ID: <3B947CE6.54DF274E@direct.ksp.nis.nec.co.jp> Date: Tue, 04 Sep 2001 16:04:06 +0900 From: "Qin, Li" X-Mailer: Mozilla 4.73 [ja] (Win95; U) X-Accept-Language: ja MIME-Version: 1.0 To: mark tinguely Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.3 doesn't support multicast for IPv4 by default? References: <200109031403.f83E3If75137@web.cs.ndsu.nodak.edu> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've tried several other hosts on the network, only got icmp echo reply from those installed with FreeBSD 2.2.8-RELEASE. That's why I wonder if 4.3 doesn't support multicast for IPv4 at first, some customized configuration might be needed... Thanks. Qin Li mark tinguely wrote: > > A quick test with tcpdump on FreeBSD 4.3-RELEASE shows that the > ping gets sent out the primary multicast network port: > > $ ping 224.1.1.1 > > # tcpdump -n -i tx0 net 224 > tcpdump: listening on tx0 > 08:55:54.643167 127.10.10.10 > 224.1.1.1: icmp: echo request [ttl 1] > 08:55:55.652619 127.10.10.10 > 224.1.1.1: icmp: echo request [ttl 1] > 08:55:56.662630 127.10.10.10 > 224.1.1.1: icmp: echo request [ttl 1] > 08:55:57.672646 127.10.10.10 > 224.1.1.1: icmp: echo request [ttl 1] > 08:55:58.682659 127.10.10.10 > 224.1.1.1: icmp: echo request [ttl 1] > > I believe that certain ICMP messages are not suppose to be sent in > reply to multicasts. Check to see if any other hosts on the network > are recieving and replying to the echo request. > > --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message