UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    VPN on UT

    Scheduled Pinned Locked Moved Support
    3 Posts 2 Posters 460 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • R Offline
        rasbeer
        last edited by rasbeer

        I want to use a VPN (I tried OVPN and Torguard) on my Pixel 3a with UT but I cant get it to work, since the official tutorial uses other files than the ones I have. I get the Files "ovpn-ca.crt", "ovpn.conf", "ovpn-tls.key" and "update-resolv-conf" from my VPN provider. But the tutorial uses other Files. The .ovpn file also looks like this, which is nothing like in the tutorial.

        client
        dev tun
        proto udp
        remote vpnserver 501
        remote-cert-tls server
        auth SHA256
        key-direction 1
        setenv CLIENT_CERT 0
        <tls-crypt>
        -----BEGIN OpenVPN Static key V1-----
        RANDOM TEXT
        -----END OpenVPN Static key V1-----
        </tls-crypt>
        resolv-retry infinite
        nobind
        cipher AES-256-GCM
        auth-user-pass
        compress
        ncp-disable
        tun-mtu-extra 32
        <ca>
        -----BEGIN CERTIFICATE-----
        RANDOM TEXT
        -----END CERTIFICATE-----
        

        EDIT: What happens is, that it times out.

        1 Reply Last reply Reply Quote 2
        • LakotaubpL Offline
          Lakotaubp
          last edited by Lakotaubp

          @rasbeer Do you mean the two tutorial in here https://forums.ubports.com/topic/2008/the-ubports-tutorial-links-collection

          https://ubports.com/blog/ubport-blog-1/post/using-vpn-in-ubuntu-touch-132

          https://ubports.com/blog/ubports-blog-1/post/vpn-on-ubuntu-touch-178

          R 1 Reply Last reply Reply Quote 1
          • R Offline
            rasbeer @Lakotaubp
            last edited by

            @lakotaubp yes

            1 Reply Last reply Reply Quote 1
            • First post
              Last post