[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bloquear msn por ip



--- Debian <debian@newnet.com.py> wrote:
> Olá Amigos,
> 
> 
> Gostaria de bloquear um usuário da minha rede pelo
> seu ip.
> Tenho squid e iptables instalados no meu servidor...
> 
> Como posso configurar?
> 

IPTABLES
========

iptables -j DROP -A input -d 206.24.222.0/24 -s
192.168.2.75   
iptables -j DROP -A input -d 207.46.110.0/24 -s
192.168.2.75   
iptables -j DROP -A input -p TCP --dport 1863  -s
192.168.2.75  


* Vamos supor que o IP a ser bloquedo seja 192.168.2.75

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Reply to: