From owner-freebsd-isdn Mon Jan 10 5:49: 1 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.sparud.net (hinken.sparud.net [193.12.107.26]) by hub.freebsd.org (Postfix) with ESMTP id C98BB15973 for ; Mon, 10 Jan 2000 05:47:25 -0800 (PST) (envelope-from jan@sparud.net) Received: by mail.sparud.net (Postfix, from userid 10) id 8D67D3E24; Mon, 10 Jan 2000 14:47:24 +0100 (CET) Message-ID: <14457.58089.440327.357309@hinken.sparud.net> Date: Mon, 10 Jan 2000 14:47:21 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-isdn@freebsd.org Subject: Re: LCP loop problem fixed X-Mailer: VM 6.75 under Emacs 20.3.1 From: jan@sparud.net (Jan Sparud) Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! > Now, I configures isp0 this way: ifconfig isp0 inet 0.0.0.0 > 10.10.10.10 mtu 500 netmask 255.255.255.0 So 10.10.10.10 is the > address I gave to my ISP. After I pass the LCP part, spppcontrol > isp0 shows I am in the "network" stage, and ifconfig isp0 shows > "inet (my newly assigned IP) -> 10.10.10.10". Should I have known by > this time my ISP's IP too? If not, what cases the 10 messages per > sec, or is that normal? I have 0.0.0.1 instead of 10.10.10.10 ("man sppp" says to use 0.0.0.1 as a magic address to use when one doesn't know the ISP's address). Also, you have to set the default route to point to the ISP. In NetBSD you do "route add default 0.0.0.1". I guess it's something similar in FreeBSD. /Janne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message