From owner-freebsd-isdn Mon Jan 10 5:45:59 2000 Delivered-To: freebsd-isdn@freebsd.org Received: from mail.bezeqint.net (mail-a.bezeqint.net [192.115.106.23]) by hub.freebsd.org (Postfix) with ESMTP id 9BE8C1515E for ; Mon, 10 Jan 2000 05:44:13 -0800 (PST) (envelope-from sarig@bezeqint.net) Received: from asmodean (pri6010.isdn.net.il) by mail.bezeqint.net (Sun Internet Mail Server sims.3.5.1999.07.30.00.05.p8) with SMTP id <0FO4002IIGTACB@mail.bezeqint.net> for freebsd-isdn@freebsd.org; Mon, 10 Jan 2000 15:43:58 +0200 (IST) Date: Mon, 10 Jan 2000 15:43:11 +0200 From: Oren Sarig Subject: Re: LCP loop problem fixed To: freebsd-isdn@freebsd.org Message-id: <000a01bf5b70$a3183280$0a4119d4@asmodean> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2314.1300 Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 References: <14456.50094.237265.228095@hinken.sparud.net> <000b01bf5b6a$d55f0b20$475719d4@asmodean> X-Priority: 3 Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, I figured I might add the debug output I got, so here it follows. Btw, I checked and I can't access the net yet, pings don't return a thing :( And my assumption was correct, sppp needs "hisaddr" it can't get. Anyways, following is the debug output. TIA, Oren Sarig sarig@bezeqint.net.il Jan 10 15:32:02 asmodean /kernel: isp0: ipcp output Jan 10 15:32:02 asmodean /kernel: isp0: ipcp input(ack-rcvd): Jan 10 15:32:02 asmodean /kernel: isp0: ipcp parse opts: Jan 10 15:32:02 asmodean /kernel: isp0: ipcp parse opt values: still need hisadd r send conf-nak Jan 10 15:32:02 asmodean /kernel: isp0: ipcp output Jan 10 15:32:02 asmodean /kernel: isp0: ipcp input(ack-rcvd): Jan 10 15:32:02 asmodean /kernel: isp0: ipcp parse opts: Jan 10 15:32:02 asmodean /kernel: isp0: ipcp parse opt values: still need hisadd r send conf-nak Jan 10 15:32:02 asmodean /kernel: isp0: ipcp output Jan 10 15:32:02 asmodean /kernel: isp0: ipcp input(ack-rcvd): Jan 10 15:32:02 asmodean /kernel: isp0: ipcp parse opts: Jan 10 15:32:02 asmodean /kernel: isp0: ipcp parse opt values: still need hisadd r send conf-nak Jan 10 > Well, now that I'm passed the lcp part, I'm in the ipcp part :b. > > I can't really check if my connection is working, because I need some > IP to ping, and I don't have my DNS servers, so I can't check domains. > I'll check that later. But anyways, after the lcp part passes > painlessly (thanks to Jan here), I get around 10 ipcp messages per sec > with the debug option set on for isp0... tcpdump shows this message: > > 14:45:50.012088 ID-162 IPCP: IP-Address=10.10.10.10 > 03a2 000a 0306 0a0a 0a0a > > 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? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message