Configuring Kiss My Firewall to only allow certain IP addresses visit certain ports

youds

Verified User
Joined
Jul 11, 2008
Messages
490
Location
Lancashire, UK
Hi

I use Kiss My Firewall because its lightweight and I don't need the hassle of CSF firewall so thanks to who made it. I'm struggling with configuration though. I want to block all IP addresses except one on port 8080 and wondered if anybody could show me how.

Code:
TCP_IN="20 21 22 25 6667 233 53 80 110 123 143 443 587 2086 2087 2222 3306 6277 10000"
TCP_OUT="20 21 22 6667 233 25 37 43 53 80 81 113 443 2086 2087 2222 3306 6277"

UDP_IN="53 161"
UDP_OUT="53 161"
TCP_IN_TRUSTED="22 8080"
TRUSTED_IPS="178.62.42.232/255"
SERVER_IPS="0.0.0.0/0"

What am I doing wrong?
 
Back
Top