Posts

Showing posts with the label openvpn

Add a new tap adapter for OpenVPN on Windows 8.1 to allow multiple connections

Simply run the utility located at "C:\Program Files\TAP-Windows\bin\addtap.bat" as administrator 

Configure OpenVPN package on Synology to enable DNS

An openvpn package is now available on Synology Website. After the openvpn package is installed, the configuration file is located here : /usr/syno/etc/synovpn/openvpn/openvpn.conf Add the following line in the configuration file : push "dhcp-option DNS 192.168.1.3" where ip address is your DNS server ip address. Restart the openvpn package.