一、配置虚拟机
按下述过程顺序进行:
1.rhel7.6镜像,通过镜像安装虚拟机,作为母盘,内存给20GB,其他自动,给它起名叫base
母盘具体配置:
1.重启之后,按e进入单用户模式,编辑完毕以后,ctrl+x,再次编辑。
2.母盘具体配置如下:
(1)selinux禁掉(状态改为disabled)
(2)systemctl disable firewalld
(3)systemctl disable --now NetworkManager (企业7里面可以关掉 企业8关不掉)
(4)配置软件仓库 文件命名为dvd.repo
cd /etc/sysconfig/network-scripts/
vim ifcfg-eth0
(5)ifup eth0
(6)vim /etc/hosts
记得加上主机名为双向解析,这样ssh快
(7)下载一些常用的软件,比如vim、lftp、net-tools、wget等
(8)poweroff