### If you want to use the startup script (/etc/rc.d/rc.openvpn), ### this is required daemon ### Server configuration ### # dev tun # ifconfig 10.8.0.1 10.8.0.2 # secret static.key ### Client configuration ### # remote myremote.mydomain # dev tun # ifconfig 10.8.0.2 10.8.0.1 # secret static.key ### How to use this file ### # http://openvpn.net/static.html # http://openvpn.net/howto.html