From owner-freebsd-net@FreeBSD.ORG Tue Jul 1 13:50:26 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 450E737B401; Tue, 1 Jul 2003 13:50:26 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C610043F93; Tue, 1 Jul 2003 13:50:25 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id B531B72FE3; Tue, 1 Jul 2003 13:50:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id B3BE872FDC; Tue, 1 Jul 2003 13:50:25 -0700 (PDT) Date: Tue, 1 Jul 2003 13:50:25 -0700 (PDT) From: Doug White To: Alessandro de Manzano In-Reply-To: <20030630233626.A73415@libero.sunshine.ale> Message-ID: <20030701134658.U40881@carver.gumbysoft.com> References: <20030630212122.A72414@libero.sunshine.ale> <20030630233626.A73415@libero.sunshine.ale> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: mobile@freebsd.org cc: Reinhard Speyerer cc: net@freebsd.org Subject: Re: strange PPP negotiation problem with GPRS mobile phone X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 20:50:26 -0000 On Mon, 30 Jun 2003, Alessandro de Manzano wrote: > Ok, now after the kind help of Mr. Speyerer I've reached the following > phase: > > Now PPP seems to negotiate some IP address, but after about a second it > still close the session... The remote boots you off 2 seconds after it finishes bringing up ppp all the way. Perhaps you've disabled too much now? > Jun 30 23:27:17 asusmobile ppp[275]: tun0: IPCP: deflink: State change Initial --> Closed > Jun 30 23:27:17 asusmobile ppp[275]: tun0: IPCP: deflink: LayerStart. > Jun 30 23:27:17 asusmobile ppp[275]: tun0: IPCP: deflink: SendConfigReq(1) state = Closed > Jun 30 23:27:17 asusmobile ppp[275]: tun0: IPCP: IPADDR[6] 127.0.0.1 That must be a dummy value... but I think its supposed to be all 0s if you are asking for a valid ip. > Jun 30 23:27:17 asusmobile ppp[275]: tun0: IPCP: deflink: State change Closed --> Req-Sent > Jun 30 23:27:17 asusmobile ppp[275]: tun0: IPCP: deflink: RecvConfigReq(33) state = Req-Sent > Jun 30 23:27:17 asusmobile ppp[275]: tun0: IPCP: IPADDR[6] 192.168.100.101 Does that look like a valid IP from your provider? > Jun 30 23:27:19 asusmobile ppp[275]: tun0: LCP: deflink: RecvTerminateReq(34) state = Opened > Jun 30 23:27:19 asusmobile ppp[275]: tun0: LCP: deflink: LayerDown The remote asked that you go away so you failed some sort of check at something beyond the ppp layer. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org