最近在家整ubuntu伺服器,ip老是變,如何將機器ip設成靜止不變的?
執行
sudo nano /etc/network/inte***ces
貼上以下內容
# the primary network inte***ce:
# 這裡的enp0s25是網絡卡的名字,每個機器都不一樣,自己ifconfig檢視下就行
auto enp0s25
iface enp0s25 inet static
address 192.168.0.108
netmask 255.255.255.0
gateway 192.168.0.1
dns-nameservers 8.8.4.4 8.8.8.8
執行
sudo ip addr flush enp0s25
sudo systemctl restart networking.service
為伺服器設定固定IP位址
1 獲取超級管理員許可權 命令 su 輸入root密碼 2 判斷哪個網絡卡有流量,或者確定需要設定哪個網絡卡的固定ip 命令 ifconfig ps 可以查詢哪些網絡卡有流量 3 進入目錄 etc sysconfig network scripts 命令 cd etc sysconfig netwo...
GitLab伺服器IP位址設定
首先說明一下,我linux虛擬機器的ip位址是192.168.142.134.1 在gitlab上新建乙個專案test gitlab,剛開始倉庫位址是http localhost yulei test gitlab.git 修改gitlab.yml檔案 2 修改gitlab.yml檔案 root l...
GitLab伺服器IP位址設定
首先說明一下,我linux虛擬機器的ip位址是192.168.142.134.1 在gitlab上新建乙個專案test gitlab,剛開始倉庫位址是http localhost yulei test gitlab.git 修改gitlab.yml檔案 2 修改gitlab.yml檔案 python...