hostnamectl --static set-hostname CentOS #改计算机名
yum install gcc libgmb nettle nettle-devel wget iptables.service

systemctl stop firewalld.service #停止自带防火墙
systemctl disable firewalld.service #禁用

systemctl restart iptables.service #启动iptables
systemctl enable iptables.service 

wget http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.72.tar.gz
make COPTS=-DHAVE_DNSSEC 

yum install epel-release
yum install openvpn