Jump toUpdate content
How to manage allowed IP addresses for Managed Database for Redis™
Reviewed on 19 January 2023 • Published on 12 July 2019
Allowed IPs define remote access restrictions for your Database Instances. The default entry 0.0.0.0/0
enables any host to establish a connection.
Requirements:
- You have an account and are logged into the Scaleway console
- You have a Redis™ Database Instance
How to add an IP address
Click Redis™ under Managed Databases on the side menu. A list of your Database Instances displays.
Click the database name or «See more Icon» > More info to access the Database Instance information page.
Click Allowed IPs tab.
Click Add IP. The IP can be a single IP or an IP block.
Note:The IP must be specified in CIDR format, i.e.
198.51.100.135
for a single IP or198.51.100.0/24
for an IP block.Enter a single IP address or a sub-network.
Note:To restore initial settings and allow connections from all IPs, add the following IP block to the list:
0.0.0.0/0
.
How to delete an IP address
- Go to your allowed IP address list.
- Click «Delete Icon».
- Click Delete your IP.
See Also