From owner-freebsd-questions Tue Oct 27 16:47:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24121 for freebsd-questions-outgoing; Tue, 27 Oct 1998 16:47:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA24114 for ; Tue, 27 Oct 1998 16:47:54 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id QAA22627; Tue, 27 Oct 1998 16:47:11 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 27 Oct 1998 16:47:10 -0800 (PST) From: Doug White To: Quintin Oliver cc: freebsd-questions@FreeBSD.ORG Subject: Re: Setup of FreeBSD PPP Server :) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 27 Oct 1998, Quintin Oliver wrote: > Hi, > > I've setup a FreeBSD ppp server using Mgetty and UserPPP, I'm trying to > dialin from Linux to FreeBSD, on the FreeBSD ppp side I get: > > ppp[8888]: Phase: Pap Output: SUCCESS > ppp[8888]: Phase: Deflink: lcp -> open > ppp[8888]: Phase: bundle: Network Try enabling more logging with set log LCP CCP IPCP Phase That will give you the phase traces. My guess is that the remote will not give you 192.168.5.1 like you're requesting, and you keep asking and it keeps rejecting until you finally give up. > When I get the third line, nothing happens, both modems keep sending data > (problady ppp packets) to each other. Pap-secrets on Linux has been > configured, and ppp.secret on FreeBSD has been configured like so: > > ppp.conf: > ========= > > ppp: > enable pap > set ifaddr 192.168.5.1 192.168.5.2 See the ppp man page for the proper use of this command. Unless this isa point to point link between two machines you own this will fail. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message