发布网友 发布时间:2022-04-23 14:56
共1个回答
热心网友 时间:2022-05-03 05:25
你的linux是如何上网的呢?
如果固定IP上网,cat
/etc/sysconfig/network里面gateway项
如果是dhcp上网,使用route命令,default那一行就是网关了
[root@hello
~]#
route
Kernel
IP
routing
table
Destination
Gateway
Genmask
Flags
Metric
Ref
Use
Iface
192.1.1.0
*
255.255.255.0
U
0
0
0
eth0
169.254.0.0
*
255.255.0.0
U
0
0
0
eth0
default
192.1.1.1
0.0.0.0
UG
0
0
0
eth0