From owner-freebsd-questions Thu May 25 13:43:00 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA10542 for questions-outgoing; Thu, 25 May 1995 13:43:00 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id NAA10530 for ; Thu, 25 May 1995 13:42:55 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14426(3)>; Thu, 25 May 1995 13:42:06 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <49871>; Thu, 25 May 1995 13:42:01 -0700 X-Mailer: exmh version 1.6 4/21/95 To: Bob Albrightson cc: freebsd-questions@FreeBSD.org Subject: Re: multicasts In-reply-to: Your message of "Thu, 25 May 95 10:06:55 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 25 May 1995 13:41:57 PDT From: Bill Fenner Message-Id: <95May25.134201pdt.49871@crevenia.parc.xerox.com> Sender: questions-owner@FreeBSD.org Precedence: bulk In message you write: >I have attempted to bring up vat/sd on my machine. I am running the >march 22nd snapshot. I have compiled the kernel with 'options >MROUTING'. But, everytime I try to run sd, I get 'IP_ADD_MULTICAST: >Can't assign requested address'. What kind of ethernet card do you have? Does it have the MULTICAST flag set in ifconfig? There are a few bugs in /sys/netinet/igmp.c which have been fixed in -current; if you want to be a multicast client you should be able to just get igmp.c from -current and rebuild your kernel. I think there is still a tunnel bug in the 0322 snapshot; are you doing routing between multiple interfaces or are you using a tunnel? Bill