Date: Mon, 10 Jan 2000 14:47:21 +0100 (CET) From: jan@sparud.net (Jan Sparud) To: freebsd-isdn@freebsd.org Subject: Re: LCP loop problem fixed Message-ID: <14457.58089.440327.357309@hinken.sparud.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14457.58089.440327.357309>