Dimitri Papadopoulos Orfanos

Results 835 comments of Dimitri Papadopoulos Orfanos

Have you tried with an empty password `-p ""`?

I haven't written that code and don't have such a setup to test, but I seem to recall it had worked in the past. If you have time, I would...

@toy4two So if I understand you correctly, you too have tested `openfortivpn -u "" -p "" --user-cert=...cert.pem --user-key=...key.pem` and it doesn't work. Also, I see it fails with both FortiOS...

i see `openfortivpn` outputs only: ``` POST /remote/logincheck ``` while `openconnect` outputs: ``` GET /vpn-acme GET /remote/login?realm=vpn-acme POST /remote/logincheck GET /remote/fortisslvpn_xml ``` it does look like something goes wrong with...

@toy4two Indeed openfortivpn requires two distinct files as arguments to `--user-cert` and `--user-key`. Thank you for coming back to us with an explanation. I don't even know if it's feasible...

I cannot recall the details of routing any more. Usually, openfortivpn follows the instructions sent by the VPN gateway. Most gateways instruct the client to route all traffic through the...

As an alternative, you may try OpenConnect. You need to compile the latest sources yourself for Fortinet support. The benefit is that OpenConnect calls an **external script** to set routing...

Is this an issue with "network disconnect" or "sleep mode"? Can you please walk me through the steps to reproduce the problem? Please show commands, error messages, output of relevant...

That said, there are certainly two issues with Sleep Mode: - The VPN gateway has certainly reset the connection, no wonder you need to restart _openfortivpn_. - It might also...

If the connection dies after 12 hours, I suspect this might be a [FortiGate timeout](https://kb.fortinet.com/kb/documentLink.do?externalID=FD39435) (server side) in which case you cannot do anything about it. But then the question...