1、centos7 最小化安裝後沒有ifconfig命令
解決方法: yum -y install net-tools
2、centos7 設定靜態ip位址
編輯 /etc/sysconfig/network-scripts/ifcfg-ens33
bootproto=static #設定為靜態分配
onboot=yes #開機自啟動
ipaddr=192.168.8,71
netmask=255.255.255.0
gateway=192.168.8.2
dns1=192.168.8.2
3、設定時間、時區
①安裝ntp服務
yum -y install ntp
②檢視當前時間和時區
timedatectl
③設定時區
timedatectl set-timezone asia/shanghai
④同步時間
ntpdate time.windows.com
CentOS 7安裝後的配置
一 設定ip位址 閘道器dns 說明 centos 7.x預設安裝好之後是沒有自動開啟網路連線的,所 以需要我們自己配置。在命令列輸入 vi etc sysconfig network scripts ifcfg ens33 編輯配置檔案,新增修改或新增以下內容。bootproto static 啟...
Centos 7 最小化安裝後基本配置
1 安裝ifconfig yum install y net tools yum y install vim yum y install git yum y install lrzsz yum install y wget firewall是centos7裡面的新的防火牆命令,它底層還是使用 ipt...
VMware安裝CentOS7後配置靜態IP
版本 centos 7 x86 64 1804.iso 然後安裝centos,參考部落格 下面假設系統已經安裝完成,那麼開啟終端切換到 root賬號 設定網路 輸入命令 ip addr 檢視網路配置 第乙個位址127.0.0.1是回環位址,網絡卡名叫lo,windows作業系統也有該位址,用來自己和...