cloud-ip-ranges

OVHcloud IP ranges

Current IP ranges (CIDRs) used by the OVHcloud infrastructure, updated daily.

categoryDatacenter & Hosting
websitehttps://www.ovhcloud.com
ranges741 (699 IPv4, 42 IPv6)
last change
downloads484
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/ovhcloud.txt

Ranges

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

CIDR Type Tag
2.26.132.0/24 ipv4 AS16276
2.26.153.0/24 ipv4 AS16276
2.27.97.0/24 ipv4 AS16276
2.27.164.0/24 ipv4 AS16276
2.58.172.0/24 ipv4 AS16276
5.39.0.0/17 ipv4 AS16276
5.135.0.0/16 ipv4 AS16276
5.172.36.0/24 ipv4 AS16276
5.175.162.0/24 ipv4 AS16276
5.175.168.0/24 ipv4 AS16276
5.175.195.0/24 ipv4 AS16276
5.178.106.0/24 ipv4 AS16276
5.178.110.0/24 ipv4 AS16276
2001:41d0::/32 ipv6 AS16276
2001:41d0:ab00::/48 ipv6 AS16276
2001:41d0:ab01::/48 ipv6 AS16276
2001:41d0:ab02::/48 ipv6 AS16276
2001:41d0:ab03::/48 ipv6 AS16276
2001:41d0:ab04::/48 ipv6 AS16276
2001:41d0:ab05::/48 ipv6 AS16276
2001:41d0:ab06::/48 ipv6 AS16276
2001:41d0:ab07::/48 ipv6 AS16276
2001:41d0:ab08::/48 ipv6 AS16276
2001:41d0:ab09::/48 ipv6 AS16276
2001:41d0:ab0a::/48 ipv6 AS16276

Blocking OVHcloud

iptables

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

ufw

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

fail2ban

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

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

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

pfSense / OPNsense

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

About

These IP ranges are sourced directly from OVHcloud's official feeds and are updated regularly to ensure accuracy. The data includes IPv4 and IPv6 ranges used by OVHcloud's infrastructure worldwide. Last update was 14 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, IVPN, Leaseweb, Linode, Meta, Microsoft 365, Mistral, Mullvad, NHN Cloud, NordVPN, OpenAI ChatGPT, OpenAI SearchBot, Oracle Cloud, 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