Iptables basico
3 Feb, 2009 por admin
- Peticiones solo al DNS
- iptables -A INPUT -p udp –sport 53 -j ACCEPT
- iptables -A OUTPUT -p udp –dport 53 -j ACCEPT
- Log SSH using IPTables:
- iptables -I INPUT -j LOG -m state –state NEW -p tcp –dport 22
 Â
Â
3 Feb, 2009 por admin
 Â
Â