At work we have to use Dell's SonicWall NetExtender software to connect to the company VPN. Some people use Windows and contractors (like myself), use whatever, which in my case is Manjaro (Arch-based) Linux. The issue is that I seem to be the only who can not connect via the client or CLI. What happens is the connection just hangs forever at Connecting to tunnel.
Diagnostic outputs:
netExtender log:
08/31/2017 10:01:32.792 [connect warn 4847] SSL_get_peer_certificate: err= (success?) self signed certificate in certificate chain 08/31/2017 10:01:32.793 [general notice 4847] Connected. 08/31/2017 10:01:32.793 [general notice 4847] Logging in... 08/31/2017 10:01:32.886 [general notice 4847] Login successful. 08/31/2017 10:01:32.928 [general error 4847] Version header not found 08/31/2017 10:01:32.928 [epc info 4847] Server don't support EPC check. Just pass EPC check 08/31/2017 10:01:33.047 [general notice 4847] SSL Connection is ready 08/31/2017 10:01:34.049 [general info 4847] Using new PPP frame encoding mechanism 08/31/2017 10:01:34.050 [general info 4847] Using PPP async mode (chosen by server) 08/31/2017 10:01:34.050 [general info 4847] Connecting tunnel... It stays this way without errors or timeouts for however long I let it run.
journalctl -u NetworkManager seems to have no useful output for ppp, or anything related.
journalctl -b --no-pager | grep pppd:
aug 31 10:01:34 daniel-pc pppd[4893]: pppd 2.4.7 started by daniel, uid 1000 aug 31 10:01:34 daniel-pc pppd[4893]: Using interface ppp0 aug 31 10:01:34 daniel-pc pppd[4893]: Connect: ppp0 <--> /dev/pts/1 aug 31 10:01:34 daniel-pc pppd[4893]: Cannot determine ethernet address for proxy ARP aug 31 10:01:34 daniel-pc pppd[4893]: local IP address <local ip> aug 31 10:01:34 daniel-pc pppd[4893]: remote IP address <remote ip> aug 31 10:19:46 daniel-pc pppd[4893]: Modem hangup aug 31 10:19:46 daniel-pc pppd[4893]: Connect time 18.2 minutes. aug 31 10:19:46 daniel-pc pppd[4893]: Sent 80 bytes, received 0 bytes. aug 31 10:19:46 daniel-pc pppd[4893]: Connection terminated. aug 31 10:19:46 daniel-pc pppd[4893]: Exit. The happens once I terminate the netExtender process. The same process worked previously on a previous installment of the same OS and Windows also, which is why I suspect an issue elsewhere.
Output of uname -a: Linux daniel-pc 4.9.44-1-MANJARO #1 SMP PREEMPT Thu Aug 17 08:23:52 UTC 2017 x86_64 GNU/Linux
4.9.47-1-MANJARO.