From owner-freebsd-questions Tue Feb 10 21:01:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18482 for questions-outgoing; Tue, 10 Feb 1998 21:01:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA18463 for ; Tue, 10 Feb 1998 21:01:23 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id BAA14188; Wed, 11 Feb 1998 01:17:37 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199802110117.BAA14188@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Jim Drinkwater cc: questions@FreeBSD.ORG Subject: Re: User PPP with Dynamic IP question In-reply-to: Your message of "Tue, 10 Feb 1998 16:03:43 CST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 11 Feb 1998 01:17:36 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've followed the procedure in the handbook for setting up client-side > user ppp with dynamic ip addresses and connecting works fine. > > My problem is that, for example: > > % telnet `hostname -s` > > hangs because the address resolves to 10.0.0.1 and there is no route to > that address. I only have lo0 and tun0 as interfaces and I am running > FreeBSD 2.2.2-RELEASE. > > Is there any way to resolve this? Stick a `ifconfig_lo0_alias0="inet 10.0.0.1 netmask 0xffffffff"' line in your /etc/rc.conf. > --- > Jim Drinkwater > jd@isd.net -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe questions" in the body of the message