Page 2 of 12 FirstFirst 12345 ... LastLast
Results 26 to 50 of 278
  1. #26
    is it possible to use apache and openvpn, both listening at port 80???

  2. #27
    Join Date
    Jul 2009
    Location
    Tangerang, ID
    Posts
    168
    Quote Originally Posted by shinjikenny View Post
    is it possible to use apache and openvpn, both listening at port 80???
    you have to shutdown apache first or change apache port if you wanna use port 80

  3. #28
    in #nano /etc/openvpn/1194.conf I type ^O but it's not to save please help

  4. #29
    Join Date
    Jul 2009
    Location
    Tangerang, ID
    Posts
    168
    it is ctrl + x ; y ; enter, mate

    or if you use vi, ctrl + c ; :wq ; enter

  5. #30
    Join Date
    Mar 2011
    Posts
    98

    multi access

    how to create multi access in openvpn??

    let's say we bought 2 servers from different provider

    how can we connect those 2 with 1 same user and password....

    thanks we're new in creating vps

    thank you in advance

  6. #31
    Join Date
    Jul 2009
    Location
    Tangerang, ID
    Posts
    168
    multi access means one vps for multi user, so just add user and set password.

    but with 2 vpn connect together in same client pc, i don't really get it.

  7. #32
    Join Date
    Mar 2011
    Posts
    98
    we currently using vpn service w/ 20 servers


    if we bought premium account we can access this 20 servers with same account... but if we speedtest it seems different vps hosting provider from server 1 -20..

    we wanna know how could this happen?

  8. #33
    Join Date
    Jul 2009
    Location
    Tangerang, ID
    Posts
    168
    ah, you mean you can easily switch from one to another vps rite (not simultaneously)? i think openvpn doesn't support autoswitch like that, if you wanna use more than one vps, you can create folder in openvpn config directory for each *.ovpn and *.crt (per vps), then you can choose which vps you want to connect.

  9. #34
    Join Date
    Mar 2011
    Posts
    98
    or how can we create a site which our client will register and all the info like user name at password will stored also in our vps database...

  10. #35
    Join Date
    Jul 2009
    Location
    Tangerang, ID
    Posts
    168
    umm.. i think you need a or some php/asp script which can create user and set password (useradd and passwd), also store the data in database, i don't know how to implement bash to php code as i'm not php programmer

  11. #36
    Join Date
    Mar 2011
    Posts
    98
    thank you sir for quick reply

    i hope somebody will help us for creating better service

    thanks

  12. #37
    Join Date
    Mar 2010
    Posts
    36
    Hi , thanks for the guide , you helped fix a couple problems for me .
    I'd like to know , is there a way to restrict the bandwidth speed and/or data usage for some or all users ?

    Also , any scripts to automate the process of starting openvpn at startup ?

    Best Regards,
    Aloy

  13. #38
    Join Date
    Jul 2009
    Location
    Tangerang, ID
    Posts
    168
    Quote Originally Posted by aloycasmir View Post
    Hi , thanks for the guide , you helped fix a couple problems for me .
    I'd like to know , is there a way to restrict the bandwidth speed and/or data usage for some or all users ?

    Also , any scripts to automate the process of starting openvpn at startup ?

    Best Regards,
    Aloy
    i think i haven't found any script like that, but it can be created if you're understand php or asp, i would love to create the script but i'm not php programmer

    if you want the openvpn auto start after booting, add the following line to /etc/rc.d/rc.local

    Code:
    openvpn /etc/openvpn/yourconfiguration.conf start & bg

  14. #39
    Join Date
    Mar 2011
    Posts
    98
    hello it's me again... where can i find authentication password and user name for bitvise?

    thanks

  15. #40
    Join Date
    Mar 2011
    Posts
    98
    ok now i login but it says no such file or directory
    after i put #cat/dev/net/tun

  16. #41
    Join Date
    Jul 2009
    Location
    Tangerang, ID
    Posts
    168
    Quote Originally Posted by eric6630 View Post
    ok now i login but it says no such file or directory
    after i put #cat/dev/net/tun
    that means your tun/tap driver is not active yet, you need to ask your provider to activate it.

  17. #42
    Join Date
    Mar 2011
    Posts
    98
    so it means even we don't install CentOS

    just ask our provider to activate it for us?

  18. #43
    Join Date
    Jul 2009
    Location
    Tangerang, ID
    Posts
    168
    Quote Originally Posted by eric6630 View Post
    so it means even we don't install CentOS

    just ask our provider to activate it for us?
    yep that's rite.

  19. #44
    Join Date
    Mar 2011
    Posts
    37

    help me..

    hi there i got problem when installing vps

    this is my error..

    [root@vps ~]#cp =R/usr/share/doc/openvpn-2.1.4/easy-rsa/ /etc/openvpn/
    cp: cannot stat `=R/usr/share/doc/openvpn-2.1.4/easy-rsa/': No such file or directory

  20. #45
    Join Date
    Jul 2009
    Location
    Tangerang, ID
    Posts
    168
    Quote Originally Posted by localnoypi View Post
    hi there i got problem when installing vps

    this is my error..
    check whether if "/usr/share/doc/openvpn-2.1.4/easy-rsa/" exist or not. also it is -R, not =R

  21. #46
    Join Date
    Mar 2011
    Posts
    37
    This one Anyone can help me?..



    [root@vps ~]#rpm -Uvh /usr/src/redhat/RPMS/i386/lzo-*.rpm
    error: Failed dependencies:
    liblzo2.so.2 is needed by (installed) openvpn-2.1.4-2.el5.rf.i386
    [root@vps ~]#

  22. #47
    Hmm. Thnks for this. Hope this will work on me.

  23. #48
    Join Date
    Jul 2009
    Location
    Tangerang, ID
    Posts
    168
    Quote Originally Posted by localnoypi View Post
    This one Anyone can help me?..
    have you rebuild the lzo?
    Code:
    rpmbuild --rebuild lzo-1.08-4.rf.src.rpm
    Quote Originally Posted by MarlX View Post
    Hmm. Thnks for this. Hope this will work on me.
    yes mate

  24. #49
    Join Date
    Mar 2011
    Posts
    37
    yes.. i build lzo.. im just wondering i use XEN VPS is there any conflict because of configuration?

  25. #50
    Join Date
    Mar 2011
    Posts
    98
    Now i'm gonna create UDP port 1194 configuration for OPENVPN, use any text editor you like
    #nano /etc/openvpn/1194.conf


    i stock in here when i put
    #nano /etc/openvpn/1194.conf

    then may current browser changes

Page 2 of 12 FirstFirst 12345 ... LastLast

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
  •