1 回答

TA貢獻(xiàn)1796條經(jīng)驗(yàn) 獲得超4個(gè)贊
路由表內(nèi)容說(shuō)明:
查看路由
# 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.255 UGH 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
Destination:目標(biāo)網(wǎng)絡(luò)或主機(jī)。
Gateway:網(wǎng)關(guān)地址。
Genmask:目標(biāo)網(wǎng)絡(luò)的網(wǎng)絡(luò)掩碼。"255.255.255.255"表示一個(gè)主機(jī)。"0.0.0.0"表示網(wǎng)關(guān)。
Flags:標(biāo)記。
U、路由被啟用。
H、目標(biāo)是一個(gè)主機(jī)
G、使用網(wǎng)關(guān)。
添加回答
舉報(bào)