Created
March 31, 2018 10:36
-
-
Save Hritik14/9e73d45e461042c8fa1ce014fee5fbb2 to your computer and use it in GitHub Desktop.
NetworkManager ip route in openVPN config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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