Diane, I don't see an answer or I just missed it. You can ban in Win2K using Administrative Tools | Internet Information Manager. Right click the Default Web Server (or whatever server you are using), select Properties and then the Directory Security tab. Under "IP address and domain name restriction" select Edit. Select "ADD" and put in the appropriate information. Click your way out and the machine or domain are banned.
drew -----Original Message----- From: Diane Schips [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:49 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: IP Blocker Thanks, but this is on a Windows 2000 server. Is there something similar for Win 2K? Diane -----Original Message----- From: German Rumyancev [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 1:26 PM To: [EMAIL PROTECTED] Subject: [wdvltalk] Re: IP Blocker Hello Diane, If the web server is Apache add the following to <Directory> (preferred) in httpd.conf or to .htaccess Order Deny,Allow Deny from 111.222.333.444 Notice that there is no space between words in "Deny,Allow" You can also use a domain name in place of IP address (Deny from www.yahoo.com) Wednesday, January 08, 2003, 8:10:14 PM, you wrote: DS> A client wants to block specific IP addresses from accessing his site. I DS> could add script to all the pages. Does anyone know of a better way? DS> Diane -- Best regards, German mailto:[EMAIL PROTECTED] ICQ:48533867 ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% ____ * The WDVL Discussion List from WDVL.COM * ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
