From owner-freebsd-net@FreeBSD.ORG Mon Jun 30 12:44:51 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 E609937B401; Mon, 30 Jun 2003 12:44:51 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA7943FAF; Mon, 30 Jun 2003 12:44:51 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 5527C72FE3; Mon, 30 Jun 2003 12:44:51 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 53C6772FDC; Mon, 30 Jun 2003 12:44:51 -0700 (PDT) Date: Mon, 30 Jun 2003 12:44:51 -0700 (PDT) From: Doug White To: Alessandro de Manzano In-Reply-To: <20030630212122.A72414@libero.sunshine.ale> Message-ID: <20030630124257.M31036@carver.gumbysoft.com> References: <20030630212122.A72414@libero.sunshine.ale> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: mobile@freebsd.org 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: Mon, 30 Jun 2003 19:44:52 -0000 On Mon, 30 Jun 2003, Alessandro de Manzano wrote: > I'm having very strange (to me) PPP problems with a 4.8-R notebook > trying to connect to the Internet via a GPRS mobile phone. Quick analysis: It doesn't like something in the negotiation, since it rejects config attempts. Usually its supposed to tell you what it didn't like, but I'm not seeing that in the printout. Try reducing the MTU. its about the only thing you can adjust :) > Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(7) state = Ack-Sent > Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 > Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 > Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a > Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) > Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(7) state = Ack-Sent I wonder if you can turn this off: > Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(6) state = Ack-Sent > Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a > Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org