From owner-freebsd-hackers Mon Jul 29 04:20:37 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA20050 for hackers-outgoing; Mon, 29 Jul 1996 04:20:37 -0700 (PDT) Received: from sam.networx.ie (dublin-ts11-222.indigo.ie [194.125.133.222]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA20045 for ; Mon, 29 Jul 1996 04:20:23 -0700 (PDT) Received: from mip1.networx.ie (mip1.networx.ie [194.9.12.1]) by sam.networx.ie (8.6.12/8.6.12) with SMTP id MAA04019; Mon, 29 Jul 1996 12:08:56 +0100 X-Organisation: I.T. NetworX Ltd X-Business: Network Consultancy and Training X-Address: 67 Merrion Square, Dublin 2, Ireland X-Voice: +353-1-676-8866 X-Fax: +353-1-676-8868 Received: from mike.networx.ie by mip1.networx.ie Date: Mon, 29 Jul 1996 12:00:25 BST From: Michael Ryan Reply-To: mike@NetworX.ie Subject: hackers-digest V1 #1337 (pppd and PAP) To: Darius Moos Cc: freebsd-hackers-digest@FreeBSD.ORG Message-Id: Priority: Normal Mime-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Darius, You say you've connected to the other fsbd box using CHAP. Have you connected to it using PAP? If not, here's my config to connect to another fbsd box using PAP. Maybe it's not perfect, but it does work. Client: ------ # cd /etc/ppp # cat options modem crtscts # cat options.client lock user mike remotename sam 1.2.3.4:1.2.3.5 connect "chat -f /etc/ppp/chat.client" # cat pap-secrets mike sam password.for.mike Server (hostname "sam"/"sam.networx.ie"): ---------------------------------------- # cd /etc/ppp # cat options modem crtscts # cat options.server lock auth +pap usehostname 1.2.3.5:1.2.3.4 # cat pap-secrets mike sam.networx.ie password.for.mike 1.2.3.4 In the above, remember "mike" is a user and "sam" is a host. Hope this helps, Mike ---