stay2theleft Posted April 5, 2010 Share Posted April 5, 2010 Hello, Is there a way to block a IP from entering one of our servers, i know GSP's don't like blocking them form the router but can it be done from a firewall program. IF so can someone recommend one for me, or can it be done using win-2003 firewall. Thanks... Link to comment Share on other sites More sharing options...
studeggle Posted April 5, 2010 Share Posted April 5, 2010 I have yet to play with a firewall that couldn't block an IP. Yes win2003 firewall can block IPs, might I suggest a google search there aremany tutorials you can take your pick of text, picture, video or combination. Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted April 5, 2010 Share Posted April 5, 2010 Here you go mate Peer Block Very useful Link to comment Share on other sites More sharing options...
dimitrifrom31 Posted April 5, 2010 Share Posted April 5, 2010 IPSec is integrated to windows, no need to add extra app. Can even be used in cmd line : netsh ipsec static add policy name="IPBlock" description="Block specified IPs" activatedefaultrule=yes assign=no netsh ipsec static add filteraction name="block" description="block traffic" action=block netsh ipsec static add filter filterlist="block traffic" srcaddr=[b]PUT_THE_IP_HERE[/b] dstaddr=Me description="block this IP" protocol=any mirrored=yes netsh ipsec static add rule name="block ip" policy="IPBlock" filterlist="block traffic" filteraction="block" activate=yes kerberos=no thats for the first time then if wana block other IPs : netsh ipsec static add filter filterlist="block traffic" srcaddr=[b]PUT_THE_IP_HERE[/b] dstaddr=Me description="block this IP" protocol=any mirrored=yes Link to comment Share on other sites More sharing options...
Goran Posted April 6, 2010 Share Posted April 6, 2010 or just use MMC Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.