Subject: Problem with ppp
Date: Tuesday, October 02, 2001 6:57 PM
Hi to All
I need to setup my linux (Red Hat 6.2) like ppp server, so I can connect to
it with windows ppp client.
My /etc/ppp/options.ttyS1 file look like
-detach
modem
crtscts
lock
record /var/log/ppp.record
require-pap
refuse-chap
login
proxyarp
220.1.1.1:220.1.1.101
ms-dns 220.1.1.1
After I try to connect, I got error message on my windows:
Error 718: The computer you're dialing in to cannot establish a Dial-Up
Networking connection.
Check your password, and try again.
Part of file /var/log/message on linux look like this:
Oct 2 17:15:33 andrej PAM_pwdb[1331]: (login) session opened for user
andppp by (uid=0)
Oct 2 17:15:33 andrej pppd[1332]: pppd 2.3.11 started by andppp, uid 502
Oct 2 17:15:33 andrej pppd[1332]: Using interface ppp0
Oct 2 17:15:33 andrej pppd[1333]: Couldn't create record file
/var/log/ppp.record: Permission denied
Oct 2 17:15:33 andrej pppd[1332]: Connect: ppp0 <--> /dev/pts/1
Oct 2 17:15:40 andrej PAM_pwdb[1332]: (ppp) session opened for user
andppp by andppp(uid=502)
Oct 2 17:15:40 andrej pppd[1332]: user andppp logged in
Oct 2 17:15:41 andrej pppd[1332]: LCP terminated by peer
Oct 2 17:15:44 andrej PAM_pwdb[1332]: (ppp) session closed for user
andppp
Oct 2 17:15:44 andrej pppd[1332]: Connection terminated.
Oct 2 17:15:44 andrej pppd[1332]: Connect time 0.2 minutes.
Oct 2 17:15:44 andrej pppd[1332]: Sent 293 bytes, received 300 bytes.
Oct 2 17:15:44 andrej pppd[1332]: Exit.
Oct 2 17:15:44 andrej PAM_pwdb[1331]: (login) session closed for user
andppp
Obviously problem is LCP terminated by peer. Can somebody help me.
Ante