Network

ip command

Show routes

ip route

Add an extra route

ip route add 10.10.0.0/24 via 10.10.0.1

When you try to change the default route. Its best to use replace instead of add. Otherwise you will have two default routes. The first will be used.

ip route replace default via 192.168.0.1