linux 如何查看自己的网关是多少?

发布网友 发布时间: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命令查看

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com