Date: Sat, 10 Feb 2001 10:06:08 -0000 From: "G D McKee" <freebsd@gdmckee.com> To: "Anirudh Dutt" <aneroid@subdimension.com>, <freebsd-questions@FreeBSD.ORG> Subject: Re: tun0...default already exists Message-ID: <00ed01c09349$16683e40$0500a8c0@gdmckee.local> References: <3A83C750.A3B1B824@subdimension.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <aneroid@subdimension.com> To: <freebsd-questions@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ed01c09349$16683e40$0500a8c0>