导航

2019年12月25日

摘要: 1-1、创建默认快照--一般为一串数字 virsh snapshot-create 虚拟机名称 1-2、创建自定义名称快照 virsh snapshot-create-as 虚拟机名称 快照名称 2、查看虚拟机相关的快照 virsh snapshot-list 虚拟机名 3、查看虚拟机某一个快照信息 阅读全文

posted @ 2019-12-25 16:36 展春秋 阅读(311) 评论(0) 推荐(0) 编辑

摘要: 1、server上配置防火墙和转发规则 yum install -y iptables-services systemctl mask firewalld systemctl disable firewalld systemctl stop firewalld systemctl enable ip 阅读全文

posted @ 2019-12-25 16:14 展春秋 阅读(2) 评论(0) 推荐(0) 编辑

摘要: 1、server端配置及生成ca等证书 yum install -y epel-release yum install openvpn easy-rsa -y cp -r /usr/share/easy-rsa /etc/openvpn cd /etc/openvpn/easy-rsa/2.0/ c 阅读全文

posted @ 2019-12-25 13:47 展春秋 阅读(3) 评论(0) 推荐(0) 编辑

摘要: 1、克隆easy-rsa 并切换到2.0版本的分支 yum install -y git git clone https://github.com/OpenVPN/easy-rsa.git cd easy-rsa git branch -a * master remotes/origin/HEAD 阅读全文

posted @ 2019-12-25 09:46 展春秋 阅读(737) 评论(0) 推荐(0) 编辑