From owner-freebsd-questions Thu May 21 03:02:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10481 for freebsd-questions-outgoing; Thu, 21 May 1998 03:02:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotpoint.dcs.qmw.ac.uk (hotpoint.dcs.qmw.ac.uk [138.37.88.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10388 for ; Thu, 21 May 1998 03:01:44 -0700 (PDT) (envelope-from scott@dcs.qmw.ac.uk) Received: from wax.dcs.qmw.ac.uk [138.37.88.191]; by hotpoint.dcs.qmw.ac.uk (8.8.7/8.8.5/S-4.0) with ESMTP; id LAA22562; Thu, 21 May 1998 11:01:39 +0100 (BST) Received: from scott@localhost; by wax.dcs.qmw.ac.uk (8.8.4/8.8.4/C-3.2); id LAA12397; Thu, 21 May 1998 11:01:38 +0100 (BST) Date: Thu, 21 May 1998 11:01:38 +0100 (BST) Message-Id: <199805211001.LAA12397@wax.dcs.qmw.ac.uk> From: Scott Mitchell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Stephane Raimbault Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Access to FBSD via LAN In-Reply-To: References: <199805201052.LAA07435@wax.dcs.qmw.ac.uk> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephane Raimbault said: >If you look in some of my most recent posts I have included a ifconfig -a >in the message. To the questions any firewall stuff etc... well This is >pretty much a fresh 2.2.6-RELEASE Kernel Install with an modified kernel >to acomadate the extra network card. Yes I could telnet to 192.168.0.1 >(now 192.168.126.1) however I noticed when I did such a thing in netstat >-r it would show the 192.168.0.1 (or 192.168.126.1 now) that the attached >adapter was the lo0 (loopback I believe). > >This has to be one of the most frustrating thing I have encountered with >FBSD. I think it should be simple, but I will be damn if I can find it... > > >hmmm... I just tried a 'tcpdump ed1' and got the following error: > tcpdump: /dev/bpf0: Device not configured >could this be my problem? That's because you don't have any BPF (Berkeley Packet Filter?) devices in your kernel -- I forgot that they aren't there by default. You'll need to add something like pseudo-device bpfilter 2 to your kernel config, and remember to MAKEDEV bpf[01] if those device nodes don't already exist. Maybe you could try switching your two networks onto the opposite cards and see if the behaviour changes. At least then we would know if it's hardware or just a software config problem. >Thank you for all your time, >Stephane R. No problem. It's what this list is here for. Scott. -- =========================================================================== Scott Mitchell | PGP Key ID |"If I can't have my coffee, I'm just | 0x54B171B9 | like a dried up piece of roast goat" QMW College, London, UK | 0xAA775B8B | -- J. S. Bach. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message