From owner-freebsd-hackers Thu Apr 23 14:44:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01182 for freebsd-hackers-outgoing; Thu, 23 Apr 1998 14:44:16 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from cc00ms.unity.ncsu.edu (cc00ms.unity.ncsu.edu [152.1.1.35]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01138 for ; Thu, 23 Apr 1998 14:43:46 -0700 (PDT) (envelope-from fwang2@eos.ncsu.edu) Received: from eos.ncsu.edu (c00373-247dan.eos.ncsu.edu [152.1.21.33]) by cc00ms.unity.ncsu.edu (8.8.4/US19Dec96) with ESMTP id RAA01530 for ; Thu, 23 Apr 1998 17:43:40 -0400 (EDT) Message-ID: <353FB60B.11DA169C@eos.ncsu.edu> Date: Thu, 23 Apr 1998 17:43:40 -0400 From: Feiyi Wang Organization: North Carolina State University X-Mailer: Mozilla 4.05 [en] (X11; U; SunOS 5.5.1 sun4m) MIME-Version: 1.0 To: hackers@FreeBSD.ORG Subject: Divert socket and multicast packet Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, all I have some problems to make divert socket working with multicast. Basically, if I don't have ipfw rules and divert function, one of my multicast application works fine. If I enable divert socket and read the outgoing multicast packet and write it back WITHOUT any change, I can't see the packet going out on the wire. Is there anybody aware what the problem is? or did I miss anything here? BTW - I tried MROUTING option, it doesn't help. Any input is appreciated. /Feiyi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message