- 2
- 0
- 约4.7万字
- 约 12页
- 2017-06-26 发布于河南
- 举报
linux静态路由设置(国外英语资料)
linux静态路由设置(国外英语资料)
Network tube combat: the Linux server static routing configuration of the 2008-02-2921:33 static route is a fixed routing table set in the router. Static routing does not change unless the network administrator intervenes. Because static routing does not reflect changes in the network, it is commonly used in networks with small network sizes and a fixed topology. The advantages of static routing are simple, efficient, and reliable. In all routes, static routing is the highest priority. When the dynamic routing conflicts with the static route, the static route is based on the static route. Linux supports the routing daemon:
Routed: support RIPI routing protocol.
Support: support for RIP, BGP, EGP, OSPF four routing protocols;
Zebra: supports RIP, BGP, and OSPF routing protocols;
Check the kernel routing table
Log on to the Linux server to view the routing table and use the command: route
# the route
The Kernel IP routing table
Destination Gateway Genmask Flags Metric metrics Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 eth0
127.0.0.1 * 255.0.0.0.0.0, 0, 0 lo
Default 192.168.1.1 0.0.0.0 UG 0 0 eth0
127.0.0.1 address of closed loop, as we know, using TCP/IP protocol of the computer, will have an IP address, confirmed by IP address each other between each other, information and data. In some cases, we are trying to do a test (such as whether a network card is properly installed), or there is no other computer as the receiving end. At this point, we can use this machine to act as the sender and receiver of the information, which is called a closed loop. You can also use the equivalent command: netstat -r.
Table -1 is the route command output option
The route command format:
Route [-cfvnee] [option]
The main options are as follows.
-n: no domain name.
-e: showing other information.
-v: display details.
-f: displaying FIB information.
-c: display FIB cache information.
Add: increase routing.
Del: delete the route.
-net: routing is a network, not a h
您可能关注的文档
最近下载
- 2025年军考提干题目及答案.doc VIP
- 桥门式起重机检验规程.doc
- 文字汉字结构汉字结构现代汉语教案.docx VIP
- 全口义齿特殊颌型.pdf VIP
- 学堂在线 雨课堂 学堂云 研究生的压力应对与健康心理 期末考试答案.docx VIP
- 学堂在线 雨课堂 学堂云 研究生的压力应对与健康心理 章节测试答案.docx VIP
- 在线网课学习课堂《现代农业创新与乡村振兴战略(扬州)》单元测试考核答案.docx VIP
- 学堂在线 雨课堂 学堂云 艺术的启示 章节测试答案.docx VIP
- 2026年中考语文一轮专题复习:现代文阅读.docx VIP
- 计算机基础知识试题(答案_).docx VIP
原创力文档

文档评论(0)