From owner-freebsd-questions Tue Jun 2 23:09:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA00829 for freebsd-questions-outgoing; Tue, 2 Jun 1998 23:09:34 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA00816 for ; Tue, 2 Jun 1998 23:09:29 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.8/8.8.8) with SMTP id XAA22567; Tue, 2 Jun 1998 23:09:28 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Tue, 2 Jun 1998 23:09:27 -0700 (PDT) From: Doug White Reply-To: Doug White To: Spike Gronim cc: fbsdqs Subject: Re: MP ppp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 2 Jun 1998, Spike Gronim wrote: > (I *thought* I sent this to the list, but I didn't recieve it after a day > so I guess it never got through... sorry if it is a repeat) I got the original, so .. ? > I have anoncvsed current's MP ppp. I compiled it (on my 2.2.6 > system fresh from the CD). I can dial out, connect, and authenticate. it > then succesfully negotiates my IP, and the IP's of my primary and > secondary namerservers. It then seems to reset my IP to 0.0.0.0....???? This is because you've requested it: > set ifaddr 10.0.0.1/0 160.79.23.2/0 255.255.255.0 >From the ppp manpage: o As an exception, 0 is equivalent to 0.0.0.0/0, meaning that I have no preferred IP address and will obey the remote peers selection. using zero, no routing table entries will be made until a connection is established. I've seen `set ifaddr 0 0' lines cause problems like this. Refine your ifaddr line. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message