From owner-freebsd-questions Sat Feb 10 2: 6:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gdmckee.local (pc-62-30-209-11-so.blueyonder.co.uk [62.30.209.11]) by hub.freebsd.org (Postfix) with ESMTP id C461C37B4EC for ; Sat, 10 Feb 2001 02:06:23 -0800 (PST) Received: from [192.168.0.5] (helo=p300) by gdmckee.local with smtp (Exim 3.16 #1) id 14RWv0-0003Bx-00; Sat, 10 Feb 2001 10:06:14 +0000 Message-ID: <00ed01c09349$16683e40$0500a8c0@gdmckee.local> From: "G D McKee" To: "Anirudh Dutt" , References: <3A83C750.A3B1B824@subdimension.com> Subject: Re: tun0...default already exists Date: Sat, 10 Feb 2001 10:06:08 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Use kill -HUP ppp to bring down ppp. This will down the interface. You are trying to dial again over an interface that hasn't been shut down correctly. Also, do a route delete 0.0.0.0 and this will remove your default route. Make sure you remove the default route line in /etc/rc/conf. You will need to set-up static routes to talk to your local LAN, assuming you have routers in house. Gordon ----- Original Message ----- From: "Anirudh Dutt" To: Sent: Friday, February 09, 2001 10:32 AM Subject: tun0...default already exists > hi > is there any way to "bring up" and "bring down" an interface (like > tun0)? when i use "ppp -background papchap" it does nothing and when i > saw the log files, it has the "adding default route" and that's followed > by error or whatever..."default route alreay exists". (i am aware that > the interface existing and being in use may be two different things and > that may not bebpart of the problem but...) > > thanx > ani d > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message