Guest MarkusJ_NZ Posted June 16, 2008 Posted June 16, 2008 Hi, I have around 120 IP Addresses I want to block from my Webserver (Windows 2003 server). I assumed that I could just do it nice and easily much like APF firewall in Linux by pasting the ip addresses into a text file.... After spending the last few hours looking all over the Internet I cannot for the life of me find a nice easy way program to basically say.. "If the request is from this ip address deny it" I looked at using ZoneAlarm but people said it was not compatible with Windows 2003 Server. Any recommendations about how I can this more then welcome. Thanks Markus
Guest Florian Frommherz [MVP] Posted June 16, 2008 Posted June 16, 2008 Re: Block IP addresses: Windows 2003 server Howdie! MarkusJ_NZ schrieb: > After spending the last few hours looking all over the Internet I > cannot for the life of me find a nice easy way program to basically > say.. > > "If the request is from this ip address deny it" > > I looked at using ZoneAlarm but people said it was not compatible with > Windows 2003 Server. Not sure whether my first answer came through, but I guess IPSec can do that for you: http://technet.microsoft.com/en-us/network/bb531150.aspx http://technet2.microsoft.com/windowsserver/en/library/6EA5E4B9-13A3-48BC-BB2E-0F801501C5F51033.mspx cheers, Florian -- Microsoft MVP - Windows Server - Group Policy. eMail: prename [at] frickelsoft [dot] net. blog: http://www.frickelsoft.net/blog. Use a newsreader! http://www.frickelsoft.net/news.html
Guest MarkusJ_NZ Posted June 16, 2008 Posted June 16, 2008 Re: Block IP addresses: Windows 2003 server On Jun 16, 10:33 pm, "Florian Frommherz [MVP]" <flor...@frickelsoft.DELETETHIS.net> wrote: > Howdie! > > MarkusJ_NZ schrieb: > > > After spending the last few hours looking all over the Internet I > > cannot for the life of me find a nice easy way program to basically > > say.. > > > "If the request is from this ip address deny it" > > > I looked at using ZoneAlarm but people said it was not compatible with > > Windows 2003 Server. > > Not sure whether my first answer came through, but I guess IPSec can do > that for you:http://technet.microsoft.com/en-us/network/bb531150.aspxhttp://technet2.microsoft.com/windowsserver/en/library/6EA5E4B9-13A3-... > > cheers, > > Florian > -- > Microsoft MVP - Windows Server - Group Policy. > eMail: prename [at] frickelsoft [dot] net. > blog:http://www.frickelsoft.net/blog. > Use a newsreader!http://www.frickelsoft.net/news.html Hi Florian, thanks, I did take a look at that but it seems incredibly complex; I can't believe there is not a Windows equivalent of APF firewall... Thanks again!
Guest Dominick Posted June 17, 2008 Posted June 17, 2008 Re: Block IP addresses: Windows 2003 server It seems to me this is more of a firewall issue vs. a server issue. You can do things with ASP.NET to block IP addresses, but on our firewall box it's easy to add IP addresses or a range of IP addresses to be blocked - by service, or for anything. You might want to check there... MarkusJ_NZ wrote: > On Jun 16, 10:33 pm, "Florian Frommherz [MVP]" > <flor...@frickelsoft.DELETETHIS.net> wrote: >> Howdie! >> >> MarkusJ_NZ schrieb: >> >>> After spending the last few hours looking all over the Internet I >>> cannot for the life of me find a nice easy way program to basically >>> say.. >>> "If the request is from this ip address deny it" >>> I looked at using ZoneAlarm but people said it was not compatible with >>> Windows 2003 Server. >> Not sure whether my first answer came through, but I guess IPSec can do >> that for you:http://technet.microsoft.com/en-us/network/bb531150.aspxhttp://technet2.microsoft.com/windowsserver/en/library/6EA5E4B9-13A3-... >> >> cheers, >> >> Florian >> -- >> Microsoft MVP - Windows Server - Group Policy. >> eMail: prename [at] frickelsoft [dot] net. >> blog:http://www.frickelsoft.net/blog. >> Use a newsreader!http://www.frickelsoft.net/news.html > > Hi Florian, thanks, I did take a look at that but it seems incredibly > complex; I can't believe there is not a Windows equivalent of APF > firewall... > > Thanks again!
Recommended Posts