码迷,mamicode.com
首页 > 系统相关 > 详细

linux查看本机IP、gateway、dns

时间:2015-04-07 20:05:23      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:gateway

IP: 
    ifconfig

gateway:
 # netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window irtt Iface
172.16.44.0     0.0.0.0          255.255.255.0    U         0      0          0 vmnet8
172.16.10.0     0.0.0.0          255.255.255.0        U         0      0          0 vmnet1
172.16.0.0       0.0.0.0          255.255.252.0        U         0      0          0 eth0
169.254.0.0     0.0.0.0          255.255.0.0           U         0      0          0 eth0
0.0.0.0         
172.16.0.254    0.0.0.0           UG        0      0          0 eth0

(以0.0.0.0开始的行的gateway是默认网关)


DNS:
 # cat /etc/resolv.conf
search               localdomain
nameserver 172.16.0.250

linux查看本机IP、gateway、dns

标签:gateway

原文地址:http://maggiee.blog.51cto.com/8569896/1629609

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!