our customer uses Sophos Connect 2.1.20.0309 and SSLVPN.
frequently clients are unable to mount there network shares after vpn conneciton is established.
investigation showed that DNS is a possible root cause for the issue, as a manual "ipconfig /flushdns" solves the issue.
Other OVPN Clients like tunnelblick for macOS have the option to flush dns built in.
the idea was to trigger a flushdns with a login script.
although "run_logon_script" is set to "true" in the configuration file, it does not look like SC is trying to run any script at all:
[ { "display_name": "xxxx SSLVPN", "gateway": "xxxxx", "user_portal_port": 1443, "otp": true, "auto_connect_host": "", "can_save_credentials": "true", "check_remote_availability": "false", "run_logon_script": "true" } ]
Are Logon Scripts supported with SSLVPN?
This thread was automatically locked due to age.