linux如何查看无线路由IP?

linux如何查看无线路由IP?,第1张

运行 route 命令,你会看到一组路由设置的输出

Destination Gateway Genmask Flags Metric Ref Use Iface

192.168.0.0 * 255.255.255.0 U0 0 0eth0

169.254.0.0 * 255.255.0.0 U0 0 0eth0

default192.168.0.1 0.0.0.0 UG 0 0 0eth0

其中,default那条路由对应的IP地址 -- 本例中是 192.168.0.1就是无线路由器地址。

运行 route 命令,你会看到一组路由设置的输出

Destination Gateway Genmask Flags Metric Ref Use Iface

192.168.0.0 * 255.255.255.0 U0 0 0eth0

169.254.0.0 * 255.255.0.0 U0 0 0eth0

default192.168.0.1 0.0.0.0 UG 0 0 0eth0

其中,default那条路由对应的IP地址 -- 本例中是 192.168.0.1就是无线路由器地址。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8294444.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-15
下一篇 2023-04-15

发表评论

登录后才能评论

评论列表(0条)

保存