From owner-freebsd-stable@FreeBSD.ORG Fri Apr 2 07:50:55 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5782516A4CE for ; Fri, 2 Apr 2004 07:50:55 -0800 (PST) Received: from pc5.i.0x5.de (n.0x5.de [213.146.113.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278D743D2D for ; Fri, 2 Apr 2004 07:50:54 -0800 (PST) (envelope-from nicolas@dauerreden.de) Received: from pc5.i.0x5.de (nicolas@localhost [127.0.0.1]) by pc5.i.0x5.de (8.12.9p2/8.12.9) with ESMTP id i32FopPl012316 for ; Fri, 2 Apr 2004 17:50:51 +0200 (CEST) (envelope-from nicolas@pc5.i.0x5.de) Received: (from nicolas@localhost) by pc5.i.0x5.de (8.12.9p2/8.12.9/Submit) id i32Fopd8012315 for freebsd-stable@freebsd.org; Fri, 2 Apr 2004 17:50:51 +0200 (CEST) (envelope-from nicolas) Date: Fri, 2 Apr 2004 17:50:51 +0200 From: Nicolas Rachinsky To: freebsd-stable@freebsd.org Message-ID: <20040402155051.GA11183@pc5.i.0x5.de> Mail-Followup-To: freebsd-stable@freebsd.org References: <200404021145.08547.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404021145.08547.doconnor@gsoft.com.au> X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc User-Agent: Mutt/1.5.6i Subject: Re: PPP weirdness X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2004 15:50:55 -0000 * Daniel O'Connor [2004-04-02 11:45 +0930]: > I just got this as ifconfig output when using PPP -> > > tun0: flags=8051 mtu 1500 > inet 202.146.253.223 --> 202.146.253.17 netmask 0xffffff00 > inet 202.146.245.98 --> 202.146.253.20 netmask 0xffffff00 > Opened by PID 60318 > > It was originally using the first address, the link died (carrier lost), and > then it redialled (had to try a few times before succeeding).. Look for iface-alias in ppp(8). Nicolas