IP Address: 38.107.191.100
Hostname: 38.107.191.100

 

How to Delete a Route

How to delete a route in Linux?

Save to del.icio.us


Here’s how to delete a route for the network 10.0.0.0/8 with a gateway of 192.168.1.254 connected to the interface eth0.

[root@linux etc]# route del -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.1.254 eth0

The file /etc/sysconfig/network-scripts/route-eth0 will also have to be updated so that when you reboot the server will not reinsert the route. Delete the line that reads:

10.0.0.0/8 via 192.168.1.254

Sponsored Ads:

Big Image

Ad Space

Random Articles:

DHCP Leases on a Cisco Router

How can I view DHCP leases on a Cisco Router?

Free up Disk Space

How to clean up your Hard Disk.

Recent Articles:

Outbound Call Problems with Cisco Call Manager

Users unable to make outbound 10 digit calls when using MGCP

Reset Websense Manager Password

How can I reset the password for the WebsenseAdministrator?

Disabling SSLv2

How can I disable SSL version 2 in Apache and IIS?