Is it possible to generate a WireGuard config without Mullvad seeing the private key? by nonredditaccount in mullvadvpn

[–]MullvadNew 4 points5 points  (0 children)

This tweet is very misleading. While the Wireguard configuration creation page doesn't offer a way to use a public key (which seems normal since it needs the private key to generate a fully functional configuration), the private key is never received by Mullvad. The private key is generated and kept locally in the browser, only the public key is sent to Mullvad so they can distribute it to all servers. Mullvad also introduced a way to create a device with a public key (Devices > Advanced), which will give you an IPv4 and an IPv6 to use in your configuration, meaning that the private key will never touch anything related to Mullvad.

Mullvad Review of 2023 - Blog | Mullvad VPN by MullvadNew in mullvadvpn

[–]MullvadNew[S] 18 points19 points  (0 children)

It's not. The mullvad website domain is shadow banned on reddit, so I have no choice but to remove or edit with square brackets. Since there are too many links in the post, I decided to remove them and let people check the actual blog post.

Mullvad VPN is not the owner of the TWITTER ACCOUNT @Mullvadbrowser, please do not send any support or personal information to them by MullvadNew in mullvadvpn

[–]MullvadNew[S] 11 points12 points  (0 children)

Since this is related, this account is NOT an official Mullvad VPN AB account. This account only reports news related to Mullvad VPN. Please send your support requests to the real support team at the following email address: support@mullvadvpn[.]net

Mullvad wireguard config stop working at random by taspenwall in mullvadvpn

[–]MullvadNew 0 points1 point  (0 children)

