I’m currently trying to connect to my vpn at work, we use forticlient so i’m using openfortivpn since forticlient isn’t available on nixos
here is my issue
sudo openfortivpn -c .config/openfortivpn/config -vvv
DEBUG: ATTENTION: the output contains sensitive information such as the THE CLEAR TEXT PASSWORD.
DEBUG: openfortivpn 1.23.1
DEBUG: revision unavailable
DEBUG: Loaded configuration file “.config/openfortivpn/config”.
DEBUG: Loaded password from configuration file “.config/openfortivpn/config”
DEBUG: Configuration host = [HOST_IP]
DEBUG: Configuration realm = “”
DEBUG: Configuration port = [port]
DEBUG: Configuration username = [ username ]
DEBUG: Configuration password = [ password ]
DEBUG: Resolving gateway host ip
DEBUG: Establishing TLS connection
DEBUG: server_addr: [HOST_IP]
DEBUG: server_port: [PORT]
DEBUG: gateway_ip: [HOST_IP]
DEBUG: gateway_port: [PORT]
I hide info about usr and host since it’s confidential
but i’ve nothing after this and only got a timeout …