Posts for: #Automatically

Disabling IPv6 on Ubuntu 19.04 when connecting to VPN

Disabling IPv6 on Ubuntu 19.04 when connecting to VPN

I recently noticed that when I connect to VPN from Pop_OS (based on Ubuntu 19.10), the communication continues on the regular adapter via IPv6 in addition to the VPN interface.

This is obviously not ideal, because if we’re using the VPN for privacy, this leaks our IP address and we can be traced back without any effort. The best solution would be to completely disable IPv6 address assignment at the kernel level (by editing GRUB), but I generally use it for other purposes, so I only want to disable it when I’m connected to the VPN.

[Read more]

Skype – Fixing Automatic Logout

Skype – Fixing Automatic Logout

Today I ran into the bug where the desktop version of Skype would automatically log me out within a few seconds after logging in. After some investigation, I found the cause of the problem.

The Skype and Microsoft accounts were linked to each other; after I unlinked the Microsoft account, it worked perfectly.

To unlink, you need to visit the Skype website, log in there, then go to account settings, where you can unlink the Microsoft account. After this, you’ll only be able to log in with your Skype username.

[Read more]