DA versions are modified to work with DirectAdmin and are not compatible with
the standard distributions.
1 2 3 |
cd /usr/local/sbin wget https://www.sbzsystems.com/download/kiss chmod kiss 0700 |
Start Firewall
1 |
/usr/local/sbin/kiss start |
Stop Firewall
1 |
/usr/local/sbin/kiss stop |
Restart Firewall
1 |
/usr/local/sbin/kiss restart |
Firewall Status
1 |
/usr/local/sbin/kiss status |
Once you are sure everything is ok, add the following line to the end of /etc/rc.d/rc.local
1 |
/usr/local/sbin/kiss start |
Edit Kiss:
1 |
vi /usr/local/sbin/kiss |
Open a range of ports:
from 8000 to 1000 is 8000:10000
example:
1 |
TCP_IN="20 21 22 25 53 80 110 123 143 443 587 800 1167 2086 2087 2222 3306 6277 8000:10000" |