linux静态路由设置(国外英语资料).docVIP

  • 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

文档评论(0)

1亿VIP精品文档

相关文档