Red Hat / CentOS Setup Routing Metric For Network Device

by Vivek Gite · 0 comments

Q. How do I set the routing metric on my network device under Fedora / RHEL / Red Hat / CentOS Linux server / workstation operating system?

A. Routing is the process of selecting paths in a network along which to send network traffic. Path selection involves applying a routing metric to multiple routes, in order to select (or predict) the best route. The term "metric"as applied to networking, is used to assign priority to network routes. The higher the metric, the lower the priority of the route.

Open your network interface configuration file for eth0 - /etc/sysconfig/network-scripts/ifcfg-eth0, type:
vi /etc/sysconfig/network-scripts/ifcfg-eth0
Add / append the following line:
METRIC=xyz
Replace xyz with actual with actual metric number. Save and close the file. Restart the network service:
# /etc/init.d/networking restart

Featured Articles:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous FAQ:

Next FAQ:

nixCraft FAQ PDF Collection Now Available To All