SimpleBackups IP addresses (firewall)

In order for SimpleBackups to schedule your backups, you need to make sure its IP addresses are well whitelisted if you have a firewall.

IP addresses to whitelist

  • 34.227.212.80
  • 3.83.70.104
  • 65.108.217.1
  • 95.217.244.243
  • 3.66.2.188
  • 45.55.63.67

How to whitelist IPs on a Unix server

You could try the following commands on your server to whitelist SimpleBackups by adding its IP addresses to the firewall.

In the example below, we are whitelisting post 22 on a Linux machine.

sudo ufw allow from 34.227.212.80 to any port 22

sudo ufw allow from 65.108.217.1 to any port 22

sudo ufw allow from 95.217.244.243 to any port 22

sudo ufw allow from 3.83.70.104 to any port 22

sudo ufw allow from 3.66.2.188 to any port 22

sudo ufw allow from 45.55.63.67 to any port 22

 
Did this answer your question?
😞
😐
🤩

Last updated on August 4, 2021