[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Deny IP Address On Raq 4r
- Subject: Re: [cobalt-developers] Deny IP Address On Raq 4r
 
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
 
- Date: Tue Sep 18 14:27:11 2001
 
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
 
"KAMRY" <kamry1888@xxxxxxxxx> wrote
> 
> Anyone knows how can we stop an IP from contacting sites!!
> 
> Thanks,
> 
Put the IP in /etc/hosts.deny
   OR  if you are running  ipchains
/sbin/ipchains -I input -s 200.204.74.223 -j DENY -l
   
substitute 200.204.74.223  for the IP you want to deny
Why are you sending all those .ida messages?
Gerald