Ignore:
Timestamp:
Oct 10, 2012, 9:43:35 PM (12 years ago)
Author:
rick
Message:

Make the concentrator OpenVPN work. Please do mind that it potentially breaks
the code for external interfaces which also have an internal link on it (like
the watertoren setup) and no concentrator setup.

Location:
branches/releng-9.0/nanobsd/files/usr/local/etc/openvpn
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/files/usr/local/etc/openvpn/client.conf

    r10432 r11543  
    1010# file so it has a .ovpn extension           #
    1111##############################################
    12 
    1312# Specify that we are a client and that we
    1413# will be pulling certain config file directives
     
    2120# unless you partially or fully disable
    2221# the firewall for the TUN/TAP interface.
    23 dev tap0
    24 ;dev tun
     22dev tun
    2523
    2624# Windows needs the TAP-Win32 adapter name
     
    4240;remote my-server-1 1194
    4341;remote my-server-2 1194
    44 remote openvpn.network.wirelessleiden.nl 1194
     42remote openvpn.pool.wirelessleiden.nl. 1194
    4543
    4644# Choose a random host from the remote
     
    106104# If a tls-auth key is used on the server
    107105# then every client must also have the key.
    108 ;tls-auth ta.key 1
     106tls-auth /usr/local/etc/openvpn/ta.key 1
    109107
    110108# Select a cryptographic cipher.
     
    132130# Make sure to keep some traffic running, to keep the Firewall (NAT) state tables in between happy.
    133131keepalive 2 24
     132
     133# Keep trying
     134resolv-retry infinite
Note: See TracChangeset for help on using the changeset viewer.