天天看點

linux檢視本機IP、gateway、dns

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

繼續閱讀