cloud-ip-ranges

IVPN IP ranges

Current IP ranges (CIDRs) used by the IVPN network, updated daily.

categoryVPN & Networks
websitehttps://www.ivpn.net
ranges264 (264 IPv4, 0 IPv6)
last change
downloads221
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/ivpn.txt

Ranges

Sample of 25 of 264 ranges. Download the full list above, or check a specific IP.

CIDR Type Region Tag
37.19.206.105/32 ipv4 Ashburn, VA, United States openvpn
37.120.130.60/32 ipv4 Montreal, Canada openvpn
37.120.151.124/32 ipv4 Singapore, Singapore openvpn
37.120.153.228/32 ipv4 Stockholm, Sweden openvpn
37.120.206.50/32 ipv4 Bucharest, Romania openvpn
45.133.193.66/32 ipv4 Reykjavik, Iceland openvpn
45.162.230.50/32 ipv4 Franca, Brazil openvpn
46.102.153.242/32 ipv4 Sydney, Australia openvpn
61.4.97.148/32 ipv4 Kuala Lumpur, Malaysia openvpn
37.19.206.106/32 ipv4 Ashburn, VA, United States wireguard
37.58.60.151/32 ipv4 Frankfurt, Germany wireguard
37.120.130.58/32 ipv4 Montreal, Canada wireguard
37.120.151.122/32 ipv4 Singapore, Singapore wireguard
37.120.153.226/32 ipv4 Stockholm, Sweden wireguard
37.120.206.53/32 ipv4 Bucharest, Romania wireguard
45.133.193.73/32 ipv4 Reykjavik, Iceland wireguard
45.162.230.53/32 ipv4 Franca, Brazil wireguard
37.19.206.111/32 ipv4 Ashburn, VA, United States wireguard, v2ray
37.120.130.61/32 ipv4 Montreal, Canada wireguard, v2ray
37.120.143.130/32 ipv4 Brussels, Belgium wireguard, v2ray
37.120.144.178/32 ipv4 Budapest, Hungary wireguard, v2ray
37.120.151.125/32 ipv4 Singapore, Singapore wireguard, v2ray
37.120.153.227/32 ipv4 Stockholm, Sweden wireguard, v2ray
37.120.202.42/32 ipv4 Secaucus, NJ, United States wireguard, v2ray
37.120.213.138/32 ipv4 Zurich, Switzerland wireguard, v2ray

Blocking IVPN

iptables

curl -sO https://cloud-ip-ranges.com/download/ivpn.txt
while read ip; do
  iptables -A INPUT -s $ip -j DROP
  iptables -A OUTPUT -d $ip -j DROP
done < ivpn.txt

ufw

curl -sO https://cloud-ip-ranges.com/download/ivpn.txt
while read ip; do
  ufw deny from $ip
  ufw deny to $ip
done < ivpn.txt

fail2ban

sudo tee /etc/fail2ban/filter.d/ivpn-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF

sudo tee /etc/fail2ban/jail.d/ivpn-block.conf << EOF
[ivpn-block]
enabled = true
filter = ivpn-block
action = iptables-allports[name=ivpn]
logpath = /tmp/ivpn.txt
findtime = 1
bantime = -1
maxretry = 1
EOF

curl -so /tmp/ivpn.txt https://cloud-ip-ranges.com/download/ivpn.txt
sudo systemctl restart fail2ban

pfSense / OPNsense

curl -sO https://cloud-ip-ranges.com/download/ivpn.txt
# Firewall > Aliases: new alias IVPN_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=IVPN_BLOCK

About

These IP ranges cover the IVPN network and are updated regularly from its official source. The data includes IPv4 and IPv6 ranges. Last update was 22 minutes 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, Leaseweb, Linode, Meta, Microsoft 365, Mistral, Mullvad, 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