Index: branches/releng-9.0/nanobsd/files/usr/local/etc/openvpn/client.conf
===================================================================
--- branches/releng-9.0/nanobsd/files/usr/local/etc/openvpn/client.conf	(revision 10431)
+++ branches/releng-9.0/nanobsd/files/usr/local/etc/openvpn/client.conf	(revision 10432)
@@ -21,6 +21,6 @@
 # unless you partially or fully disable
 # the firewall for the TUN/TAP interface.
-;dev tap
-dev tun
+dev tap0
+;dev tun
 
 # Windows needs the TAP-Win32 adapter name
@@ -40,6 +40,7 @@
 # You can have multiple remote entries
 # to load balance between the servers.
-remote my-server-1 1194
+;remote my-server-1 1194
 ;remote my-server-2 1194
+remote openvpn.network.wirelessleiden.nl 1194
 
 # Choose a random host from the remote
@@ -86,7 +87,7 @@
 # for each client.  A single ca
 # file can be used for all clients.
-ca ca.crt
-cert client.crt
-key client.key
+ca /usr/local/etc/openvpn/ca.crt
+cert /usr/local/etc/openvpn/client.crt
+key /usr/local/etc/openvpn/client.key
 
 # Verify server certificate by checking
@@ -122,2 +123,11 @@
 # Silence repeating messages
 ;mute 20
+
+# Use syslog by default
+syslog
+
+# Allow calling external scripts
+script-security 2
+
+# Make sure to keep some traffic running, to keep the Firewall (NAT) state tables in between happy.
+keepalive 2 24
