返回列表 發帖
Change

push "dhcp-option DNS 192.168.X.X"  

to

push "dhcp-option DNS 8.8.8.8"

TOP

本帖最後由 tomleehk 於 2016-12-18 22:08 編輯

GUI > Administration > Commands
  1.     iptables -I INPUT -p tcp --dport 443 -j ACCEPT
  2.     iptables -I INPUT -p udp --dport 443 -j ACCEPT

  3.     iptables -I FORWARD 1 --source 10.8.0.0/24 -j ACCEPT

  4.    
複製代碼
443 = OpenVPN port number
10.8.0.0 = your virtual network segment
modify according to your Open VPN server configuration

TOP

返回列表