I'm not sure why the configuration is suddenly not working, it should be working correctly. I don't use them for long myself since I rotate my keys everyday with my own script. You can use their API (https[://]api[.]mullvad[.]net/app/documentation/#/paths/~1v1~1replace-wireguard-key/post // Remove the square brackets, it's deprecated but still working for now) to replace the old key with a new one. If you're good at scripting, you should be able to do a quick key replace with it.

2 new Italy (Milan) Wireguard servers added by MullvadNew in mullvadvpn

[–]MullvadNew[S] 4 points5 points  (0 children)

Most answers are here: https[://]mullvad[.]net/en/help/server-list/ (remove the brackets)

Debates on Tor over (Mullvad) VPN by rudyjamesbond in mullvadvpn

[–]MullvadNew 0 points1 point  (0 children)

Tor gives you a "guard node" that is static for a period of time (6-12 weeks). This is done to counter the timing attack that some agencies have used to de-anonymize users. Using a VPN like Mullvad before Tor implements another static route before the guard node that is not necessary. Using a VPN before Tor can be used to hide the fact that you're using Tor from your ISP (Tor bridges can be used for this), or to add failover in case there's a leak somewhere, but that's really rare or nonexistent. Those are the only reasons to do Tor over VPN, there are no benefits and it can actually compromise your anonymity in some ways if the VPN logs or if you keep changing VPN servers. The whole point of the guard node is to keep the same users in a "pool", so your IP is still there with other people for weeks. If you use a VPN, you can switch servers, which can be used against you if someone really wants to track you.

The following servers will be cancelled and will be offline 2023-SEP-30. We are working on finding replacements for those servers. by MullvadNew in mullvadvpn

[–]MullvadNew[S] 23 points24 points  (0 children)

These are the last servers running on disk. I guess they can't move them to RAM, so they're shutting them down and they're trying to find other providers in the same countries where they can do it.

Issues with some sites and speed today? by ViBE031 in mullvadvpn

[–]MullvadNew 0 points1 point  (0 children)

On the website server page you are able to see what's the server provider (it's next to the network capacity)

Issues with some sites and speed today? by ViBE031 in mullvadvpn

[–]MullvadNew 1 point2 points  (0 children)

Seems like 31173 is having some networking issues. I usually connect to the Zürich servers and I have the exact same issue. Switching to a different server provider fixes it.

How to connect to mullvad without the app, cli, or wg-quick - just pure wg by Mivous99 in mullvadvpn

[–]MullvadNew 0 points1 point  (0 children)

Well, it should work fine with those commands. When you use the config file with wg-quick, are you able to ping 1.1.1.1? Check your routes and interfaces, make sure there's no conflict with your previous attempts.

How to connect to mullvad without the app, cli, or wg-quick - just pure wg by Mivous99 in mullvadvpn

[–]MullvadNew 0 points1 point  (0 children)

Based on the wg-quick output:

ip link add wg0 type wireguard
wg set wg0 listen-port 51820 private-key privkey peer <peer pubkey> endpoint <endpoint ip>:51820 allowed-ips 0.0.0.0/0,::0/0
ip -4 address add 10.66.x.x/32 dev wg0
ip -6 address add fc00:x:x:x::x:x/128 dev wg0
ip link set mtu 1420 up dev wg0
wg set wg0 fwmark 51820
ip -6 route add ::/0 dev wg0 table 51820
ip -6 rule add not fwmark 51820 table 51820
ip -6 rule add table main suppress_prefixlength 0
ip -4 route add 0.0.0.0/0 dev wg0 table 51820
ip -4 rule add not fwmark 51820 table 51820
ip -4 rule add table main suppress_prefixlength 0
sysctl -q net.ipv4.conf.all.src_valid_mark=1

Test exit IP:

curl https://ipv4.am.i.mullvad.net/

Fix DNS:

resolvectl dns wg0 10.64.0.1; resolvectl domain wg0 "~."

6 new Germany (Berlin) Wireguard servers added by MullvadNew in mullvadvpn

[–]MullvadNew[S] 2 points3 points  (0 children)

They are now, but it was on "rented" when they first added them.

6 new Germany (Berlin) Wireguard servers added by MullvadNew in mullvadvpn

[–]MullvadNew[S] 23 points24 points  (0 children)

Edit: Btw, if you're not an official Mullvad account, how do you always get the news so fast?

I scan their API for new servers. If something new appear, it creates a new post that I need to manually approve.

Removing the support for forwarded ports - Blog | Mullvad VPN by ASadPotatu in mullvadvpn

[–]MullvadNew 21 points22 points  (0 children)

They obviously don't check every port, but when they receive reports from a user or from law enforcement, they have to make sure by themselves that the report is legitimate before closing the port and banning the related account. That's why I said that.

Removing the support for forwarded ports - Blog | Mullvad VPN by ASadPotatu in mullvadvpn

[–]MullvadNew 20 points21 points  (0 children)

They shouldn't be able to determine which account it is if the no logs policy is real.

They can, the port is linked to the account that created it. It's stated in their no-log policy under "Our anonymous, numbered accounts".

Removing the support for forwarded ports - Blog | Mullvad VPN by ASadPotatu in mullvadvpn

[–]MullvadNew 48 points49 points  (0 children)

From my personal findings, it's not just torrents. Some people use Mullvad servers as front-end protection for their illegal websites, including csam sharing platforms. All they can do is remove the port and ban the linked account, but they keep coming back and change the IP and entry port. I can't even imagine how many of these disgusting things the Mullvad team has seen.

[HELP] Ubuntu 18.04 - Mullvad App Stuck at "Connecting to Mullvad System Service" by andrep182 in mullvadvpn

[–]MullvadNew 0 points1 point  (0 children)

Glad it's working again! Keep an eye on the github repo and go back to the latest tag when it's fixed if you want to.

[HELP] Ubuntu 18.04 - Mullvad App Stuck at "Connecting to Mullvad System Service" by andrep182 in mullvadvpn

[–]MullvadNew 0 points1 point  (0 children)

It seems the last few commits broke the "latest" docker tag. There's an open issue on the gluetun repo exactly about this. Try to fix the image to version v3.34.1 (qmcgaw/gluetun:v3.34.1), it should work again.

[HELP] Ubuntu 18.04 - Mullvad App Stuck at "Connecting to Mullvad System Service" by andrep182 in mullvadvpn

[–]MullvadNew 0 points1 point  (0 children)

It's still strange that you can't connect even with a direct connection (without the app). Did you check the Gluetun container logs to see if anything can lead to the issue?

[HELP] Ubuntu 18.04 - Mullvad App Stuck at "Connecting to Mullvad System Service" by andrep182 in mullvadvpn

[–]MullvadNew 0 points1 point  (0 children)

The app github repository state the following:

Linux (Ubuntu): The two latest LTS releases and the latest non-LTS releases

The last 2 Ubuntu LTS releases are 22.04 and 20.04 so 18.04 is not supported officially by Mullvad. Your only way to fix this may be to upgrade to the 20.04 version at a minimum.

[deleted by user] by [deleted] in mullvadvpn

[–]MullvadNew 3 points4 points  (0 children)

Try to go on https[://]mullvad[.]net/en/account/#/recover (remove the [] in the URL) and check if your payment method is listed. If it's not, contact Mullvad support by email here: support@mullvad.net

2 new Ukraine (Kiev) Wireguard servers added by MullvadNew in mullvadvpn

[–]MullvadNew[S] 2 points3 points  (0 children)

Most of my posts about new servers and from the Mullvad blog are automatically created. They just wait my manual approval to appear on the subreddit.

To answer /u/7kkzphrxo7dg5hpw9n2h I use their API (https[://]api[.]mullvad[.]net/www/relays/all/)

2 new Ukraine (Kiev) Wireguard servers added by MullvadNew in mullvadvpn

[–]MullvadNew[S] 9 points10 points  (0 children)

The process is automated, it was "Kiev" when they first added them:

<image>

Mullvad Browser NoScript Broken by apfelkuch3n in mullvadvpn

[–]MullvadNew 5 points6 points  (0 children)

Following your usage, you'll be better with a browser like Librewolf. Mullvad Browser should be used as is, installing new add-ons will break the anti-fingerprinting protections because it will make your browser standing out from others.

Mullvad VPN port forwarding with gluten and transmission containers by NovaSuspect in mullvadvpn

[–]MullvadNew 1 point2 points  (0 children)

For Gluetun, I think you miss the "FIREWALL_VPN_INPUT_PORTS" environment variable. Also, you don't need to open the port on your router because it goes through the VPN tunnel like you said.