abrasive / nxBender

Open source client for netExtender SSL VPNs
BSD 3-Clause "New" or "Revised" License
41 stars 20 forks source link

pppd exited with code 2 #7

Open taitruong opened 4 years ago

taitruong commented 4 years ago

Hi,

when starting nxBender I get this:

./nxBender --server netextender.marc-cain.com -u XXX -p XXX -d master-access-ad --fingerprint eb:8e:59:33:0f:8b:75:f3:e8:35:76:69:e3:f2:37:00:fc:d5:43:1a

INFO: Logging in... INFO: Starting session... INFO: Dialing up tunnel... INFO: pppd exited with code 2 INFO: Shutting down...

I googled and this exit code means "An error was detected in processing the options given, such as two mutually exclusive options being used.".

But I have no clue what that means.

abrasive commented 4 years ago

Hi, can you please post the output with --show-ppp-log? Also, please use the latest master, it's just been updated :)

abrasive commented 4 years ago

Actually, I just found out this will happen if you don't run as root, are you root / using sudo?