30.09.2020, 09:45
Just configure OpenVPN from the UI, no need for any scripts.
You should add these lines to OpenVPN configuration entry:
This won't use VPN connection as the default gateway. Otherwise all connections from LM (like HTTP requests etc) will go through VPN. It will still allow to connect to LM via VPN.
You should add these lines to OpenVPN configuration entry:
Code:
pull-filter ignore "route-gateway"
pull-filter ignore "dhcp-option DNS"