linux ip位址檢視

2022-09-12 19:39:12 字數 808 閱讀 6164

1.ifconfig

如果找不到ifconfig需要安裝 net-tools 

yum

install net-tools 或者 apt install net-tools

ip addr  或者   ip addr show  或者  ip a

4.curl 

apt install

curl 安裝程式

curl

ifconfig.me 檢視本地出口的公網位址

5.ip 路由

ip route get 8.8.8.8
6.網絡卡的配置檔案

centos

[root@localhost network-scripts]# pwd

/etc/sysconfig/network-scripts

ubuntu

17以前的版本 目錄/etc/network/inte***ces裡配置ip位址

17以後目錄 配置寫在/etc/netplan/01-netcfg.yaml

Linux IP位址配置

底層修改ip 1 修改 etc sysconfig network scripts ifcfg eth0裡面的ip,子網掩碼,預設閘道器等資訊 我的虛擬機器裡沒有eth0這個檔案,只有eto33?資訊如下圖所示 type為乙太網連線 bootproto引導時為dhcp協議 defroute 將介面設...

linux ip位址配置

centos 系統ip配置 centos系統ip配置檔案的路徑 etc sysconfig network scripts目錄中。以下是ip配置檔案預設的配置 ipv6 init yes ipv6 autoconf yes ipv6 defroute yes ipv6 peerdns yes ipv...

Linux IP設定相關

原文 url size medium 1.配置檔案 etc hosts 本地主機ip位址對映,可以有多個別名 etc services 埠號與標準服務之間的對應關係 etc sysconfig network 設定主機名,閘道器,網域名稱 hostanme zjw.com 主機名 需要重啟計算機才有...