From owner-freebsd-questions Thu Nov 2 10:42:12 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA11012 for questions-outgoing; Thu, 2 Nov 1995 10:42:12 -0800 Received: from dtr.com (dtr.rain.com [204.119.8.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA11005 for ; Thu, 2 Nov 1995 10:42:07 -0800 From: bmk@dtr.com Received: (from bmk@localhost) by dtr.com (8.6.11/8.6.9) id KAA01191; Thu, 2 Nov 1995 10:41:45 -0800 Message-Id: <199511021841.KAA01191@dtr.com> Subject: Re: extra interfaces? To: olsenc@smokey.ee.washington.edu (Clint Olsen) Date: Thu, 2 Nov 1995 10:41:44 -0800 (PST) Cc: questions@freebsd.org In-Reply-To: <199511021756.JAA29636@smokey.ee.washington.edu> from "Clint Olsen" at Nov 2, 95 09:56:09 am Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 801 Sender: owner-questions@freebsd.org Precedence: bulk > What the heck are all these extra interfaces besides ed0 and lo0? > smokey ~$ ifconfig -a > ed0: flags=c863 mtu 1500 > inet 128.95.75.8 netmask 0xffffff00 broadcast 128.95.75.255 > lp0: flags=810 mtu 1500 > lo0: flags=8009 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > sl0: flags=c010 mtu 552 > tun0: flags=10 mtu 1500 lp0, sl0, and tun0 are pseudo-devices configured into the GENERIC kernel. If you wish, you can create a custom kernel config to disable them. > I cannot find in /etc/rc where these are started. This box is connected to > ethernet, so there's no need for SLIP or PLIP. They're not started by default. > -Clint