Date: Tue, 27 Oct 1998 16:47:10 -0800 (PST) From: Doug White <dwhite@resnet.uoregon.edu> To: Quintin Oliver <quintin@smlt.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Setup of FreeBSD PPP Server :) Message-ID: <Pine.BSF.4.03.9810271645450.16538-100000@resnet.uoregon.edu> In-Reply-To: <Pine.LNX.3.96.981027132851.27887A-100000@orion.smlt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9810271645450.16538-100000>