CLOUD-IP // v2026.07
UPDATED 2026-07-12 PROVIDERS 62 LIVE
// RACKSPACE / UFW

rackspace · UFW

UFW (Uncomplicated Firewall) shell script for rackspace. 325 CIDRs, refreshed daily.

// ufw_rackspace_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Rackspace IP Ranges
# Updated: 2026-07-12 03:18:02
# 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
# UFW allow rules for rackspace

ufw allow from 5.79.0.0/18
ufw allow from 23.253.0.0/16
ufw allow from 31.222.128.0/18
ufw allow from 37.188.96.0/19
ufw allow from 46.38.160.0/19
ufw allow from 46.227.46.0/24
ufw allow from 50.56.0.0/17
ufw allow from 50.56.128.0/20
ufw allow from 50.56.144.0/22
ufw allow from 50.56.152.0/21
ufw allow from 50.56.160.0/19
ufw allow from 50.56.192.0/18
ufw allow from 50.57.0.0/17
ufw allow from 50.57.128.0/18
ufw allow from 50.57.192.0/19
ufw allow from 50.57.224.0/20
… (176 more lines)

// ufw_rackspace_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Rackspace IP Ranges
# Updated: 2026-07-12 03:18:02
# 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
# UFW deny rules for rackspace

ufw deny from 5.79.0.0/18
ufw deny from 23.253.0.0/16
ufw deny from 31.222.128.0/18
ufw deny from 37.188.96.0/19
ufw deny from 46.38.160.0/19
ufw deny from 46.227.46.0/24
ufw deny from 50.56.0.0/17
ufw deny from 50.56.128.0/20
ufw deny from 50.56.144.0/22
ufw deny from 50.56.152.0/21
ufw deny from 50.56.160.0/19
ufw deny from 50.56.192.0/18
ufw deny from 50.57.0.0/17
ufw deny from 50.57.128.0/18
ufw deny from 50.57.192.0/19
ufw deny from 50.57.224.0/20
… (176 more lines)