Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 2 of 22 FirstFirst 123412 ... LastLast
Results 16 to 30 of 318

Thread: OpenVPN Setup guide for most VPN,s

  1. #16

    Title
    Junior Member
    Join Date
    Jan 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi the website link not working


    Sent from my iPhone using Tapatalk

  2. #17
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,754
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Sorry the web host closed my account. Try here
    Code:
    e2openvpn.com

  3. #18
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,754
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by dsayers View Post
    Sorry the web host closed my account. Try here
    Code:
    e2openvpn.com
    Here
    Code:
    http://e2openvpn.com/OpenVPN_Generator/

  4. The Following User Says Thank You to dsayers For This Useful Post:

    khan888 (13-02-24)

  5. #19

    Title
    Junior Member
    Join Date
    Nov 2013
    Posts
    11
    Thanks
    5
    Thanked 5 Times in 4 Posts
    Any chance of PIA being added to the list?

    Also, noticed each script of individual vpn's always downloaded NordVPN conf files? This an error or on purpose?
    Last edited by liamkenyon; 20-08-18 at 12:15.

  6. #20
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,754
    Thanks
    472
    Thanked 607 Times in 433 Posts
    No they should download separate config files, if you have a direct link to there config files I can look at adding PIA.

    Alternatively you can create a pull request to add PIA VPN on my github branch
    Code:
    https://github.com/davesayers2014/OpenVPN
    Last edited by dsayers; 20-08-18 at 12:34.

  7. #21
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,754
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by liamkenyon View Post
    Any chance of PIA being added to the list?

    I have added PIA script
    Code:
    https://github.com/davesayers2014/OpenVPN/blob/master/PIA_VPN/PIA.sh


    Can you confirm it works then I will add it to the main script

    Replace uuuu with your username and pppp with your password and paste in putty.

    Code:
    USERNAME='uuuu'
    PASSWORD='pppp'
    ###############################################################
    # Standard Config
    # If you change anything below this line, it probably wont 
    # be able to connect to your VPN.
    ################################################################
    wget -O PIA.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/master/PIA_VPN/PIA.sh && sed -i "s/uuuu/$USERNAME/g" PIA.sh && sed -i "s/pppp/$PASSWORD/g" PIA.sh && chmod +x PIA.sh && ./PIA.sh

  8. The Following User Says Thank You to dsayers For This Useful Post:

    liamkenyon (20-08-18)

  9. #22

    Title
    Junior Member
    Join Date
    Nov 2013
    Posts
    11
    Thanks
    5
    Thanked 5 Times in 4 Posts
    Quote Originally Posted by dsayers View Post
    I have added PIA script
    Code:
    https://github.com/davesayers2014/OpenVPN/blob/master/PIA_VPN/PIA.sh


    Can you confirm it works then I will add it to the main script

    Replace uuuu with your username and pppp with your password and paste in putty.

    Code:
    USERNAME='uuuu'
    PASSWORD='pppp'
    ###############################################################
    # Standard Config
    # If you change anything below this line, it probably wont 
    # be able to connect to your VPN.
    ################################################################
    wget -O PIA.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/master/PIA_VPN/PIA.sh && sed -i "s/uuuu/$USERNAME/g" PIA.sh && sed -i "s/pppp/$PASSWORD/g" PIA.sh && chmod +x PIA.sh && ./PIA.sh
    Great stuff will check this evening and confirm.
    Always lurking, never posting...

  10. #23

    Title
    Junior Member
    Join Date
    Nov 2013
    Posts
    11
    Thanks
    5
    Thanked 5 Times in 4 Posts
    Getting an error when selecting a server (its got them listed) but showing as Error "konnte nicht gestartet werden!" aka could not be started.
    Always lurking, never posting...

  11. #24
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,754
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Can you ftp medi/hdd/PIA_VPN go in 1 of the folders do you see a .conf file, ca.rsa.2048.crt, crl.rsa.2048.pem and auth.txt?

    Also does auth.txt have correct username and password?

  12. #25
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,754
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Just reading post 2 from here https://www.world-of-satellite.com/s...l=1#post313796


    Quote Originally Posted by corythompson View Post
    For those struggling to set up openvpn on their VU+ box, this guide may be useful.

    6. go to Private Internet Access site and log into your control panel. Generate a PPTP/L2TP/SOCKS Username and Password using the button within the control panel and add the info to the password.conf file so the username and password are on separate lines.
    .
    So did you generate a PPTP/L2TP/SOCKS Username and Password using the button within the control panel and add the info to uuuu and pppp area on the script?
    Last edited by dsayers; 20-08-18 at 18:28.

  13. #26

    Title
    Junior Member
    Join Date
    Nov 2013
    Posts
    11
    Thanks
    5
    Thanked 5 Times in 4 Posts
    Quote Originally Posted by dsayers View Post
    Just reading post 2 from here https://www.world-of-satellite.com/s...l=1#post313796




    So did you generate a PPTP/L2TP/SOCKS Username and Password using the button within the control panel and add the info to uuuu and pppp area on the script?
    Ok, so from what i can gather, the OpenVPN won't kick in and won't accept the location where the files are stored.

    Will keep playing about with it, also tried pptp & usual username and pass.

    Also, only showing 3 files in each directory missing perm file.
    Last edited by liamkenyon; 20-08-18 at 18:59.
    Always lurking, never posting...

  14. #27

    Title
    Junior Member
    Join Date
    Nov 2013
    Posts
    11
    Thanks
    5
    Thanked 5 Times in 4 Posts
    Now, after re-running the script again it's showing 4 files but OpenVPN won't start for some reason, any pointers would be grateful.
    Always lurking, never posting...

  15. #28
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,754
    Thanks
    472
    Thanked 607 Times in 433 Posts
    I will need to see if I can find a sub over the weekend to test.

  16. #29

    Title
    Junior Member
    Join Date
    Nov 2013
    Posts
    11
    Thanks
    5
    Thanked 5 Times in 4 Posts
    Pm me and I can sort some details.
    Always lurking, never posting...

  17. #30

    Title
    Junior Member
    Join Date
    Nov 2013
    Posts
    11
    Thanks
    5
    Thanked 5 Times in 4 Posts
    Quote Originally Posted by dsayers View Post
    I will need to see if I can find a sub over the weekend to test.
    Found the issue, It's todo with the folder structure, it doesn't like a space in the folder & conf names. If all spaces are replaced with a "_" all works.
    Always lurking, never posting...

  18. The Following User Says Thank You to liamkenyon For This Useful Post:

    dsayers (21-08-18)

Page 2 of 22 FirstFirst 123412 ... LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.