Page 1 of 1

add route

Posted: Mon Feb 01, 2021 9:22 am
by farhaadn
Hi, I have opvn config file like this below:
Client config

client
dev tun
proto tcp
remote test.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
remote-cert-tls server
cipher AES-256-CBC
auth SHA1
auth-user-pass
verb 4
route 10.0.0.0 255.0.0.0


I remove the default route and add a route for IP class 10.0.0.0/8
when I want to import a file in ubuntu-desktop 20.04, I can't add it and it is for the gateway for my route, in the IPV4 tab I have this below:
https://ibb.co/svv9zgt

Re: add route

Posted: Tue Feb 02, 2021 7:44 am
by farhaadn
anyone can help me please?

Re: add route

Posted: Sat Feb 06, 2021 6:00 am
by farhaadn
what can I do???

Re: add route

Posted: Mon Mar 01, 2021 9:02 am
by farhaadn
I just add a gateway to the end of the route command like below and problem solved
route 10.0.0.0 255.0.0.0 192.168.250.1