[00:20] hey === tomg_ is now known as tomg [21:18] SAlve [21:23] I can't connect with openvpn. I followed this Followed this (Hori Revens answer - answered Jul 17 at 2:24) [21:23] https://askubuntu.com/questions/197999/ ... expectedly [21:23] 1. sudo ufw disable [21:23] 2. sudo nano /etc/sysctl.conf [21:23] Add the following at the bottom of the file : [21:23] net.ipv6.conf.all.disable_ipv6 = 1 [21:24] ecco [21:33] I can't connect with openvpn. I followed this: (Hori Revens answer https://askubuntu.com/questions/197999/ ... 1. sudo ufw disable 2. sudo nano /etc/sysctl.conf Added the following at the bottom of the file: net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 --I reboot but nothing happened [23:07] EvaKant: you're aware that openvpn and vpnc are unrelated? [23:10] EvaKant: the options you're setting in sysctl.conf are meant to disable ipv6 support. this is probably not needed. but aside from that, i don't yet understand which problem you are trying to solve (other than something about setting up an openvpn connection). (and maybe that is also why i don't yet understand why disabling ipv6 traffic is needed for it.) [23:13] for an openvpn connection, you should just need this (ignore the prerequisites other than you'll need an .ovpn openvpn client configuration file, or details on how to configure it manually): https://www.ricmedia.com/tutorials/connect-openvpn-on-ubuntu-20-04-with-network-manager [23:14] if you can't find the right menu to configure things on xubuntu, run this graphical configuration tool: nm-connection-editor [23:16] EvaKant: if problems persist, describe what the problem seems to be exactly - which error messages you get to see while doing what, and using which configuration. [23:16] use a pastebin such as dpaste.com to write longer texts, then copy the url from there and paste it here, to prevent being temporarily muted again. [23:17] EvaKant: i will need to leave for now, but be aware you can also seek support with this in #ubuntu (just make sure you mention you're using xubuntu, and tell them which version you're using, also, if you know)