1、安装
在virt-manager里新建一个虚拟机
2、更改主机名
hostnamectl set-ostname westos.com
3、设定网络
cd /etc/sysconfig/network-scripts/
vim ifcfg-eth0
BOOTPROTO=none
NAME=westos
IPADDR=172.25.7.1
GATEWAY=172.25.7.250
DNS1=114.114.114.114
DEVICE=eth0
ONBOOT=yes
4、关闭防火墙
systemctl disable --now NetworkManager
systemctl stop firewalld
5、关闭selinux
vi /etc/sysconfig