On Wed, 29 Apr 1998, Lorenzo Lazzeri wrote: > > Hello, > > On Tue, 28 Apr 1998, Paul Miller wrote: > > > > > When I dialup to my Linux box, it keeps reporting authentication failures > > even though the password is correct.. Here is the ppp.log file (debug 9) > > I think your /etc/ppp/pap-secrets should have chmod 600 and root.root > owner. > > Furthermore, if you're authenticating your users via login option you > should have this line > > * * "" *
^^^^^^ This helped a lot, but it wasn't the only problem. In the new mgetty packages, the login.config file changed slightly with the /AutoPPP/ line. Previously I had the default line: /AutoPPP/ - - /usr/sbin/pppd auth -chap +pap login which didn't work. In the new login.config, the 3rd parameter change from a "-" to "a_ppp" -- ie: /AutoPPP/ - a_ppp /usr/sbin/pppd auth -chap +pap login .. this may a difference too. > REMEMBER to add the last asterisk, they should be FOUR entries. Dunno > why, but it seems that ppp-2.3.3 wants all the four fields, while > ppp-2.2.0 did work also with just the first three. Yes! Well it connects now, but the networking/ip_masquerading isn't working... DNS requests work, but I can't ping other machines, including my own Linux box. Anyone have experiance with ip masquerading and ppp? I got the local ethernet and ip masquerading, so maybe I can figure this one out. Thanks so much! -Paul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]