linux路由表配置文件 linux如何查看路由表?
linux如何查看路由表?路由表內(nèi)容描述:查看路由#route-N kernel IP Routing table destination gateway genmask flags metric r
linux如何查看路由表?
路由表內(nèi)容描述:查看路由#route-N kernel IP Routing table destination gateway genmask flags metric ref use Iface 192.57.66.200 192.168.1.1 255.255.255 ugh 0 0 0 eth0 192.168.1.0 0 0 0 0 255.0 u 0 0 0 0 eth0 169.254.0.0 255.0 255.0 u 0 0 0 0 0 0 0 0 0 0 eth0 0 0 0 0 0 0 0 0 0 0 192.168.1 0.0.0 UG 0 0 0 0 0 0 eth0 destination:目標網(wǎng)絡(luò)或主機。網(wǎng)關(guān):網(wǎng)關(guān)地址。Genmask:目標網(wǎng)絡(luò)的網(wǎng)絡(luò)掩碼?!?55.255.255.255”表示主機?!?.0.0.0”指網(wǎng)關(guān)。標志:標記。已啟用U.路由。H.目標是主機g,使用網(wǎng)關(guān)。詳見此處http://www.cnblogs.com/dongzhiquan/archive/2012/12/26/2834904.html