iptables config
hey guysI am trying to set the iptables on my computer, but I have no idea where to start. Should I start with 'iptables --flush' , 'iptables -A INPUt -i eth0 -j DROP', 'iptables -A OUTPUT -o eth0 -j DROP', and then set the souces I want to accept? Or should I configure all the accepted connections first and then the DROP packages?
Thansk