-
Apr 15 14:00:57 pfSense ppp[31402]: [wan_link0] LCP: auth: peer wants CHAP, I want nothing
I am far from being an expert, but this looks like an auth mismatch. The carrier expects CHAP auth, but the router is expecting no auth at all. That's what stands out to me in the logs. Again, I'm no expert.
-
I think that only implies we are demanding nothing specific. That same line appears in a successful connection:
Apr 25 01:08:03 ppp 43273 [opt1_link0] LCP: state change Ack-Sent --> Opened Apr 25 01:08:03 ppp 43273 [opt1_link0] LCP: auth: peer wants CHAP, I want nothing Apr 25 01:08:03 ppp 43273 [opt1_link0] LCP: LayerUp Apr 25 01:08:03 ppp 43273 [opt1_link0] LCP: rec'd Discard Request #29 (Opened) Apr 25 01:08:03 ppp 43273 [opt1_link0] CHAP: rec'd CHALLENGE #1 len: 35 Apr 25 01:08:03 ppp 43273 [opt1_link0] Name: "UMTS_CHAP_SRVR" Apr 25 01:08:03 ppp 43273 [opt1_link0] CHAP: Using authname "user" Apr 25 01:08:03 ppp 43273 [opt1_link0] CHAP: sending RESPONSE #1 len: 25 Apr 25 01:08:03 ppp 43273 [opt1_link0] CHAP: rec'd SUCCESS #1 len: 4 Apr 25 01:08:03 ppp 43273 [opt1_link0] LCP: authorization successful Apr 25 01:08:03 ppp 43273 [opt1_link0] Link: Matched action 'bundle "opt1" ""' Apr 25 01:08:03 ppp 43273 [opt1_link0] Link: Join bundle "opt1"
-
Ahhh. I didn't realize this was solved. Thought OP was still having issues.