Shorewall connfiguration files for a single interface setup with blacklists enabled. This is designed for use on a Linux VPS.
- ssh
- http, https
apt-get install shorewall
rm -frv /etc/shorewall
git clone [email protected]:mckinnon81/single-shorewall.git /etc/shorewall
shorewall refresh
shorewall restart
To have shorewall start on start up
vi /etc/default/shorewall
Change
startup=0
to
startup=1