Use ip addr to get the list of interfaces and their ips
ip addr
View the network to test using route
route
Only display the required Network to test
route | grep tap0 | cut -d " " -f 1
Add a network to routing table
sudo ip route add 192.168.222.0/24 via 10.175.34.1
Last updated 2 years ago