Donate Share

OpenVPN

Subscribe

Tunelling

You are viewing a single message from this topic. View all messages.

  1. 2009-09-25 23:27:26 UTC

    server.ovpn

    port 1194

    proto udp

    dev tun

    ca ca.crt

    cert widget.crt

    key widget.key

    dh dh1024.pem

    server 10.10.0.0 255.255.255.0

    ifconfig-pool-persist ipp.txt

    push "dhcp-option WINS 192.168.0.1"

    push "dhcp-option DNS 192.168.0.1"

    push "dhcp-option DOMAIN acme.com.local"

    keepalive 10 120

    comp-lzo

    max-clients 4

    persist-key

    persist-tun

    status openvpn-status.log

    verb 3

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.