Mullvad IP ranges
Current IP ranges (CIDRs) used by the Mullvad network, updated daily.
| category | VPN & Networks |
|---|---|
| website | https://mullvad.net |
| ranges | 1,083 (545 IPv4, 538 IPv6) |
| last change | |
| downloads | 456 |
| download | txt csv json — permalinks, always the latest data |
curl -O https://cloud-ip-ranges.com/download/mullvad.txt
Ranges
Sample of 25 of 1,083 ranges. Download the full list above, or check a specific IP.
| CIDR | Type | Region | Tag |
|---|---|---|---|
| 38.132.121.146/32 | ipv4 | New York, NY, USA | bridge |
| 141.98.252.66/32 | ipv4 | London, UK | bridge |
| 146.70.141.154/32 | ipv4 | Sydney, Australia | bridge |
| 185.242.4.34/32 | ipv4 | Tokyo, Japan | bridge |
| 193.32.127.117/32 | ipv4 | Zurich, Switzerland | bridge |
| 193.138.7.132/32 | ipv4 | Helsinki, Finland | bridge |
| 212.103.48.226/32 | ipv4 | New York, NY, USA | bridge |
| 217.138.199.106/32 | ipv4 | Prague, Czech Republic | bridge |
| 2001:ac8:40:22::bb01/128 | ipv6 | Tokyo, Japan | bridge |
| 2a0d:5600:24:1383::f1f/128 | ipv6 | New York, NY, USA | bridge |
| 23.144.160.67/32 | ipv4 | San Jose, CA, USA | wireguard |
| 23.144.160.86/32 | ipv4 | San Jose, CA, USA | wireguard |
| 23.144.160.106/32 | ipv4 | San Jose, CA, USA | wireguard |
| 23.159.216.3/32 | ipv4 | Los Angeles, CA, USA | wireguard |
| 23.159.216.127/32 | ipv4 | Los Angeles, CA, USA | wireguard |
| 23.160.24.3/32 | ipv4 | Los Angeles, CA, USA | wireguard |
| 23.160.24.127/32 | ipv4 | Los Angeles, CA, USA | wireguard |
| 23.162.8.3/32 | ipv4 | New York, NY, USA | wireguard |
| 2001:ac8:a:f::f001/128 | ipv6 | Hong Kong, Hong Kong | wireguard |
| 2001:ac8:a:19::f001/128 | ipv6 | Hong Kong, Hong Kong | wireguard |
| 2001:ac8:a:1b::f001/128 | ipv6 | Hong Kong, Hong Kong | wireguard |
| 2001:ac8:17:20::f001/128 | ipv6 | Barcelona, Spain | wireguard |
| 2001:ac8:17:20::f101/128 | ipv6 | Barcelona, Spain | wireguard |
| 2001:ac8:20:270:1::f001/128 | ipv6 | Frankfurt, Germany | wireguard |
| 2001:ac8:20:270:2::f001/128 | ipv6 | Frankfurt, Germany | wireguard |
Blocking Mullvad
iptables
curl -sO https://cloud-ip-ranges.com/download/mullvad.txt
while read ip; do
iptables -A INPUT -s $ip -j DROP
iptables -A OUTPUT -d $ip -j DROP
done < mullvad.txt
ufw
curl -sO https://cloud-ip-ranges.com/download/mullvad.txt
while read ip; do
ufw deny from $ip
ufw deny to $ip
done < mullvad.txt
fail2ban
sudo tee /etc/fail2ban/filter.d/mullvad-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF
sudo tee /etc/fail2ban/jail.d/mullvad-block.conf << EOF
[mullvad-block]
enabled = true
filter = mullvad-block
action = iptables-allports[name=mullvad]
logpath = /tmp/mullvad.txt
findtime = 1
bantime = -1
maxretry = 1
EOF
curl -so /tmp/mullvad.txt https://cloud-ip-ranges.com/download/mullvad.txt
sudo systemctl restart fail2ban
pfSense / OPNsense
curl -sO https://cloud-ip-ranges.com/download/mullvad.txt
# Firewall > Aliases: new alias MULLVAD_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=MULLVAD_BLOCK
About
These IP ranges cover the Mullvad network and are updated regularly from its official source. The data includes IPv4 and IPv6 ranges. Last update was 1 day ago.
Other providers
AirVPN, Akamai, Alibaba, Alpha Strike Labs, Amazonbot, Amzn-SearchBot, Amzn-User, Anthropic, AppleBot, Atlassian, AWS, Azure, Backblaze, Baidu, BinaryEdge, BingBot, Bunny, CacheFly, CCBot, Censys, ChatGPT-User, ClaudeBot, Cloudflare, Datadog, DigitalOcean, DuckDuckBot, Fastly, Gabia, G-Core, GitHub, Googlebot, Google Cloud, Google Public DNS, Google Services, GPTBot, Hetzner, Hostway, Huawei Cloud, IBM Cloud, iCloud Private Relay, Internet Archive, IVPN, Leaseweb, Linode, Meta, Microsoft 365, Mistral, NHN Cloud, NordVPN, OpenAI ChatGPT, OpenAI SearchBot, Oracle Cloud, OVHcloud, OVPN.com, PerplexityBot, Perplexity-User, Pingdom, Private Internet Access, QUIC.cloud, Rackspace, Rapid7 Sonar, Salesforce, Scaleway, Shodan, StatusCake, StormWall, Stretchoid, Sucuri, Telegram, Tencent, TOR, UpCloud, UptimeRobot, Vultr, Wasabi, Windscribe, Yandex, Zoho, Zoom, Zscaler