Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 00:10:03 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/13273: ipfw does not permit multicast packets to pass when configured to do so.
Message-ID:  <199908210710.AAA55105@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/13273; it has been noted by GNATS.

From: Ruslan Ermilov <ru@FreeBSD.ORG>
To: bks@CS.Berkeley.EDU
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/13273: ipfw does not permit multicast packets to pass when configured to do so.
Date: Sat, 21 Aug 1999 09:59:55 +0300

 On Fri, Aug 20, 1999 at 02:50:18PM -0700, bks@CS.Berkeley.EDU wrote:
 > 
 > $fwcmd add pass all from 224.0.0.0/8 to ${ip}224.0.0.0/8
 > $fwcmd add pass all from ${ip} to 224.0.0.0/8
 > 
 > produces
 > 
 > ipfw: 2000 Deny P:2 128.32.35.1 224.0.0.1 in via fxp0
 > ipfw: 2000 Deny P:2 128.32.35.1 224.0.0.1 in via fxp0
 > 
 `all' keyword is a synonym for `ip' (see `ipfw list' output).
 You need to add the following rule:
 
 $fwcmd add allow igmp ...
 
 Can I close this PR?
 -- 
 Ruslan Ermilov		Sysadmin and DBA of the
 ru@ucb.crimea.ua	United Commercial Bank,
 ru@FreeBSD.org		FreeBSD committer,
 +380.652.247.647	Simferopol, Ukraine
 
 http://www.FreeBSD.org	The Power To Serve
 http://www.oracle.com	Enabling The Information Age
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908210710.AAA55105>