Hi Folks.
I'm trying to configure our Linux box as a dialin server for our local
network. I've installed mgetty, and PPPd fine. Dialin access works
using a terminal program, but I'm struggling a little with PPP access.
Using a Win95 dialup networking and LCP I'm refused access. The mgetty
login.config entry is :
/AutoPPP/ - a_ppp /usr/sbin/pppd auth -chap +pap login kdebug 1
debug
If I remove the authentication parameters and have :
/AutoPPP/ - a_ppp /usr/sbin/pppd kdebug 1 debug
Everything works fine, I can dialin and access the network without any
problems.
I'm a little confused quite what's going on, I've looked at the PPPd man
pages and at the PPP Howto without much luck. From what I can gather,
the "login" parameter above should use the user details from /etc/passwd
to validate my PPP login. If this is the case what do I need in my
/etc/ppp/papsecrets file?
I've tried removing the "login" parameter and adding (what I think are
correct) entries to /etc/ppp/papsecrets for the dialin account, but have
had no success with the following :
user-name my.machine.name mypasswd
The machine is running a Slackware installation and kernel 2.0.29. It's
connected to the Internet with an ISDN connection which is also using
PPP and working just fine.
Any help would be much appreciated. Either by email or as a follow up.
Regards,
Lee Shakespeare.