Article ID: 310220 - Last Review: November 1, 2006 - Revision: 2.2 HOW TO: Securely Configure the External Interface on an ISA Server ComputerThis article was previously published under Q310220 On This PageSUMMARY
This step-by-step article describes how to securely configure the external interface on a Microsoft Internet Security and Acceleration (ISA) Server computer. ISA Server 2000 provides both Web caching and firewall services to protect your network. You can place an ISA Server computer on the edge of the network to act as a secure firewall that can protect your entire network. Although the ISA Server software provides a very high level of security, to optimize your ISA Server security solution you should configure the ISA Server's external interface in the most secure way that is possible. There are only a few steps you need to take to harden the external interface from attack. There are four basic configuration steps that are required to lock down the external interface:
Configure the External Interface Characteristics
Disable the H.323 GatewayThe H.323 gateway allows users to connect to external clients by using NetMeeting through ISA. If you do not require this functionality, it is recommended that you disable the filter during installation. To disable the H.323 application filter, follow these steps:
Configure Packet Filtering on the ISA Server ComputerYou can use the ISA Server Packet Filtering feature to control which packets can enter or leave the external interface of the ISA Server. After you enable packet filtering, you must create a packet filter, protocol rule, or publishing rule for packets to traverse the external interface of the ISA Server computer.To configure packet filtering on the external interface of the ISA Server computer:
Confirm Open Ports on the External Interface of the ISA Server ComputerThe most reliable way to confirm open ports on the external interface of the ISA Server is to use the Netstat.exe command. To view open ports:
The following example demonstrates port usage with NetBIOS disabled and enabled for comparison: ******************************************************* - NetBIOS over TCP/IP set to Disabled - All ISA services offline ******************************************************* C:\Documents and Settings\>netstat -an Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:1027 0.0.0.0:0 LISTENING TCP 0.0.0.0:1692 0.0.0.0:0 LISTENING TCP 0.0.0.0:3003 0.0.0.0:0 LISTENING TCP 0.0.0.0:3004 0.0.0.0:0 LISTENING TCP 0.0.0.0:3372 0.0.0.0:0 LISTENING TCP 0.0.0.0:3390 0.0.0.0:0 LISTENING TCP 0.0.0.0:15185 0.0.0.0:0 LISTENING TCP 0.0.0.0:42510 0.0.0.0:0 LISTENING TCP 66.57.140.80:28607 207.71.92.193:80 TIME_WAIT TCP 66.57.140.80:28609 207.71.92.193:443 TIME_WAIT TCP 66.57.140.80:28610 207.71.92.193:443 TIME_WAIT TCP 192.168.0.1:139 0.0.0.0:0 LISTENING TCP 192.168.0.1:1692 192.168.0.4:1998 ESTABLISHED TCP 192.168.0.1:15185 192.168.0.2:445 ESTABLISHED TCP 192.168.0.1:28614 0.0.0.0:0 LISTENING TCP 192.168.0.1:28614 192.168.0.2:139 ESTABLISHED UDP 0.0.0.0:445 *:* UDP 0.0.0.0:1645 *:* UDP 0.0.0.0:1646 *:* UDP 0.0.0.0:1812 *:* UDP 0.0.0.0:1813 *:* UDP 0.0.0.0:3001 *:* UDP 0.0.0.0:3021 *:* UDP 0.0.0.0:3033 *:* UDP 0.0.0.0:3034 *:* UDP 0.0.0.0:3901 *:* UDP 0.0.0.0:5557 *:* UDP 0.0.0.0:19085 *:* UDP 66.57.140.80:500 *:* UDP 66.57.140.80:43508 *:* UDP 192.168.0.1:137 *:* UDP 192.168.0.1:138 *:* UDP 192.168.0.1:500 *:* UDP 192.168.0.1:43508 *:* ******************************************************** - Set NetBIOS over TCP/IP to Default - ipconfig /release - ipconfig /renew ********************************** C:\Documents and Settings\>netstat -an Active Connections Proto Local Address Foreign Address State TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:1027 0.0.0.0:0 LISTENING TCP 0.0.0.0:1692 0.0.0.0:0 LISTENING TCP 0.0.0.0:3003 0.0.0.0:0 LISTENING TCP 0.0.0.0:3004 0.0.0.0:0 LISTENING TCP 0.0.0.0:3372 0.0.0.0:0 LISTENING TCP 0.0.0.0:3390 0.0.0.0:0 LISTENING TCP 0.0.0.0:15185 0.0.0.0:0 LISTENING TCP 0.0.0.0:42510 0.0.0.0:0 LISTENING TCP 66.57.140.80:139 0.0.0.0:0 LISTENING TCP 192.168.0.1:139 0.0.0.0:0 LISTENING TCP 192.168.0.1:1692 192.168.0.4:1998 ESTABLISHED TCP 192.168.0.1:15185 192.168.0.2:445 ESTABLISHED TCP 192.168.0.1:28614 0.0.0.0:0 LISTENING TCP 192.168.0.1:28614 192.168.0.2:139 ESTABLISHED UDP 0.0.0.0:135 *:* UDP 0.0.0.0:445 *:* UDP 0.0.0.0:1645 *:* UDP 0.0.0.0:1646 *:* UDP 0.0.0.0:1812 *:* UDP 0.0.0.0:1813 *:* UDP 0.0.0.0:3001 *:* UDP 0.0.0.0:3021 *:* UDP 0.0.0.0:3033 *:* UDP 0.0.0.0:3034 *:* UDP 0.0.0.0:3901 *:* UDP 0.0.0.0:5557 *:* UDP 0.0.0.0:19085 *:* UDP 66.57.140.80:137 *:* UDP 66.57.140.80:138 *:* UDP 66.57.140.80:500 *:* UDP 66.57.140.80:43508 *:* UDP 192.168.0.1:137 *:* UDP 192.168.0.1:138 *:* UDP 192.168.0.1:500 *:* UDP 192.168.0.1:43508 *:*
| Article Translations
|

Back to the top
