Block a Server from reaching a machine
        Posted  
        
            by 
                user
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by user
        
        
        
        Published on 2011-11-16T16:36:01Z
        Indexed on 
            2011/11/16
            17:56 UTC
        
        
        Read the original article
        Hit count: 197
        
windows-server-2003
I have a Windows 2003 server that I want to block from accessing a specific IP address. I want to control this from the Server. because I control the machine. The traffic is http traffic (webservice call). It uses a non-standard port, so IP address+ Port combination would also work.
Background: I have a development enviornment that for some reason is ignoring host file enteries under some circumstances. These host files point the enviornment at services in another Dev enviornment. Wne th host files are ignored, dev is talking to production. This is not my question, rather the motivation for this inquiry.
I want is a failsafe to ensure dev will error instead of happily engaging in transactions with production. I control the dev server, I do not control the firewalls or the target production machine.
© Server Fault or respective owner