发布网友 发布时间:2022-04-23 14:56
共5个回答
热心网友 时间:2023-09-09 09:01
你的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
热心网友 时间:2023-09-09 09:02
用root用户查看输入ifconfig就可以了·~~
热心网友 时间:2023-09-09 09:02
ifconfig
热心网友 时间:2023-09-09 09:03
使用route命令
热心网友 时间:2023-09-09 09:03
可以用netstat命令查看