From owner-freebsd-net@freebsd.org Wed Aug 12 17:34:24 2015 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 094EB99FC63 for ; Wed, 12 Aug 2015 17:34:24 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBD2CCC4 for ; Wed, 12 Aug 2015 17:34:23 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iodt126 with SMTP id t126so27327947iod.2 for ; Wed, 12 Aug 2015 10:34:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fMaU8DU5NNZOkBin6D1gVQ98DEckStZC4ErPvM0zIJs=; b=Zk+vMWEnUiBOL5i/nkwv+5NjwoGs0mR41tqyxJEqcefFLpNxUkR+Q03IwBjGoT9wRK 09bXWS2ZssBmVLCCLp4gN3gIbXKe2zTbpEhRmp5tnZnnfjzYeYKhJkbKN1q2gVjNaHb7 +nTRH+areF53IMu6YgEZiW/0ZTwECiPKeUVn40UTFq/LOBUcn3eXa97FrJy60uqZzsBo UHBtqIt3vGzrVopmSpDYIIjTnujZQHz93Nakp8IEqpS89Lt8YwDhYOa4K2d7qAk+y6Vl cpDjbzgQbf4IsfLQOT/UUAJrmttsOcLrv6NoyYLlSSr9hClIPSQnx24rori2CxdCltOX zqoQ== MIME-Version: 1.0 X-Received: by 10.107.156.73 with SMTP id f70mr1364367ioe.165.1439400863233; Wed, 12 Aug 2015 10:34:23 -0700 (PDT) Received: by 10.36.38.133 with HTTP; Wed, 12 Aug 2015 10:34:23 -0700 (PDT) In-Reply-To: References: Date: Wed, 12 Aug 2015 10:34:23 -0700 Message-ID: Subject: Re: multicasts are not forwarded on wifi interface From: Adrian Chadd To: Hooshang F Cc: FreeBSD Net Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2015 17:34:24 -0000 HI, Would you please try freebsd-head? I think this was fixed a while ago, but I don't think it was ever backported to freebsd-8. Thanks! -a On 12 August 2015 at 10:20, Hooshang F wrote: > Hi, > > We have a freebsd 8.3 wifi-AP running as a VirtulaBox guest > with 2 ethernet (em0 & em1) and one USB wifi interface (wlan0). Everything > works except that multicast packets arriving on wlan0 interface are not > forwarded on Ethernet interfaces. Also, multicast packets arriving on > Ethernet interfaces are not forwarded on wlan0 interface (however, > multicasts are forwarded between Ethernet interfaces). As a result, > portable devices are not able to discover > DLNA media servers using UPnP. > > The kernel is compiled with MROUTING option and mrouted > is running with default configuration. > > Any points/hints is appreciated. > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"