Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 1996 12:00:25 BST
From:      Michael Ryan <mike@NetworX.ie>
To:        Darius Moos <moos@neuron.bsd.uni-passau.de>
Cc:        freebsd-hackers-digest@FreeBSD.ORG
Subject:   hackers-digest V1 #1337 (pppd and PAP)
Message-ID:  <ECS9607291225A@NetworX.ie>

next in thread | raw e-mail | index | archive | help
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
<mike@NetworX.ie>
---






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ECS9607291225A>