vmware15安裝centos7.6 Minimal並配置網絡

vmware下載安裝

地址:http://www.zdfans.com/5928.htmlphp

centos下載

這裏使用阿里雲的鏡像http://mirrors.aliyun.com/,也能夠選擇163的鏡像http://mirrors.163.com 具體地址:https://mirrors.aliyun.com/centos/7.6.1810/isos/x86_64/ 我選擇的是最小版本CentOS-7-x86_64-Minimal-1810.iso 安裝事後基本上沒什麼命令可用,好比vim、wget、ifconfig都沒有html

安裝注意事項

一、虛擬機安裝目錄 D:\Virtual Machines\201 這個201是虛擬機的名稱

二、網絡適配器選擇橋接模式,不用勾選「複製物理網絡鏈接狀態」

配置網絡

配置IP地址

[root@localhost ~]# cd /etc/sysconfig/network-scripts/
[root@localhost ~]# ls
[root@localhost ~]# vi ifcfg-eno173783993

BOOTPROTO=static
ONBOOT=yes
IPADDR=192.168.0.201
PREFIX=24
GATEWAY=192.168.1.1
NETMASK=255.255.255.0
DNS1=114.114.114.114
DNS2=8.8.8.8
複製代碼

重啓網絡服務

[root@localhost ~]# systemctl restart network.service
複製代碼

會把咱們設置的DNS1和DNS2寫入/etc/resolv.conf文件,因此,若是沒在ifcfg-eno173783993中設置DNS, 那麼,能夠直接在/etc/resolv.conf中設置 nameserver 114.114.114.114 nameserver 8.8.8.8vim

更新

系統更新

[root@localhost ~]# yum -y update
複製代碼

使用阿里雲的yum源

你也能夠使用原始的yum源,我就沒有修改centos

修改方法

mirrors.aliyun.com/help/centos…bash

安裝一些必要的工具

ifconfig、wget、vim網絡

yum -y install net-tools wget vim工具

[root@localhost ~]# yum -y install net-tools wget vim lrzsz
複製代碼

secureCRT文件的上傳下載

lrzsz 上傳文件 rz 下載文件 sz阿里雲

相關文章
相關標籤/搜索