From owner-freebsd-questions Sat Sep 27 18:54:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA26766 for questions-outgoing; Sat, 27 Sep 1997 18:54:37 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA26758 for ; Sat, 27 Sep 1997 18:54:32 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA05406; Sun, 28 Sep 1997 11:24:20 +0930 (CST) Message-ID: <19970928112420.20818@lemis.com> Date: Sun, 28 Sep 1997 11:24:20 +0930 From: Greg Lehey To: Eivind Eklund Cc: Keith Spencer , freebsd-questions@FreeBSD.ORG Subject: Re: Installed...I must be close!...but References: <199709250717.RAA26359@smmcroute.smmc.qld.edu.au> <199709280111.DAA13730@bitbox.follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199709280111.DAA13730@bitbox.follo.net>; from Eivind Eklund on Sun, Sep 28, 1997 at 03:11:38AM +0200 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 28, 1997 at 03:11:38AM +0200, Eivind Eklund wrote: >> ############################################################## >> ### Network configuration sub-section ###################### >> ############################################################## >> >> ### Basic network options: ### >> hostname="station1.smmc.qld.edu.au" # Set this! >> nisdomainname="NO" # Set to NIS domain if using NIS (or NO). >> firewall="NO" # Set to firewall type or NO for none. >> tcp_extensions="YES" # Allow RFC1323 & RFC1544 extensions (or NO). >> network_interfaces= "lo0 tun0 de0" # List of network interfaces (lo0 >> is loopback). >> ifconfig_lo0="inet 127.0.0.1" # default loopback device >> configuration. >> ifconfig_tun0= >> ifconfig_de0="inet 203.56.180.200 netmask 255.255.255.0" > > Your configuration of tun0 looks suspicious. tun0 is auto-configured > by ppp, and should not need this line. You shouldn't be running a > plain ifconfig on it, I think.