Results 1 to 1 of 1

Thread: HowTo install OpenVPN server with multiple clients

  1. #1

    HowTo install OpenVPN server with multiple clients

    ###
    First follow the steps writeln by user Tamadite with his tutorial "HowTo install OpenVPN server".
    ###
    Now Y can try to set your router such as OpenVPN server with multiple clients.

    Download the easy-rsa.zip I added into the attachmet for example in the directory /opt/etc/openvpn/easy-rsa unzip the easy-rsa.zip file edit the vars file and than follow the tutorial from openvpn homepage:

    http://openvpn.net/howto.html#pki

    After y generate all necessary files edit the file server.conf to

    nano /opt/etc/openvpn/server.conf

    port 1194
    proto udp
    dev tun

    ca /opt/etc/openvpn/easy-rsa/keys/ca.crt
    cert /opt/etc/openvpn/easy-rsa/keys/server.crt
    key /opt/etc/openvpn/easy-rsa/keys/server.key
    dh /opt/etc/openvpn/easy-rsa/keys/dh1024.pem

    server 10.8.0.0 255.255.255.0

    ifconfig-pool-persist ipp.txt

    client-to-client

    keepalive 10 120

    comp-lzo

    max-clients 100

    user nobody
    group nobody

    status openvpn-status.log

    verb 3
    Client config file:

    client
    dev tun
    proto udp
    remote asus 1194

    resolv-retry infinite

    nobind

    user nobody
    group nobody

    ca ca.crt
    cert zoruska.crt
    key zoruska.key

    comp-lzo
    verb 3

    mute 20
    Attached Files Attached Files

Similar Threads

  1. HowTo install OpenVPN server
    By Tamadite in forum WL-500g/WL-500gx Tutorials
    Replies: 41
    Last Post: 31-05-2012, 21:41
  2. HOWTO install debian on 128 mb usb stick
    By iiivx in forum WL-500gP Tutorials
    Replies: 49
    Last Post: 11-09-2010, 08:26
  3. Howto openvpn
    By diablo in forum German Discussion - Deutsch (DE)
    Replies: 9
    Last Post: 14-02-2008, 13:47
  4. lighttp and php tutorial
    By theboy50 in forum WL-500g/WL-500gx Tutorials
    Replies: 29
    Last Post: 30-01-2008, 19:03
  5. Replies: 3
    Last Post: 28-02-2006, 12:35

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •