To enable protection on your server, run the provided script storm.sh with: “./storm.sh start”.
First, make the script executable: “chmod +x storm.sh”.
Add the following to your firewall exceptions:
185.121.240.0/22
193.84.78.0/24
103.134.155.0/24
188.0.150.0/24
193.104.120.0/24
For example, you can use the following commands:
iptables -I INPUT -s 185.121.240.0/22 -j ACCEPT
iptables -I INPUT -s 193.84.78.0/24 -j ACCEPT
iptables -I INPUT -s 103.134.155.0/24 -j ACCEPT
iptables -I INPUT -s 188.0.150.0/24 -j ACCEPT
iptables -I INPUT -s 193.104.120.0/24 -j ACCEPT
We recommend adding this script to startup so the tunnel is automatically raised after a server reboot. If you have any questions or need help with setup and configuration, please contact us via the website chat or the inquiry form in your personal account.