Page 12 of 12 FirstFirst ... 29101112
Results 276 to 278 of 278
  1. #276
    Hi.
    I have a problem starting OpenVPN-client on boot.
    I have setup ClearOS server with OpenVPN and I want client to be able to connent to server on boot on CentOS 6.5.
    To acomplish that I downloaded tarball and ./configure --enable-password-save && make && make-install
    But OpenVPN installed in:

    [root@x]# find / -name 'openvpn'
    /usr/local/lib/openvpn
    /usr/local/share/doc/openvpn
    /usr/local/sbin/openvpn
    /usr/src/openvpn-2.3.4/src/openvpn
    /usr/src/openvpn-2.3.4/src/openvpn/openvpn

    I cannot start with: service openvpn start
    I tried to add to /etc/rc.d/rc.local a sh script with "openvpn --config xxx.ovpn" bis notut somehow it not working.

    What can I do to start OpenVPN on boot on CentOS 6.5 ?

  2. #277
    Solution found.
    I had to use
    /usr/local/sbin/openvpn --config xxx.ovpn
    instead of
    openvpn --config xxx.ovpn
    Quote Originally Posted by TimonTNT View Post
    Hi.
    I have a problem starting OpenVPN-client on boot.
    I have setup ClearOS server with OpenVPN and I want client to be able to connent to server on boot on CentOS 6.5.
    To acomplish that I downloaded tarball and ./configure --enable-password-save && make && make-install
    But OpenVPN installed in:

    [root@x]# find / -name 'openvpn'
    /usr/local/lib/openvpn
    /usr/local/share/doc/openvpn
    /usr/local/sbin/openvpn
    /usr/src/openvpn-2.3.4/src/openvpn
    /usr/src/openvpn-2.3.4/src/openvpn/openvpn

    I cannot start with: service openvpn start
    I tried to add to /etc/rc.d/rc.local a sh script with "openvpn --config xxx.ovpn" bis notut somehow it not working.

    What can I do to start OpenVPN on boot on CentOS 6.5 ?

  3. #278
    Nice tutorial I used to sell vpns

Page 12 of 12 FirstFirst ... 29101112

Similar Threads

  1. openVPN on openVZ with CentOS 5.5
    By Teh Wallhacks in forum VPS Hosting
    Replies: 16
    Last Post: 11-26-2010, 05:25 AM
  2. OpenVPN Install
    By MJimLay in forum Systems Management Requests
    Replies: 4
    Last Post: 10-20-2010, 06:51 AM
  3. need some one to install OpenVPN
    By -whynot- in forum VPS Hosting
    Replies: 5
    Last Post: 11-06-2008, 03:50 PM
  4. how can i install openvpn in centos server
    By soltany in forum Hosting Security and Technology
    Replies: 7
    Last Post: 09-08-2007, 06:03 AM
  5. OpenVPN/pptpd - install
    By verloni in forum Employment / Job Offers
    Replies: 0
    Last Post: 08-25-2005, 05:15 AM

Posting Permissions

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