From owner-freebsd-net@FreeBSD.ORG Fri Jun 20 07:39:19 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 368A337B404 for ; Fri, 20 Jun 2003 07:39:19 -0700 (PDT) Received: from simmts2-srv.bellnexxia.net (simmts2.bellnexxia.net [206.47.199.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id C41B243F85 for ; Fri, 20 Jun 2003 07:39:17 -0700 (PDT) (envelope-from hhwoo@nb.sympatico.ca) Received: from a7n8x ([156.34.22.87]) by simmts2-srv.bellnexxia.net (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with SMTP id <20030620143915.HAKQ22805.simmts2-srv.bellnexxia.net@a7n8x> for ; Fri, 20 Jun 2003 10:39:15 -0400 Message-ID: <000c01c33739$cf3d9910$0200a8c0@a7n8x> From: "Han Hwei Woo" To: Date: Fri, 20 Jun 2003 11:39:52 -0300 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailman-Approved-At: Fri, 20 Jun 2003 08:59:47 -0700 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: VLAN/Bridge No response from trunk Interface X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 14:39:19 -0000 Here's the network I'm trying to setup 192.168.0.3 192.168.0.1 = 192.168.0.2 OpenBSD | vlan0----><--- vlan0 | FreeBSD | em0 ---><--- em0 | Windows = 2000 with net.link.ether.bridge_cfg: vlan0,em0 If I try to ping the FreeBSD machine from OpenBSD, arp requests are sent = out, and they are seen on both of the FreeBSD machine's interfaces. = However, no arp response is generated.=20 So, I enter in the arp entries myself. Once I do that, when I again try to ping the FreeBSD host from OpenBSD, = the ping requests are seen on both the FreeBSD interfaces. However, no = response is generated.=20 If I instead try to ping the OpenBSD machine from FreeBSD, the ping = requests get to the OpenBSD machine, and the OpenBSD replies, and both = the FreeBSD interfaces receive the reply, according to tcpdump. However, = the ping program does not receive them. I also tried this setup: 192.168.0.3 192.168.0.1 = 192.168.0.2 OpenBSD | vlan0----><--- vlan0 | FreeBSD | vlan1 ---><--- vlan0 | = Windows 2000 with net.link.ether.bridge_cfg: vlan0,vlan1 And the same problem occurs. I have also tried with different network = cards as the parent interface of vlan0 on FreeBSD (fxp0,dc0). Han Hwei Woo http://www.argosy.ca/~hhw