From owner-freebsd-questions@FreeBSD.ORG Thu Sep 25 02:16:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E0FD16A4B3 for ; Thu, 25 Sep 2003 02:16:14 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5046043FE1 for ; Thu, 25 Sep 2003 02:16:12 -0700 (PDT) (envelope-from capm@gmx.net) Received: (qmail 4763 invoked by uid 65534); 25 Sep 2003 09:16:10 -0000 Received: from xdsl-213-196-192-180.netcologne.de (EHLO gmx.net) (213.196.192.180) by mail.gmx.net (mp014) with SMTP; 25 Sep 2003 11:16:10 +0200 X-Authenticated: #945514 Message-ID: <3F72B25C.6090900@gmx.net> Date: Thu, 25 Sep 2003 11:16:12 +0200 From: Pascal Giannakakis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: de, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: ppp with DSL leaves unused routes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 09:16:14 -0000 fbsd_user wrote: > Add these 2 statements to your ppp.conf file > > disable iface-alias # Stop adding old IP addr as alias when ppp > # redials because line was lost. These old > ips > # showed using ifconfig -a on tun0. > > iface clear # Remove all previous IP address w00t, that solved it, thanx a bunch!