// IBM CLOUD / APACHE
IBM Cloud · Apache
Apache httpd Require ip directives for IBM Cloud. 411 CIDRs, refreshed daily.
// apache_ibmcloud_allow.conf
# Ibmcloud IP Ranges # Updated: 2026-06-14 03:22:26 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 02:00 UTC # To restrict access to only these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_ibmcloud_allow.conf Require ip 5.10.96.0/19 Require ip 5.83.159.0/24 Require ip 13.116.64.0/18 Require ip 13.120.64.0/18 Require ip 13.121.64.0/18 Require ip 13.122.64.0/18 Require ip 43.245.168.0/24 Require ip 46.16.184.0/21 Require ip 50.22.0.0/21 Require ip 50.22.8.0/21 Require ip 50.22.16.0/21 Require ip 50.22.24.0/21 Require ip 50.22.24.0/22 Require ip 50.22.32.0/21 Require ip 50.22.40.0/21 … (396 more lines)
// apache_ibmcloud_deny.conf
# Ibmcloud IP Ranges # Updated: 2026-06-14 03:22:26 # Source: https://github.com/rezmoss/cloud-provider-ip-addresses # License: https://github.com/rezmoss/cloud-provider-ip-addresses/LICENSE # This file is generated automatically. Do not edit it directly. # Updates daily at 02:00 UTC # To deny access from these IPs in Apache, # add the following line to your .htaccess file or your virtual host configuration file (e.g., /etc/apache2/sites-available/000-default.conf): # Include /path/to/apache_ibmcloud_deny.conf Deny from 5.10.96.0/19 Deny from 5.83.159.0/24 Deny from 13.116.64.0/18 Deny from 13.120.64.0/18 Deny from 13.121.64.0/18 Deny from 13.122.64.0/18 Deny from 43.245.168.0/24 Deny from 46.16.184.0/21 Deny from 50.22.0.0/21 Deny from 50.22.8.0/21 Deny from 50.22.16.0/21 Deny from 50.22.24.0/21 Deny from 50.22.24.0/22 Deny from 50.22.32.0/21 Deny from 50.22.40.0/21 … (397 more lines)