adrienverge / openfortivpn

Client for PPP+TLS VPN tunnel services
GNU General Public License v3.0
2.7k stars 320 forks source link

Can connect on Windows 10, cannot connect on Ubuntu 18.02 #463

Closed TheLox95 closed 5 years ago

TheLox95 commented 5 years ago

Right now I'm able to connect to my VPN using the FortiVPN GUI client for windows fortivpn censored

But passing the same IP address, user and pass to the openfortivpn the CLI hangs up and time out Running the following command sudo openfortivpn -c vpn -v. Where vpn is the file where the VPN data is

host=xxx
port=xxx
username=xxx
password=xxx

This is the ouput openfortivpn fail

mrbaseman commented 5 years ago

it seems the vpn is not reachable from the ubuntu system (maybe blocked by a firewall?). Can you try to connect via browser or with telnet to vpn?

DimitriPapadopoulos commented 5 years ago

Also note that FortiClient on Windows is using IPsec by default. The Linux clients (FortiClient and openfortivpn) use SSL.

DimitriPapadopoulos commented 5 years ago

@TheLox95 Have you succeeded getting openfortivpn to work? If not, do you have answers to the above questions?