From owner-freebsd-current@FreeBSD.ORG Mon Nov 8 19:44:47 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95A2916A502; Mon, 8 Nov 2004 19:44:45 +0000 (GMT) Received: from expert.ukrtel.net (expert.ukrtel.net [195.5.6.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB5B943D4C; Mon, 8 Nov 2004 19:44:43 +0000 (GMT) (envelope-from astesin@ukrtelecom.net) Received: from hoexch005.sl.ukrtelecom.net (sltrans.ukrtel.net [195.5.37.133]) by expert.ukrtel.net (Netscape Messaging Server 3.5) with ESMTP id AAA72E0; Mon, 8 Nov 2004 21:45:29 +0200 Received: from hoexc010.ho.ukrtelecom.net (hoexc010.ukrtelecom.net [10.10.1.10]) by hoexch005.sl.ukrtelecom.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id WP8G824L; Mon, 8 Nov 2004 21:47:43 +0200 Received: by hoexc010.ukrtelecom.net with Internet Mail Service (5.5.2653.19) id ; Mon, 8 Nov 2004 21:44:42 +0200 Message-ID: <1152675CA9EDD71187130002B3CE5ADA10660F5D@hoexc010.ukrtelecom.net> From: astesin@ukrtelecom.net To: mike@sentex.net, rwatson@freebsd.org Date: Mon, 8 Nov 2004 21:44:40 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain cc: freebsd-current@freebsd.org cc: mib@wnet.ua Subject: Re: em0, VLAN and bpf(?) trouble w/RELENG_5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 19:44:48 -0000 Dear Mike, dear Robert, Yes, that's exactly what happens here. It also starts sending again in a while. Also my collegue reported, that vlan0 link has problem with transporting long (> MTU, which is set to 1500) packets. He also reminded me that the very same kind of problem was fixed some time ago in Linux driver for same hardware. Tomorrow, when I'll get a physical access to the box, I will try to move all the setup and routing to fxp0 interface and see what happens. WBR, Andrew > At 11:16 AM 08/11/2004, Robert Watson wrote: > > >(1) If you run tcpdump on the em0 interface itself, does the > > same thing happen? > > I can easily reproduce this. The first tcpdump works fine. > But when you > stop dumping, no packets come through. Start the tcpdump on > em0 and then > stop it works. Then start it again on em0, the flow stops, > even though > tcpdump says the NIC is forwarding. Stop the dump and > packets flow normal. 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Nov 5 ... > It seems to be sending it back, but its not. Soon as I end > the tcpdump, it starts sending again. This is a test setup, so I can crash / > test whatever you like.