UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. rasbeer
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    rasbeer

    @rasbeer

    3
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    rasbeer Unfollow Follow

    Best posts made by rasbeer

    • VPN on UT

      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.

      posted in Support
      R
      rasbeer
    • RE: VPN on UT

      @lakotaubp yes

      posted in Support
      R
      rasbeer

    Latest posts made by rasbeer

    • RE: How to install PIA VPN on UT (Working!)

      If you install Python etc. in a Libertine container, it cant be accessed from the host system. I guess thats why when I try to use the script, it fails to install the dependencies.

      posted in General
      R
      rasbeer
    • RE: VPN on UT

      @lakotaubp yes

      posted in Support
      R
      rasbeer
    • VPN on UT

      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.

      posted in Support
      R
      rasbeer