Skip to content

Instantly share code, notes, and snippets.

@Hritik14
Created March 31, 2018 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hritik14/9e73d45e461042c8fa1ce014fee5fbb2 to your computer and use it in GitHub Desktop.
Save Hritik14/9e73d45e461042c8fa1ce014fee5fbb2 to your computer and use it in GitHub Desktop.
NetworkManager ip route in openVPN config
With custom routes in a custom ovpn file, NetworkManager reports with
`Error: configuration error: unsupported 1th argument to "route" which looks like a FQDN but only IPv4 address supported (line XX)`
Looks like the `route` config option is not available in NM ovpn config but the alternative `route-data` can be used.
The syntax remains the same:
`route-data IP netmask gateway`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment