bOt

joined 9 months ago
MODERATOR OF
 
The original post: /r/mullvadvpn by /u/The-BluWiz on 2024-08-05 05:07:42.

Quick Access

There are three things I do regularly with my VPN. Connect, Disconnect, and Multihop. I love that Mullvad VPN (aside from the main privacy reasons we choose them) includes a friendly CLI. For me, the GUI process for choosing multi-hop takes tooooo many steps. Here is a wrapper that should make it easier/faster to handle via CLI. Be sure to change the standard connect and multi-hop entry location to your main country (for latency reasons). Hope you find this useful!


!/bin/bash
==========

This script is a simple wrapper around the Mullvad VPN CLI to expedite regular commands
=======================================================================================

Function to connect to a Mullvad server in the United States
============================================================

connect\_vpn() {
 # Set the relay location to the United States
 mullvad relay set tunnel wireguard --use-multihop off
 mullvad relay set location us
 mullvad connect

if [ $? -eq 0 ]; then echo "Connected to a Mullvad VPN server in the United States." else echo "Failed to connect to a Mullvad VPN server in the United States." fi


}

Function to disconnect from the Mullvad VPN
===========================================

disconnect\_vpn() {
 mullvad disconnect
 if [ $? -eq 0 ]; then
 echo "Disconnected from Mullvad VPN."
 else
 echo "Failed to disconnect from Mullvad VPN."
 fi
}

Function to connect to a multi-hop VPN with an exit in Switzerland
==================================================================

multi\_vpn() {
 # Enable Mult-hop
 mullvad relay set tunnel wireguard --use-multihop on
 mullvad relay set tunnel wireguard entry location us
 # Connect to the suggested entry server
 mullvad relay set location se
 mullvad connect

if [ $? -eq 0 ]; then echo "Connected to the suggested entry server."

# Set the exit server to Switzerland
mullvad relay set location ch

# Reconnect to apply the new exit server
mullvad reconnect

if [ $? -eq 0 ]; then
    echo "Multi-hop VPN setup with exit server in Switzerland."
else
    echo "Failed to set the exit server to Switzerland."
fi

else echo "Failed to connect to the suggested entry server." fi


}

Function to report the status of the Mullvad VPN connection
===========================================================

vpn\_status() {
 status=$(mullvad status -v)

if [ $? -eq 0 ]; then echo "Mullvad VPN status:" echo "$status" else echo "Failed to retrieve Mullvad VPN status." fi


}

Main script logic to handle the command-line arguments
======================================================

case "$1" in
 connect|c)
 connect\_vpn
 ;;
 disconnect|d)
 disconnect\_vpn
 ;;
 multi|m)
 multi\_vpn
 ;;
 status|s)
 vpn\_status
 ;;
 \*)
 cat <<EOF
Usage: mvpn {connect|c|disconnect|d|multi|m|status|s}

Examples:
 mvpn connect
 mvpn d
 mvpn m
 mvpn status
EOF
 exit 1
esac
 
The original post: /r/mullvadvpn by /u/crunkyQ123 on 2024-08-05 00:45:20.

I've started having this issue where the VPN client will randomly disconnect, and then connect to a different location without being prompted to. It's very inconvenient as it totally disconnects me from anything I'm in the middle of due to the kill-switch feature. Is there something I could change to prevent this from happening?

 
The original post: /r/mullvadvpn by /u/DrHealthMan on 2024-08-04 22:21:25.
 
The original post: /r/mullvadvpn by /u/DataPollution on 2024-08-04 12:05:15.
 
The original post: /r/mullvadvpn by /u/ani4detal on 2024-08-04 10:55:18.

Hi. I'm in no way an expert so am having troubles with the browser. Namely:

  1. I tried to go on to use press the magnet key for a download and nothing happens. On Chrome it opened up qBittorrent automatically. How do I get it to do this please?
  2. I tried to go on to blogspot.com and it restricted me for age content. I'm 56! Never happened before. What do I do?

Any help greatly appreciated. Otherwise it's back to chrome... Mind you - I do subscribe to your VPN!

Cheers

A

 
The original post: /r/mullvadvpn by /u/TheBatman122 on 2024-08-03 16:12:32.

College Wifi has Fortinet. TurboVpn can bypass it but mullvad can't? Is there anyway to ensure that mullvad can?

 
The original post: /r/mullvadvpn by /u/OkDepth4737 on 2024-08-03 15:02:24.

Sent cash (not USD) from the USA, received credit 11 days later. Easy.

 
The original post: /r/mullvadvpn by /u/jenoworld on 2024-08-03 13:17:47.

Did anyone tried the Split Tunneling feature in 2024.4? it doesn't work for me tho

 
The original post: /r/mullvadvpn by /u/assasinezio4 on 2024-08-03 09:38:30.

I'm completely new to this browser. Why do open tabs close on the next launch? And why do I have to log back into the sites I'm logged into every time I close and open them?

 
The original post: /r/mullvadvpn by /u/Traditional-Data913 on 2024-08-03 05:33:50.

I know this is not related to mullvad vpn but I couldn't find a Mullvad Browser subreddit.

I'm migrating from Firefox to Mullvad and I encountered an issue where I cannot log in to Tiktok and I'm not sure why. If I try to login via QR code nothing happens, it just loads forever. If I try login in with username and password, the same thing happens. (I already unchecked the "Always use private mode".

  • I already tried disabling the DNS, Ublock, NoScript.
  • Tried control+i and allowing cookies.
  • Restarting the browser multilpe times.

I guess it's due to some settings under about:config. I hope someone here can help me figure this out.

 
The original post: /r/mullvadvpn by /u/silikeite on 2024-08-03 00:07:54.

Was logging onto Cloudflare Dashboard today to configure my Pages stuff and got this not-so-nice block page. Tried all of the SG Wireguard servers and all of them seem to not work. Things work though when I turn SOCKS5 off on Firefox. Not sure where I'm supposed to report this.

 
The original post: /r/mullvadvpn by /u/deadend666 on 2024-08-02 21:53:43.

Currently, Firefox is my default browser.

I have set up FF to save my bookmarks to a file called bookmarks.html every time I close FF.

I set up a directory called C:\Backup with a bookmarks.html file.

I have an entry in the user.js file called

user_pref("browser.bookmarks.autoExportHTML ", true);

I have set up an entry in the config part of FF called browser,bookmarks.file and put a string in it that points to my directory (e.g., C:\backup\bookmarks.html).

I have tried doing that in the Mullvad browser but I can't get it to work. I bookmark a lot of sites in the course of a day and it is important that I can save my bookmarks. I would like to make Mullvad my default browser. Mullvad seems to save bookmarks at very random intervals. I end up importing the FF bookmarks.html when I feel the need to update Mullvad but it's awkward.

Any clues? Thanks.

view more: ‹ prev next ›