Comment 2 for bug 1831483

Revision history for this message
In , Mihaly-orosz (mihaly-orosz) wrote :

Properly set openvpn client config works in NetworkManager-openvpn, but the static rutes that are pushed from the server are created with wrong metric (50 instead of 301)
Relevant config directives on server side:
push "route 192.168.100.0 255.255.255.0 vpn_gateway 301"

routing table on client after the connection has been set up:
192.168.100.0/24 via 192.168.17.222 dev tun0 proto static metric 50

Desired behaviour would be to set up the static route as follows:
192.168.100.0/24 via 192.168.17.222 dev tun0 proto static metric 301