From owner-freebsd-questions Tue Feb 21 10:06:46 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA02832 for questions-outgoing; Tue, 21 Feb 1995 10:06:46 -0800 Received: from netcom.netcom.com (dlr@netcom.netcom.com [192.100.81.100]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id KAA02811 for ; Tue, 21 Feb 1995 10:06:43 -0800 Received: by netcom.netcom.com (8.6.9/Netcom) id KAA06490; Tue, 21 Feb 1995 10:06:15 -0800 From: dlr@netcom.com (dlr) Message-Id: <199502211806.KAA06490@netcom.netcom.com> Subject: BPF To: questions@FreeBSD.org Date: Tue, 21 Feb 1995 10:06:14 -0800 (PST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1050 Sender: questions-owner@FreeBSD.org Precedence: bulk I"m having some difficulty setting up routing tables using Freebsd to route to a sparc2. I have PPP going on the bsd box. It continues to try and route the path to the provider thru the ethernet to the Sun. I am wondering what this bpf does? I see it on boot up. Here is dmesg: .... relevant parts ed0 not found at 0x280 ed1 at 0x300-0x31f irq 11 maddr 0xd8000 msize 16384 on isa ed1: address 00:00:c0:75:35:92, type SMC8216/SMC8216C (16 bit) bpf: ed1 attached ..... changing root device to wd1a bpf: lo0 attached bpf: ppp0 attached bpf: ppp1 attached bpf: sl0 attached bpf: sl1 attached I have two modems attached which I presume is why I have ppp0 and ppp1 as well as sl0 and sl1. This is actually becoming more difficult than it ought to be. The Question of the day is: What is bpf, and why is both the ethernet and the ppp interface attached to it? Is this part of the problem? Also, why is the route to my internet provider getting routed thru the ethernet. If I leave the ethernet down on boot up I can connect with PPP fine. dave