OpenVPN - Configuring the Server First decision: routed or bridged Setup? Example config files are in /usr/local/share/examples/openvpn/sample-config-files Add the OpenVPN Server to: /etc/rc.local if [ -x /usr/local/sbin/openvpn ]; then /usr/local/sbin/openvpn --config /etc/openvpn/server-udp.conf --daemon - -cd /tmp fi Make sure the tun-device that is being used is up # ifconfig tun1 tun1: flags=11 mtu 1500 groups: tun # cat /etc/hostname.tun1 up