Solved Need IPTABLES Query Drop&Accept

SaadRoot

Active Member
Jan 8, 2017
32
12
80
Hi R4P3 Community!
Please i need iptables commands for accept gametracker scan and drop query for other ip adresses
I have a iptables command and i have accepted gametrackers ip scanning & drop query from other connection but its not working
Thanks
 

TheBeastMC

Active Member
Mar 3, 2016
83
55
71
iptables -A INPUT -p tcp --dport 10011 -s <gametrackerip> -j ACCEPT
iptables -A INPUT -p tcp --dport 10011 -j DROP
 
Top