vpn
-
I want to set up OpenVPN on Ubuntu Touch, but my VPN only supports the AES-256-GCM cipher and the OpenVPN setting in Ubuntu Touch only supports AES-256-CBC. Is it possible to add AES-256-GCM support?
I tried to follow this guide: https://ubports.com/blog/ubports-news-1/vpn-on-ubuntu-touch-3022, but when I download the OpenVPN config it only contains the CA certificate and TLS cert—not the four certificates mentioned in the guide.
-
@Privacy-freedom
If you want the server on UT, I don't know.
To connect to a domestic openvpn server:I made it working by exporting a config file from a pc and import in networkmanager client
I use pihole with openvpnsudo nmcli connection import type openvpn file /home/phablet/Documents/phd.nmconnection
on pihole
sudo iptables -t nat -A POSTROUTING -s 10.23.18.0/24 ! -d 10.23.18.0/24 -j SNAT --to 192.168.129.36 -
I use WireGuard on a Raspberry Pi behind the router. It works perfectly.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better đŸ’—
Register Login