Now the first time I tried connecting I used this command on my arch linux computer "sudo openvpn --config myconfignamehere.ovpn" and it worked out fine, I used wireshark to check if my data was encrypted and I used the route command to check my IPs and gateways, no errors in terminal either.

Here is how you might remove the route by using the route command (from the net-tools package): route del -net 122.252.228.38 netmask 255.255.255.255 And here is how you might delete the same route using the ip command (from the iproute2 package): ip route del 122.252.228.38/32 How to Add and Delete Static Route in Linux using IP Command To delete a specific route, use the ip route del command. For example, to remove the route address we just added, run the command: $ sudo ip route del 10.0.2.0/24 via 192.168.43.223 dev enp0s3. To delete a single IP route in a subnet run the command $ sudo ip route del 10.0.2.15 via 192.168.43.223 dev enp0s3. To delete default route run: Linux route command help and examples - Computer Hope May 04, 2019 Linux route Add Command Examples - nixCraft Jul 25, 2018

How to add delete routes in linux - Lintel Technologies Blog

Apr 17, 2011

Suse /etc/sysconfig/network/routes file

ip route delete will silently delete the default route ; ip route delete default will delete the default route, too, which is the expected behaviour. Environment. Red Hat Enterprise Linux (RHEL) ip route