Hi Guys
I have a simple tutorial to protect a Raspberry Pi web server so it can be connected to the Internet
http://www.simonthepiman.com/how_to_set ... ternet.php
happy to modify if anyone notices anything incorrect
Code: Select all
-A INPUT -s 192.168.1.1/32 -i tcp -p tcp -m tcp --dport 22 -j DROP
- However block any traffic to port 22 (ssh) coming from your firewall
-A INPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
- However block any traffic to port 22 (ssh) coming from your firewall