Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of adding static Route in linux

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Static routes can be added through the route add command, as follows:

1. Add rout

Route add-net 192.168.0.0 gw 192.168.0.1route add 24 gw 192.168.0.1route add-host 192.168.1.1 dev 192.168.0.1

2. Delete a route

Route del-net 192.168.0.0Unip 24 gw 192.168.0.1

Parameter description:

Add adds routing

Del delete route

-net sets the route to a network segment

-host sets the route to a host

Gw egress Gateway IP address

Dev egress Gateway physical device name

3. Add default route

Route add default gw 192.168.0.1

One default route is enough.

4. View the routing table

Route-n

These are the details of how to add static routes to the linux system, please pay attention to other related articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report