CentOS最小化安裝後配置NAT網路模式

2022-08-05 09:00:15 字數 322 閱讀 1747

1、網路連線設定為nat模式

2、開啟centos7,以root使用者登陸

3、修改配置,網路配置檔案為:/etc/sysconfig/network-scripts/ifcfg-ens33(以本機為例)

4、設定bootproto=dhcp,onboot=yes

5、windows開啟 vmware dhcp service 和 vmware nat service 服務(win+r,services.msc)

6、在centos中重啟network服務,systemctl restart network

7、通過ping命令測試,網路連通

Centos 7最小化安裝後配置

關閉selinux vi etc sysconfig selinux selinux disabled wq配置網絡卡 最小化安裝後ifconfig無法使用 該配置的前提是採用 nat模式 檢查網絡卡 ip addr 或者 更新yum yum y update聯網後安裝ifconfig yum y ...

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...

CentOS 7最小化安裝配置

檢視網路狀態,因為ifconfig沒有安裝,所以使用如下命令 ip addr進入目錄 cd etc sysconfig network scripts編輯網絡卡檔案 vi ifcfg eno16777736修改或增加如下內容 bootproto static dhcp改為static 修改 onbo...