From owner-freebsd-current@FreeBSD.ORG Thu Sep 25 02:51:43 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 989BC16A4F6 for ; Thu, 25 Sep 2003 02:51:43 -0700 (PDT) Received: from c211-28-27-130.belrs2.nsw.optusnet.com.au (c211-28-27-130.belrs2.nsw.optusnet.com.au [211.28.27.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A29543FF7 for ; Thu, 25 Sep 2003 02:51:41 -0700 (PDT) (envelope-from peterjeremy@optushome.com.au) Received: from server.c211-28-27-130.belrs2.nsw.optusnet.com.au (localhost.c211-28-27-130.belrs2.nsw.optusnet.com.au [127.0.0.1]) ESMTP id h8P9peXM031381; Thu, 25 Sep 2003 19:51:40 +1000 (EST) peter@server.c211-28-27-130.belrs2.nsw.optusnet.com.au) Received: (from peter@localhost) (8.12.9p1/8.12.9/Submit) id h8P9pdbs031380; Thu, 25 Sep 2003 19:51:39 +1000 (EST) (envelope-from peter) Date: Thu, 25 Sep 2003 19:51:39 +1000 From: Peter Jeremy To: Willem Jan Withagen Message-ID: <20030925095139.GC31074@server.c211-28-27-130.belrs2.nsw.optusnet.com.au> References: <00cb01c38301$0740d080$471b3dd4@dual> <20030925024215.GF10009@wantadilla.lemis.com> <1064466741.1023.11.camel@panda.freebsdsystems.com> <20030925051321.GG32280@wantadilla.lemis.com> <1064467029.1023.13.camel@panda.freebsdsystems.com> <016401c38338$1df441e0$471b3dd4@dual> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <016401c38338$1df441e0$471b3dd4@dual> User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: Where is my SLIP interface X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 09:51:43 -0000 On Thu, Sep 25, 2003 at 09:39:12AM +0200, Willem Jan Withagen wrote: >But PPP has the same problem: > the interfaces do not show up when listing them with 'ifconfig -a' >And trying to config it: > >router# ifconfig sl0 1.2.3.4 4.5.6.7 >ifconfig: interface sl0 does not exist Try 'ifconfig sl0 create' first. PPP (and presumably SLIP) interfaces are now cloned on request rather than created statically. Peter