From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 18:22:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A95D16A4CE for ; Mon, 15 Nov 2004 18:22:22 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB61643D60 for ; Mon, 15 Nov 2004 18:22:21 +0000 (GMT) (envelope-from wsantee@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so635244rnf for ; Mon, 15 Nov 2004 10:22:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=TAnU/82g90mYFk4u/leleIpCpu3hB7+aEfmVUHkmSxuNuarH21aRFq9PvsPPXipJmOdCQomkIMg8/r3LbEov4ayFJoTT3W9PV7j0/GpALTTctpnqRp7NYvn7Q6guhgdg+iT3wlnjs6dalYiYhy2jRZDES9B+QIGB/EkCYI78F9Q= Received: by 10.39.2.15 with SMTP id e15mr403902rni; Mon, 15 Nov 2004 10:22:21 -0800 (PST) Received: by 10.38.171.16 with HTTP; Mon, 15 Nov 2004 10:22:21 -0800 (PST) Message-ID: <80d3279c04111510227422bb3a@mail.gmail.com> Date: Mon, 15 Nov 2004 10:22:21 -0800 From: Wes Santee To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: LAN unreachable after 5.3 install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Wes Santee List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 18:22:22 -0000 Greetings all, I've just completed update from 4.9 to 5.3 and so far not much is working. I went the "format and install" route to minimize incompatibilities. After the install, the first thing I wanted to do was get my network up and running. I've got a pretty standard setup: LAN on one NIC, PPPoE Internet on the other NIC with NAT addressing. Ignore the PPPoE and gateway side of things for a bit, my problem is that after install, I can't see my LAN. From the FreeBSD box I try this: ping -S 10.0.0.1 10.0.0.254 but none of the pings are responded to. From 10.0.0.254, I try pinging 10.0.0.1, but the result is the same. Okay, here is the WEIRD part: When I run tcpdump to see what's going on, all of a sudden everything starts working! It's as if going into promiscuous mode shuts off some kind of block that I can't figure out. When I kill tcpdump, it goes back to not working again. Any ideas what is causing this or how to fix it? I strolled through the install notes, but I don't even know what I'm looking for. That makes searching the mailing list archives difficult also. Cheers, -Wes