大侠,可否帮忙解释下server.conf各个参数设置的含义,就差这一步了!感谢!
port 8000 # openvpn监听端口,默认1194,我修改成8000
proto tcp # 默认udp,我这里使用TCP
dev tun
ca ca.crt
cert avstel.crt
key avstel.key # This file should be kept secret
dh dh1024.pem
server 172.16.210.0 255.255.255.0 # 这是我使用的VPN网段
ifconfig-pool-persist ipp.txt
push "route 192.168.1.0 255.255.255.0" # 添加192.168.1.0网段路由
keepalive 10 120
comp-lzo
user nobody
group nogroup
persist-key
persist-tun
status /var/log/openvpn-status.log
log /var/log/openvpn.log
verb 3