From owner-freebsd-isp Tue Oct 27 08:21:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01033 for freebsd-isp-outgoing; Tue, 27 Oct 1998 08:21:50 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from prometheus.smlt.com (prometheus.smlt.com [195.172.80.146]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01027 for ; Tue, 27 Oct 1998 08:21:44 -0800 (PST) (envelope-from quintin@smlt.com) Received: from orion.smlt.com (orion.smlt.com [195.172.80.149]) by prometheus.smlt.com (8.8.7/8.8.7) with ESMTP id PAA07070 for ; Tue, 27 Oct 1998 15:21:15 GMT Received: from localhost (quintin@localhost) by orion.smlt.com (8.8.7/8.8.7) with SMTP id QAA29552 for ; Tue, 27 Oct 1998 16:49:44 GMT Date: Tue, 27 Oct 1998 16:49:44 +0000 (GMT) From: Quintin Oliver To: freebsd-isp@FreeBSD.ORG Subject: Setup of FreeBSD PPP Server :) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 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 enable proxy accept dns set dns 195.172.80.146 195.172.80.147 ppp.secret: =========== username password user2 user2password etc... Has anyone got any ideas? I know the problem here isn't Linux, as I've setup another machine with Linux and the client ppp machine can connect fine to it. Many Thanks, Quintin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message