摘要: 一、更换yum源 1、将本机yum源换成阿里云的yum源 ``` [root@test-vm04 ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo ``` 阅读全文
posted @ 2019-09-23 17:56 地瓜地瓜,我是土豆 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 搭建OpenVPN2.2.2 参考:https://www.landui.com/help/show-7514.html 服务端配置文件详解:https://xiexianbin.cn/linux/vpn/2016-10-28-openvpn-client-config/ 环境 系统:Centos7 阅读全文
posted @ 2019-09-23 17:35 地瓜地瓜,我是土豆 阅读(37) 评论(0) 推荐(0) 编辑
摘要: DNS在linux客户端下解析问题:https://wiki.archlinux.org/index.php/OpenVPN#DNS 1、在OpenVPN服务端配置文件开启pushDNS 注意:填写内网DNS服务器地址 2、在客户端配文件添加参数 3、验证 在windows上openvpn的虚拟网卡 阅读全文
posted @ 2019-09-23 17:31 地瓜地瓜,我是土豆 阅读(12) 评论(0) 推荐(0) 编辑