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 6 of 22 FirstFirst ... 4567816 ... LastLast
Results 76 to 90 of 318

Thread: OpenVPN Setup guide for most VPN,s

  1. #76
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by Crake View Post
    I have exactly the same vpn as you, the vpn unlimited, but i really can't put it to work.
    Can help me please?
    Have a look at post 64 https://www.world-of-satellite.com/s...l=1#post477240

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

    Crake (27-12-18)

  3. #77
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    OpenVPN ATV 6.3 test generator site hopefully this works

    Code:
    https://e2openvpn.com/Test/
    Feedback on vix and other images would help aswel.

    Nord VPN" "IP Vanish" "Digibit" "PureVPN" "PIA VPN" "Windscribe"
    Last edited by dsayers; 22-01-19 at 09:03.

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

    Ex-TM6900 (19-02-20)

  5. #78
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by januszmarian View Post
    Hi and welcome
    Any chance you could add limevpn to list of supported vpns? Its very cheap but quite reliable vpn and for what most of us need a vpn for is actually pretty good. Thanks in advance.
    Quote Originally Posted by dsayers View Post
    Hi can you try this please?

    Copy all the text and past in notepad ++ and change the top 2 lines uuuu with your username and pppp with your password between ' ' nothing else copy the full text and past in putty/talnet

    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 LimeVPN.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/master/LimeVPN/LimeVPN.sh && sed -i "s/uuuu/$USERNAME/g" LimeVPN.sh && sed -i "s/pppp/$PASSWORD/g" LimeVPN.sh && chmod +x LimeVPN.sh && ./LimeVPN.sh
    Can you confirm if this works? If not I'll remove it. Thanks.

  6. #79
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    SufShark VPN added to the generator number 7

    Please note for SurfShark you will need to visit https://account.surfshark.com/setup/manual goto step 2 and create credentials if not already there and use those credentials as username and password.

    Once credentials are created you dont need to keep changing them

    VPN,s supported so far

    1) Nord VPN
    2) IP Vanish
    3) Digibit
    4) PureVPN
    5) PIA VPN
    6) Windscrape
    7) SurfShark

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

    imish (04-08-19)

  8. #80

    Title
    Junior Member
    Join Date
    Jul 2013
    Posts
    16
    Thanks
    8
    Thanked 5 Times in 4 Posts
    Hi, super work thanks, can you please add TorGuard, ovpn files here: https://torguard.net/downloads/OpenVPN-UDP.zip

    thanks

  9. #81
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by Jahu View Post
    Hi, super work thanks, can you please add TorGuard, ovpn files here: https://torguard.net/downloads/OpenVPN-UDP.zip

    thanks
    I'll try and have a look tomorrow or during the week

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

    Jahu (01-04-19)

  11. #82
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by Jahu View Post
    Hi, super work thanks, can you please add TorGuard, ovpn files here: https://torguard.net/downloads/OpenVPN-UDP.zip

    thanks
    Hi can you try this

    Copy all the text and change the first two lines uuuu with your username and pppp with your password copy all the text and past in putty and hit enter. If it works ill add to main script

    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 TorGuard.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/master/TorGuard/TorGuard.sh && sed -i "s/uuuu/$USERNAME/g" TorGuard.sh && sed -i "s/pppp/$PASSWORD/g" TorGuard.sh && chmod +x TorGuard.sh && ./TorGuard.sh

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

    Jahu (01-04-19)

  13. #83

    Title
    Junior Member
    Join Date
    Jul 2013
    Posts
    16
    Thanks
    8
    Thanked 5 Times in 4 Posts
    Thanks, works fine, just needed to add the full path to the .conf file for auth.txt i.e /etc/openvpn/auth.txt

    Cheers and keep up the good work

  14. #84
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    So did you have to edit it as

    auth-user-pass /etc/openvpn/auth.txt

  15. #85

    Title
    Junior Member
    Join Date
    Jul 2013
    Posts
    16
    Thanks
    8
    Thanked 5 Times in 4 Posts
    Yes, thats the only change I made as it was giving a auth.txt path error.

    Cheers

  16. The Following User Says Thank You to Jahu For This Useful Post:

    dsayers (01-04-19)

  17. #86
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by Jahu View Post
    Yes, thats the only change I made as it was giving a auth.txt path error.

    Cheers
    Ok corrected and added TorGuard as number 8 to generator.

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

    Jahu (01-04-19)

  19. #87

    Title
    Junior Member
    Join Date
    Jul 2013
    Posts
    16
    Thanks
    8
    Thanked 5 Times in 4 Posts
    Thx buddy, good luck

  20. #88

    Title
    Member
    Join Date
    Nov 2011
    Posts
    31
    Thanks
    7
    Thanked 2 Times in 2 Posts
    hi mate when i paste my details into putty i get this error message
    line 15 syntax error unexpected "("
    any ideas

    thanks

  21. #89
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by djusteve View Post
    hi mate when i paste my details into putty i get this error message
    line 15 syntax error unexpected "("
    any ideas

    thanks
    Is that after choosing a number or straight after pasting the script?

  22. #90
    Andy_Hazza's Avatar
    Title
    Moderator
    Join Date
    Oct 2012
    Location
    Derbyshire, UK
    Posts
    7,287
    Thanks
    2,855
    Thanked 2,126 Times in 1,752 Posts
    Quote Originally Posted by Gyles66 View Post
    How is this one suitable for a new user like me? Is this for paid or free? I'm a new business owner. I would like to try it.
    Look at post #79 for the list of supported ones.


    Sent from my iPhone using Tapatalk
    Vu+ Ultimo 4K with 3TB HDD, Dual FBC (Sat) tuners, 1x Twin Hybrid DVB-C/T/T2 tuner
    Vu+ Solo 4K with 1TB HDD, Dual FBC (Sat) tuners, 1x Hybrid DVB-C/T/T2 tuner
    Vu+ Solo 2 with 1TB HDD 'White Edition', 2x DVB-S2 tuners
    Mut@nt HD2400 with 1TB HDD, 4x DVB-S2 tuners
    Fixed 28.2E Technomate 65cm Mesh Satellite Dish with Inverto Unicable II/JESS LNB and Inverto Unicable Splitter
    Fixed 28.2E Sky Zone 1 45cm Satellite Dish with Octo LNB
    (All receivers installed with the latest Dev build)

Page 6 of 22 FirstFirst ... 4567816 ... 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.