2. Before installation

The ISP-Go server can be installed on Debian Jessie/Stretch/Buster, choose the amd64 packet. 32bit computers are not supported, arm64, i386, and other packets are not supported.

Please make sure that the standard repositories are added to the /etc/apt/sources.list, as this will be required for installing additional ISP Go components (nginx, redis, etc.).

After you installed the Debian amd64 OS please run the following commands. All commands must be executed by the root user.

apt-get install ssh iptables


iptables -A INPUT -p udp --dport 53 ! --src 192.168.5.0/24 -j DROP 
iptables -A INPUT -p tcp --dport 53 ! --src 192.168.5.0/24 -j DROP

It is impossible to automate this step, because the provider may have some ready-made script for configuring the firewall, and it is a bad idea to add rules blindly on top of it.


apt-get install iptables-persistent


service netfilter-persistent save



Revision #3
Created 7 September 2022 13:22:57
Updated 13 September 2022 16:09:58