Hello everybody I'm new here and i come because i need an help because I'm not sure that i have firewalled correctly my computer.
I used this instruction
I want to drop all request that is not a response from a mine request, so i don't want that my computer is reachable from other devices.
I used this instruction
Code:
-P INPUT DROP
-P FORWARD ACCEPT
-P OUTPUT DROP
-A INPUT -i wlp59s0 -m state --state ESTABLISHED -j ACCEPT
-A OUTPUT -o wlp59s0 -m state --state NEW,ESTABLISHED -j ACCEPT
I want to drop all request that is not a response from a mine request, so i don't want that my computer is reachable from other devices.
Last edited: