Jan 22 22:33:33 oxygene ipppd[177]: rcvd [0][LCP ConfReq id=0x1 <magic
0x244ded5a> <auth pap>]

You want the other end to authenticate.

Jan 22 22:33:33 oxygene ipppd[177]: peer refused to authenticate

It refuses.

Jan 22 22:33:33 oxygene ipppd[177]: sent [0][LCP TermReq id=0x3 70 65 65

You hang up.


# AUTHENTICATION

name aaa                # set local name for auth
user aaa                # set name for auth with peer
#usehostname            # use hostname for auth
#remotename X           # set remote name for auth
#noauth                 # (dont) require peer (the other) to auth
require-pap             # allow only pap authetication
#require-chap           # allow only chap authentication
login                   # use system password database for pap
#papcrypt               # pap passwords are encrypted

This rather should be (only active options listed):

# AUTHENTICATION

name username                     # set local name for auth
remotename providername           # set remote name for auth

with /etc/ppp/pap-secrets having:

username        providername    password

Don't forget to /etc/init.d/isdnutils restart after your changes.

Ciao,
        Martin

Reply via email to