Hi,
i have EG915UEUABR03A01M08
ppp config:
refuse-chap refuse-mschap refuse-mschap-v2
Log:
using channel 14
Using interface ppp0
Connect: ppp0 ↔ /dev/ttyUSB7
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x4ed55b87> ]
rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xbfc96f73> ]
sent [LCP ConfNak id=0x1 ]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x4ed55b87> ]
rcvd [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xbfc96f73> ]
sent [LCP ConfAck id=0x2 <asyncmap 0x0> <magic 0xbfc96f73> ]
sent [LCP EchoReq id=0x0 magic=0x4ed55b87]
sent [PAP AuthReq id=0x1 user=“username” password=]
rcvd [LCP EchoRep id=0x0 magic=0xbfc96f73]
rcvd [PAP AuthNak id=0x1 “Login ok”]
Remote message: Login ok
PAP authentication failed
sent [LCP TermReq id=0x2 “Failed to authenticate ourselves to peer”]
rcvd [LCP TermReq id=0x3 “Authentication failed”]
sent [LCP TermAck id=0x3]
rcvd [LCP TermAck id=0x2]
Connection terminated.
the server is configured to be authenticated in PAP, why do I have PAP AuthNak id=0x1 “Login ok” as incorrect information and the connection closes?
Thanks