Bloquear Paginas por Iptables mediante Strings o cadenas de texto
Ejemplo basico:
iptables -I FORWARD -s 10.10.10.0/24 -p tcp -m string --string "facebook.com" --algo kmp -j DROP
iptables -I FORWARD -d 10.10.10.0/24 -p tcp -m string --string "facebook.com" --algo kmp -j DROP
donde: -s red fuente y -d red destino
»
- bitfrost's blog
- Login to post comments
- 11532 reads
Comentarios recientes
8 years 26 weeks ago
8 years 50 weeks ago
8 years 50 weeks ago
8 years 50 weeks ago
10 years 13 weeks ago
11 years 21 weeks ago
11 years 21 weeks ago
11 years 22 weeks ago
12 years 18 weeks ago
12 years 25 weeks ago