CLOUD-IP // v2026.05
UPDATED 2026-05-26 PROVIDERS 24 LIVE
// LINODE / UFW

Linode · UFW

UFW (Uncomplicated Firewall) shell script for Linode. 5,342 CIDRs, refreshed daily.

// ufw_linode_allow.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Linode IP Ranges
# Updated: 2026-05-20 03:19:33
# 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 00:00 UTC
# UFW allow rules for linode

ufw allow from 2600:3c00::/32
ufw allow from 2600:3c0f:2::/48
ufw allow from 2600:3c01::/32
ufw allow from 2600:3c0f:3::/48
ufw allow from 2600:3c02::/32
ufw allow from 2600:3c0f:4::/48
ufw allow from 2600:3c03::/32
ufw allow from 2600:3c0f:6::/48
ufw allow from 2a01:7e00::/32
ufw allow from 2600:3c0f:7::/48
ufw allow from 2400:8901::/32
ufw allow from 2600:3c0f:9::/48
ufw allow from 2a01:7e01::/32
ufw allow from 2600:3c0f:10::/48
ufw allow from 2400:8902::/32
ufw allow from 2600:3c0f:11::/48
… (5326 more lines)

// ufw_linode_deny.sh

DOWNLOAD ↓  · 
#!/bin/bash
# Linode IP Ranges
# Updated: 2026-05-20 03:19:33
# 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 00:00 UTC
# UFW deny rules for linode

ufw deny from 2600:3c00::/32
ufw deny from 2600:3c0f:2::/48
ufw deny from 2600:3c01::/32
ufw deny from 2600:3c0f:3::/48
ufw deny from 2600:3c02::/32
ufw deny from 2600:3c0f:4::/48
ufw deny from 2600:3c03::/32
ufw deny from 2600:3c0f:6::/48
ufw deny from 2a01:7e00::/32
ufw deny from 2600:3c0f:7::/48
ufw deny from 2400:8901::/32
ufw deny from 2600:3c0f:9::/48
ufw deny from 2a01:7e01::/32
ufw deny from 2600:3c0f:10::/48
ufw deny from 2400:8902::/32
ufw deny from 2600:3c0f:11::/48
… (5326 more lines)