How To Delete Route In Ubuntu Linux?
I have some route in my routing table. But I want to delete one route from routing table. How can accomplish this? List Existing Routes To get detailed information about route that will be removed we list the existing routes in our system. $ sudo ip route show default via 192.168.122.1 dev ens3 10.0.3.0/24 dev … Read more