posted @ 2019-12-25 16:36 展春秋 阅读(299) 评论(0) 推荐(0) 编辑
摘要:
1-1、创建默认快照--一般为一串数字 virsh snapshot-create 虚拟机名称 1-2、创建自定义名称快照 virsh snapshot-create-as 虚拟机名称 快照名称 2、查看虚拟机相关的快照 virsh snapshot-list 虚拟机名 3、查看虚拟机某一个快照信息 阅读全文
摘要:
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 展春秋 阅读(722) 评论(0) 推荐(0) 编辑
摘要:
1.openvpn自动启动 修改注册表,加入如下自动启动项 "C:\Program Files\OpenVPN\bin\openvpn-gui.exe" --connect client.ovpn --silent_connection 1 2.ctl过期造成的无法登陆问题 默认情况下, OpenV 阅读全文
posted @ 2019-12-02 09:38 展春秋 阅读(2) 评论(0) 推荐(0) 编辑
摘要:
方法一 mount中指定参数 这种方法不推荐,但可以解决临时挂载的需求 方法二 若想解决没有写权限的问题,服务端和客户端都需要更改如下内容 需要重新挂载下,但是,若在umount过程中提示 device is busy 需要使用fuser 阅读全文
posted @ 2019-07-29 09:23 展春秋 阅读(731) 评论(0) 推荐(0) 编辑