centos 7 查看內網ip和外網ip

BAT架構師資料下載https://github.com/0voice/from_coder_to_expert
centos7 查看內網的ip,使用ifconfig 或在后面加上參數,都可以查看內網的ip,下面的10.105.33.17 即是內網的ip

[root@VM_33_17_centos ~]#ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.105.33.17  netmask 255.255.192.0  broadcast 10.105.63.255
        ether 52:54:00:75:e5:57  txqueuelen 1000  (Ethernet)
        RX packets 155966  bytes 15667311 (14.9 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 44086  bytes 8285980 (7.9 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 0  (Local Loopback)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

查看外網的ip,使用curl ifconfig.me命令可以查看外網的ip,

[root@VM_33_17_centos ~]#curl ifconfig.me

本文出自“筱Mary”博客,轉載請務必保留此處 http://blog.csdn.net/qq_31382921/article/details/53836523

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容