Answers:
您可以使用该ip
命令,并且由于ifconfig
大多数发行版都在弃用该命令,因此它现在是首选工具。一个例子:
$ ip route show
212.13.197.0/28 dev eth0 proto kernel scope link src 212.13.197.13
default via 212.13.197.1 dev eth0
ip r
它显示相同的内容。
route -n
如此多的清洁输出的..
跑:
$ route
输出为:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 10.0.2.2 0.0.0.0 UG 1024 0 0 eth0
10.0.2.0 * 255.255.255.0 U 0 0 0 eth0