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 5 of 22 FirstFirst ... 3456715 ... LastLast
Results 61 to 75 of 318

Thread: OpenVPN Setup guide for most VPN,s

  1. #61

    Title
    Member
    Join Date
    Sep 2010
    Posts
    52
    Thanks
    48
    Thanked 3 Times in 2 Posts
    I've generated a .opvn file from vpn unlimited
    changed the extension to .conf
    ftp'd that to etc/openvpn
    made a auth.txt in there too
    what else should be in there?
    any pointers appreciated please

  2. #62
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,752
    Thanks
    472
    Thanked 606 Times in 432 Posts
    In the .conf file see if you can find a line similar to:

    auth-user-pass

    Change it to

    auth-user-pass auth.txt

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

    wambam (13-11-18)

  4. #63

    Title
    Member
    Join Date
    Sep 2010
    Posts
    52
    Thanks
    48
    Thanked 3 Times in 2 Posts
    auth-user-pass auth.txt
    That line is not in my client.conf

    this is the closest match
    auth-nocache

    should i add it somewhere?
    thanks

  5. #64
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,752
    Thanks
    472
    Thanked 606 Times in 432 Posts
    Quote Originally Posted by wambam View Post
    auth-user-pass auth.txt
    That line is not in my client.conf

    this is the closest match
    auth-nocache

    should i add it somewhere?
    thanks
    Give it a try just add it to the top.

    Also try adding a log check if there isnt one

    log /etc/openvpn/VPN.log

    Then when you try starting VPN see if a log file is created in etc/openvpn


    Have a look at this IP Vanish guide https://www.tech2guides.co.uk/how-to...igma2-openatv/

    client-conf-userset.jpg

    You can ignore the certificate line if you dont have crt file.
    Last edited by dsayers; 12-11-18 at 18:07.

  6. #65

    Title
    Member
    Join Date
    Sep 2010
    Posts
    52
    Thanks
    48
    Thanked 3 Times in 2 Posts
    Thanks for your help @dsayers
    all working now

  7. #66

    Title
    Junior Member
    Join Date
    Jan 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi, looking forward tousing your script but ... I get this error when telnet to STB

    https://raw.githubusercontent.com/da...ordVPN/Nord.sh
    Resolving raw.githubusercontent.com... 151.101.16.133
    Connecting to raw.githubusercontent.com|151.101.16.133|:443... connected.
    ERROR: cannot verify raw.githubusercontent.com's certificate, issued by ‘CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US’:
    Unable to locally verify the issuer's authority.
    To connect to raw.githubusercontent.com insecurely, use `--no-check-certificate'.

    Nothing appears to happen.
    Your help would be appreciated, Thanks

  8. #67
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,752
    Thanks
    472
    Thanked 606 Times in 432 Posts
    What image are you using?

  9. #68

    Title
    Junior Member
    Join Date
    Jan 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by dsayers View Post
    What image are you using?
    Hi, opentatv 6.3

  10. #69
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,752
    Thanks
    472
    Thanked 606 Times in 432 Posts
    Quote Originally Posted by kdol View Post
    Hi, opentatv 6.3
    They've changed wget again they did this in 6.2 then reverted as it was causing issues. I'll have a look when I get chance hopefully it just needs the no check certificate and not unzip.

    Sent from my SM-G955F using Tapatalk
    Using a Vu+Uno4k using a sundtek DVB-S/S2 USB tuner with vix 6.4 developer image

  11. #70

    Title
    Junior Member
    Join Date
    Jan 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by dsayers View Post
    They've changed wget again they did this in 6.2 then reverted as it was causing issues. I'll have a look when I get chance hopefully it just needs the no check certificate and not unzip.

    Sent from my SM-G955F using Tapatalk
    Yes, that stacks up with some of what I saw.
    Thanks.

  12. #71

    Title
    Junior Member
    Join Date
    Dec 2018
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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.

  13. #72
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,752
    Thanks
    472
    Thanked 606 Times in 432 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.
    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

  14. #73
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,752
    Thanks
    472
    Thanked 606 Times in 432 Posts
    Quote Originally Posted by kdol View Post
    Hi, looking forward tousing your script but ... I get this error when telnet to STB

    https://raw.githubusercontent.com/da...ordVPN/Nord.sh
    Resolving raw.githubusercontent.com... 151.101.16.133
    Connecting to raw.githubusercontent.com|151.101.16.133|:443... connected.
    ERROR: cannot verify raw.githubusercontent.com's certificate, issued by ‘CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US’:
    Unable to locally verify the issuer's authority.
    To connect to raw.githubusercontent.com insecurely, use `--no-check-certificate'.

    Nothing appears to happen.
    Your help would be appreciated, Thanks
    Hi can you try this please?

    Copy all the text and change the first two lines uuuu with your username and pppp with your password select 1 for NordVPN and see how it goes, Ill probably need to make more changes

    Code:
    USERNAME='uuuu'
    PASSWORD='pppp'
    ###############################################################
    # Standard Config
    # If you change anything below this line, it probably wont 
    # be able to connect to your VPN.
    ################################################################
    #!/bin/bash
    # Config Example
    wget -O https://raw.githubusercontent.com/davesayers2014/OpenVPN/ATV6.3/Main%20Scripts/VPN.sh && sed -i "s/UUUU/$USERNAME/g" VPN.sh && sed -i "s/PPPP/$PASSWORD/g" VPN.sh && chmod +x VPN.sh && ./VPN.sh

  15. #74
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,752
    Thanks
    472
    Thanked 606 Times in 432 Posts
    Quote Originally Posted by dsayers View Post
    Hi can you try this please?

    Copy all the text and change the first two lines uuuu with your username and pppp with your password select 1 for NordVPN and see how it goes, Ill probably need to make more changes

    Code:
    USERNAME='uuuu'
    PASSWORD='pppp'
    ###############################################################
    # Standard Config
    # If you change anything below this line, it probably wont 
    # be able to connect to your VPN.
    ################################################################
    #!/bin/bash
    # Config Example
    wget -O https://raw.githubusercontent.com/davesayers2014/OpenVPN/ATV6.3/Main%20Scripts/VPN.sh && sed -i "s/UUUU/$USERNAME/g" VPN.sh && sed -i "s/PPPP/$PASSWORD/g" VPN.sh && chmod +x VPN.sh && ./VPN.sh
    Sorry for ATV 6.3 with Nord try

    Code:
    USERNAME='uuuu'
    PASSWORD='pppp'
    ###############################################################
    # Standard Config
    # If you change anything below this line, it probably wont
    # be able to connect to your VPN.
    ################################################################
    #!/bin/bash
    # Config Example
    wget --no-check-certificate -O VPN.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/ATV6.3/Main%20Scripts/VPN.sh && sed -i "s/UUUU/$USERNAME/g" VPN.sh && sed -i "s/PPPP/$PASSWORD/g" VPN.sh && chmod +x VPN.sh && ./VPN.sh

  16. #75

    Title
    Junior Member
    Join Date
    Dec 2018
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by wambam View Post
    Thanks for your help @dsayers
    all working now
    I have exactly the same vpn as you, the vpn unlimited, but i really can't put it to work.
    Can help me please?

Page 5 of 22 FirstFirst ... 3456715 ... 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.