This FAQ answers commonly asked questions about Internet Protocol security (IPsec) support in the Microsoft Windows family of operating systems. Click a question to view its answer. To view all the answers at one time, select the View all answers check box. |
| A. | Internet Protocol security (IPsec) is a framework of open standards for ensuring private, secure communications over Internet Protocol (IP) networks, through the use of cryptographic security services. The Internet Engineering Task Force (IETF) IPsec working group defines the IPsec standards. The Windows Vista, Windows Server 2008, Windows XP, Windows Server 2003, and Windows 2000 implementations of IPsec are IETF standards-based. |
| A. | For an overview of IPsec in Windows Server 2003, see the
Internet Protocol Security for Microsoft Windows Server 2003 white paper. |
| A. | IPsec documentation is included with Windows XP(click Start, then click HelpandSupport) and Windows Server 2003 (click Start, then click Help and Support). There are also IPsec sections of the Windows Server 2003 Deployment Guideand the Windows Server 2003 Technical Reference. For a list of all the resources for IPsec in Windows, see the
IPsec Web site . |
| A. | Windows Server 2003 Service Pack 2 and Windows XP Service Pack 3 include the Simple Policy Update, which allows you to simplify IPsec policy configuration. For more information, see
Simplifying IPsec Policy with the Simple Policy Update. |
| A. | Windows Vista and Windows Server 2008 include the following improvements to IPsec:
For more information, see the “IPsec Improvements” section of
New Networking Features in Windows Server 2008 and Windows Vista. |
| A. | Firewalls are designed to monitor incoming and outgoing traffic to determine whether the traffic is allowed. The Windows implementation of IPsec can also perform this function. However, IPsec can also ensure that the incoming and outgoing traffic is secure (protected with cryptography). For example, with the correct IPsec policy settings, you can require that all communications between domain controllers be secured. Another key difference between IPsec for Windows and firewalls is the following:
|
| A. | The following usage scenarios are currently recommended:
|
| A. | Although IPsec can be used to create secure VPN connections across the Internet for remote access and branch office connectivity, IPsec is not a technology that was designed specifically for VPN connections. IPsec is a general technology for securing IP traffic, regardless of the type of network (the Internet or a private network) on which the traffic is sent. IPsec has been defined to work in two different modes: transport mode and tunnel mode. Tunnel mode is most often used for site-to-site VPN connections. Transport mode is most often used for securing IP traffic on private networks. |
| A. | Because IPsec works at the IP layer of the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol stack, you do not have to modify existing applications to use IPsec. All TCP/IP applications can use IPsec, whereas only SSL-enabled TCP/IP applications can use SSL. IPsec is an excellent solution to securing the traffic of legacy applications. Other points of contrast between IPsec and SSL are the following:
|
| A. | With IPsec for Windows policy settings, you can block or permit incoming and outgoing traffic based on:
In contrast, with Windows Firewall you can only specify exceptions (incoming traffic that is permitted) based on source IPv4 address ranges expressed as subnets and destination TCP and UDP ports. However, with Windows Firewall, you can do the following:
|
| A. | Yes. The Microsoft implementation of Layer Two Tunneling Protocol over IPsec (L2TP/IPsec) for use in remote access VPNs is standards-compliant with IETF Requests for Comments (RFCs) 2661 and 3193. IPsec by itself is not suitable for remote access VPNs. For more information, see
Virtual Private Networking: Frequently Asked Questions. |
| A. | An IPsec Policy is a group of settings that specify IPsec behavior with regard to the types of traffic that are permitted, blocked, or secured. An IPsec policy consists of:
|
| A. | Each IPsec rule contains the following configuration items:
|
| A. | IPsec policy is configured with the IPsec Policy Management snap-in for the Microsoft Management Console (MMC) on all versions of Windows that support IPsec. This snap-in can be used to configure both local computer and domain-based policy. This snap-in is also available from the Group Policy snap-in in Computer Configuration\Windows Settings\Security Settings.
|
| A. | The predefined policies should only be used for testing and research purposes. You should create your own IPsec policy when deploying IPsec in a production environment. |
| A. | An IP filter defines a specific set of IP traffic. The configuration parameters of an IP filter are the following:
|
| A. | An IP filter list is a set of IP filters grouped together under a common name, typically for the purpose of applying a specific filter action. |
| A. | IPsec requires IP filters to define both directions the traffic between computers. Because most network communication is two-way, the Mirrored check box was added to the filter. This option automatically creates another IP filter that is identical, but for the traffic flowing in the opposite direction (the source and destination settings are switched). |
| A. | A filter action defines how IPsec will handle traffic. You can specify permit, block, or secure (known as Negotiate Security) filter actions. When you select the secure filter action, you must also specify security methods, authentication methods, connection type, and whether to use IPsec tunneling. |
| A. | Specifies whether to allow unsecured communications with computers that cannot negotiate the use of IPsec or process IPsec-secured traffic. You can use this option to secure traffic with computers on your network that are IPsec-capable while allowing unsecured communications with computers on your network that are not IPsec-capable. However, when you enable this option, unsecured traffic is allowed when IPsec negotiations with an IPsec-capable computer fail. . |
| A. | Specifies whether to accept initial unsecured traffic sent by another computer, but require secure communication when replying. This option is typically enabled on a policy that is assigned to server computers when the client computers have a policy assigned in which the default response rule is enabled. This simplifies IPsec deployment because the policy assigned to the client computers does not have to be configured with additional rules that initiate secured communication to all secured servers. |
| A. | Specifies whether you want to renegotiate new master key keying material each time a new session key is required. When session key perfect forward secrecy (PFS) is disabled, new session keys are derived from current master key keying material, subject to the number of times the master key keying material can be used to derive the session key. Although enabling session key perfect forward secrecy (PFS) provides greater security, performance and throughput might be impacted. |
| A. | The default response rule, which can be used for all policies, has the IP filter list of <Dynamic> and the filter action of Default Response when the list of rules is viewed with the IP Security Policies snap-in. The default response rule cannot be deleted, but it can be deactivated. It is activated by default for all policies. The default response rule is used to ensure that the computer responds to requests for secure communication. If an active policy does not have a rule defined for a computer that is requesting secure communication, then the default response rule is applied and security is negotiated. For example, when Computer A communicates securely with Computer B, and Computer B does not have an inbound filter defined for Computer A, the default response rule is used. When enabled on a client computer, the default response rule allows the client to start communicating in the clear to a server with the Accept unsecured communication, but always respond using IPsec option enabled. The server will respond with a negotiation request that, if successful, protects the rest of the traffic. Security methods and authentication methods can be configured for the default response rule. The filter list of <Dynamic> indicates that the filter list is not configured, but that filters are created automatically based on the receipt of IKE negotiation packets. The filter action of Default Response indicates that the action of the filter (Permit, Block, or Negotiate Security) cannot be configured. Negotiate Security will be used. However, you can configure:
|
| A. | For examples of sets of IPsec rules for various IPsec deployment scenarios, see the following resources:
|
| A. | The netsh ipsec dump command was never implemented for two main reasons:
|
| A. | For computers that obtain their IPsec policy through Active Directory-based group policy, the IPsec policy applied is the one assigned to the Group Policy object (GPO) that is closest to the computer in the Active Directory domain structure, when following the domain structure up to the root of the domain. For example, if a computer is a member of an organizational unit (OU), then the IPsec policy assigned to that OU's GPO would be the one applied. However, if the OU's GPO does not have an assigned IPsec policy, then the computer will apply the IPsec policy assigned to the GPO in the next OU up the Active Directory tree towards the root. The IPsec policies in different GPOs are not merged. Only one IPsec policy is applied, the one assigned with the closest GPO towards the root of the Active Directory tree. |
| A. | The default exemptions for IPsec is specified by the NoDefaultExempt registry value (located at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\IPSEC), which has the following possible settings:
You can change the value of the NoDefaultExempt registry key in Window Server 2003 with the netsh ipsec dynamic set config ipsecexempt value={ 0 | 1 | 2 | 3} command. |
| A. | Whether you configure IPsec policies with the IP Security Policies snap-in or command line tools depends on the complexity of your planned IPsec deployment. If you were creating a simple IPsec policy to secure traffic between two computers, you would probably choose to use the IP Security Policies snap-in to configure. If you have an existing Active Directory infrastructure, you can choose to store the IPsec policies in the Active Directory and deploy IPsec policy via GPOs. Command line configuration is most useful if the deployment involves individual computers; scripts for creating the IPsec policies can be used to quickly add the policies to the computers. |
| A. | IPsec policy can be configured with persistent, dynamic, or static policies. Most commonly, IPsec is configured with a static IPsec policy. Static policies can be stored locally in the registry, or may be stored in Active Directory. A persistent IPsec policy is a permanent IPsec policy setting that gets applied during the IPsec service startup. Persistent policies are stored in the registry. Persistent policies enhance security by providing a secure transition from computer startup to Active Directory-based or local computer IPsec policy enforcement. Persistent policies can be designed to be most restrictive IPsec policy with an Active Directory-based or local computer policy providing additional rules. Persistent policy can also be used to ensure that Active Directory traffic is always secured by IPsec, including the retrieval of Active Directory-based Group Policy settings. Dynamic policy can be used to create, modify, and assign IPsec rules that take effect immediately and are not stored. If the IPsec service is stopped, dynamic policy settings are lost. However, settings applied when using the netsh ipsec dynamic set config commands are not lost. |
| A. | The policy export option of the IP Security Policies snap-in allows all local IPsec policies to be exported and saved as a file with an .ipsec extension. An .ipsec file can also be imported using the IP Security Policies snap-in to add IPsec policies to another computer. |
| A. | Yes. After you have exported the local IPsec policy settings to a file, you can import it into a Group Policy object or another computer's local IPsec policy. |
| A. | You can use Resultant Set of Policy (RSoP), an addition to Group Policy in Windows Server 2003 and Windows XP, to view IPsec policy assignments for a computer or for members of an Active Directory system container. For more information, see
Using Resultant Set of Policy to view IPsec policy assignments. |
| A. | See the "Viewing IPsec policy assignment information" section of
IPsec troubleshooting tools for information about determining the IPsec policy that has been applied to computers running Windows Server 2003, Windows XP, or Windows 2000. |
| A. | You can view the IPsec filter list with the IP Security Monitor snap-in provided with Windows XP and Windows Server 2003. To add the IP Security Monitor snap-in, do the following:
|
| A. | From the properties of the IPsec policy in the IP Security Policies snap-in, click the Rules tab to see the list of IP filter lists and filter actions that are used by the policy. |
| A. | There is no dialog box that lists IP filter lists or filter actions that are not being used by any IPsec policy. You must determine this manually by examining each IPsec policy for the IP filter lists and filter actions that are being used. |
| A. | Yes. Because the TCP port being used for a Remote Procedure Call (RPC) communication is usually dynamically determined, you must create IP filters that specify the IP addresses of the communicating computers. However, the RPC traffic for an Active Directory client computer to a domain controller should not be secured. |
| A. | No. IPsec does not secure multicast or broadcast traffic. However, you can configure IPsec to block multicast or broadcast traffic. |
| A. | IPsec for Windows derives an IPsec filter list from the rules of the assigned IPsec policy. The IPsec filter list, which is derived from but different than the IP filter lists configured in the IPsec policy, is the end result of the policy configuration, specifying the exact set of interesting traffic and how it is to be handled. The IPsec filter list is ordered by a weight value, which is based on how specific the originally defined IP filter is; more specific IP filters will produce IPsec filters with a higher weight value. For more information, see
IPsec Filter Ordering. |
| A. | Conflicting IPsec filters contain the same value for addressing, ports, and the IP Protocol field value, but have different filter actions. For example, one IPsec filter may permit and the other IPsec filter may block. When there are conflicting IPsec filters, the IPsec filter with the most restrictive filter action is added to the IPsec filter list. The block filter action is more restrictive than the secure filter action, which is more restrictive than the permit filter action. |
| A. | With the Windows Server 2003 family, if you use either Kerberos V5 or certificate authentication, you can set restrictions on which computers are allowed to connect. This functionality allows you to use IPsec to allow or deny any of the following access to a server running Windows Server 2003:
|
| A. | Yes. You should create an exemption that permits DNS traffic (TCP port 53 and UDP port 53). |
| A. | Yes. You should create an exemption that permits NetBIOS over TCP/IP name resolution traffic, commonly sent between client computers and Windows Internet Name Service (WINS) server computers (UDP port 137). |
| A. | No. IPsec for Windows automatically creates the exceptions for IPsec negotiation traffic (UDP ports 500 and 4500) when the active IPsec policy requires secure traffic. |
| A. | Third-party hosts are either IPsec-capable or not. If a third-party host is IPsec-capable, you can create a peer-to-peer IPsec connection between the third-party host and a Windows-based server. If a third-party host is not IPsec-capable, place the Windows servers that need to communicate with third-party hosts in the boundary zone. This solution can also be applied to IPsec-capable hosts. For more information, see the
Interoperability Considerations for IPsec Server and Domain Isolation.white paper. |
| A. | Computers running WinPE, Windows CE, or Windows Mobile should be treated as non-IPsec-capable hosts. See the answer to the question "How do I include third-party hosts in a domain isolation deployment?" on this page. |
| A. | You can either add the servers that the visiting computers need to access to the boundary zone, or you can use certificates for IPsec authentication to the specific servers and install computer certificates on the visiting computers. If the visiting computers are running Windows 2000 with Service Pack 3 or earlier, or versions of Windows prior to Windows 2000, you must add the servers that the visiting computers need to access to the boundary zone. For more information, see the
Interoperability Considerations for IPsec Server and Domain Isolation white paper. |
| A. | Yes. IPsec is integrated with the Microsoft Network Load Balancing (NLB) service. For third-party clustered server solutions, the client security association (SA) times out after two minutes if one of the cluster nodes fails. However, the client will negotiate a new SA to a remaining cluster node. |
| A. | For information about how to use certificate authentication, see the
Active Directory in Networks Segmented by Firewalls white paper. |
| A. | Configuring IPsec to secure all traffic between domain controllers and domain members is too complex to configure and manage on an ongoing basis and is not supported in Windows. |
| A. | Yes. However, some third-party VPN clients disable Windows IPsec when they install, which can create IPsec implementation coexistence issues. Microsoft is working with VPN vendors to achieve better coexistence compatibility for customers who need to use both implementations simultaneously. |
| A. | For information about this question, see
Logging on to Windows using Kerberos: Multiple forest logon process. |
| A. | The use of preshared key authentication is not recommended because it is a relatively weak authentication method. Preshared key authentication creates a master key that is less secure than digital certificates or the Kerberos V5 protocol. In addition, preshared keys are stored in plaintext and can be viewed by users with administrator-level privileges. Preshared key authentication is provided for interoperability purposes and to adhere to IPsec standards. It is recommended that you use preshared keys only for testing and that you use digital certificates or Kerberos V5 instead in a production environment. |
| A. | IPsec is designed for computer-to-computer security services and is independent of the actual traffic being secured. User credentials are employed by Application layer components, rather than Network layer components. Additionally, IPsec might need to secure traffic before a user has logged on to the computer. |
| A. | IPsec requires the following attributes for certificates used in IPsec authentication:
|
| A. | Names cannot be mapped to certificates in a secure way with the Domain Name System (DNS) and Windows Internet Name Service (WINS) and IP addresses can change in a Dynamic Host Configuration Protocol (DHCP) environment. |
| A. | Authentications for IPsec security associations are mutual (two-way). Each IPsec peer must present credentials that the other IPsec peer validates. If your IPsec rules are configured for Kerberos authentication and there are two IPsec peers that are in different domains with a one-way trust, the IPsec peers will be unable to perform mutual authentication. One IPsec peer will be able to authenticate (the peer in the domain that trusts the other peer's domain), but the other IPsec peer will not be able to authenticate and the authentication will fail. If you configure your IPsec rules for authentication, then one-way trusts do not affect IPsec authentication. |
| A. | AES is supported in Windows Vista and Windows Server 2008 with 128, 192, and 256-bit key sizes. Windows XP, Windows Server 2003, and Windows 2000 do not support AES. |
| A. | Triple Data Encryption Standard is recommended because it is more secure than DES. Use DES when securing traffic to third-party IPsec peers that do not support 3DES. Windows XP, Windows Server 2003, and Windows 2000 (Service Pack 1 and higher) support 3DES. . |
| A. | SHA1 is recommended because it is more secure than MD5. Use MD5 when securing traffic to third-party IPsec peers that do not support SHA1. Windows XP, Windows Server 2003, and Windows 2000 (Service Pack 1 and higher) support SHA1. . |
| A. | Results vary because there are many factors affecting the performance of IPsec such as processor speed and the types of network adapters. In Microsoft testing, the following results were achieved on an Intel Pentium III-based computer, running at 993 MHz, and with 384 MB of RAM:
|
| A. | IPsec offload is the offloading of IPsec cryptographic calculations to high-performance firmware on network adapters, rather than having those calculations being performed using the computer's processor. Some IPsec offload adapters can perform DES, 3DES, SHA1 HMAC, MD5 HMAC, and even Diffie-Hellman key determination calculations. Using IPsec offload adapters can have a significant impact on performance. |
| A. | Yes. IPsec for Windows supports NLB and MSCS cluster scenarios. However, IPsec sessions do not fail over. For more information, see IPsec is not designed for failover. |
| A. | The Intel Pro 100 S and 3Com 10/100 S network adapters support IPsec offload. |
| A. | There are no performance counters in current versions of Windows to monitor IPsec-secured traffic. |
| A. | For computers running Windows 2000, you can use the IP Security Monitor tool. Click Start, click Run, type ipsecmon.exe, and then click OK. For computers running Windows XP or Windows Server 2003, you can use the IP Security Monitor snap-in. For more information, see To start the IP Security Policy Management snap-in. For computers running Windows XP, you can use the ipseccmd \\computer show all command. For computers running Windows Server 2003, you can use the netsh ipsec static show or netsh ipsec dynamic show commands. |
| A. | For computers running Windows 2000, you can use the IP Security Monitor tool. Click Start, click Run, type ipsecmon.exe, and then click OK SAs are listed in the Security Associations portion of the IP Security Monitor window. For computers running Windows XP or Windows Server 2003, you can use the IP Security Monitor snap-in. For more information, see To start the IP Security Policy Management snap-in. For computers running Windows XP, you can use the ipseccmd\\computershow all command. For computers running Windows Server 2003, you can use the netsh ipsec static show or netsh ipsec dynamic show commands. |
| A. | You can verify that the IPsec service has been started through the net start command. For computers running Windows XP or Windows Server 2003, look for "IPSEC Services" in the list of started services. For computers running Windows 2000, look for "IPSEC Policy Agent" in the list of started services. To start the IPsec service, type net start ipsec or use the services snap-in. |
| A. | Ipseccmd.exe is included with Windows XP with no service packs installed and Windows XP with Service Pack 1. For Windows XP with Service Pack 2, you can obtain a new version of Ipseccmd.exe from Windows XP SP2 Support Tools for Advanced Users. |
| A. | The Oakley log records all IKE (ISAKMP) main mode and quick mode negotiations. To enable Oakley logging, do the following:
The Oakley log is stored in the systemroot\Debug folder. A new Oakley.log file is created each time the IPsec policy agent is started and the previous version of the Oakley.log file is saved as Oakley.log.sav. |
| A. | Whenever asked by a network administrator or a Microsoft support engineer. |
| A. | Interpreting the contents of the Oakley log requires a detailed understanding of the IPsec protocols. The recommendation is that you forward your Oakley logs to Microsoft support engineers for analysis. |
| A. | Because the IP payloads have been encrypted with IPsec, it is not possible to perform troubleshooting based on the contents of IPsec-protected packet payloads. For example, you cannot use an intermediate router or firewall to capture and interpret IPsec-protected packets. You can perform some troubleshooting based on the presence of encrypted packets, how many are sent, and when they are sent. |
| A. | Yes. Network Monitor is included with Microsoft Systems Management Server, Windows 2000 Server, and Windows Server 2003 and features protocol parsers for IKE (displayed as ISAKMP), AH, and ESP. Microsoft Network Monitor 3.1 is available as a free download from Microsoft. However, Network Monitor does not parse the encrypted portions of IPsec-protected traffic. |
| A. | You can use the Windows XP Event Viewer snap-in to view the following IPsec-related events:
|
| A. | IPsec Network Address Translator Traversal (NAT-T), a new IETF standard, allows IPsec negotiation and encapsulation of ESP-protected payloads. For more information about how IPsec NAT-T works, see
IPsec NAT Traversal Overview. Windows XP Service Pack 2 and Windows Server 2003 have built-in support for IPsec NAT-T. L2TP/IPsec NAT-T update for Windows XP and Windows 2000, a free download, provides support for computers running Windows XP with no service packs installed, Windows XP with Service Pack 1, and Windows 2000. |
| A. | The IPsec driver file is Ipsec.sys. The IKE component is Oakley.dll. |
| A. | You can remove static local IPsec policy settings with the following:
|
| A. | AH provides data origin authentication and data integrity for the entire IP packet (with the exception of some fields in the IP header that must change in transit). ESP with authentication only (also known as ESP null) provides data origin authentication and data integrity for only the IP payload. |
| A. | ESP provides data confidentiality, data origin authentication, and data integrity for the IP payload. ESP does not provide data origin authentication and data integrity for the IP header. If you want to protect the IP header for ESP-encrypted packets, you must use both AH and ESP. By protecting the IP header, you can detect and eliminate most types of network attacks that rely on the spoofing of IP addresses. |
| A. | The negotiation of a secured IPsec session has two distinct phases: main mode and quick mode. The main mode negotiation creates a bidirectional main mode SA (also known as an ISAKMP SA), which is a secure channel through which the quick mode negotiation and all future IKE traffic takes place.
|
| A. | IPsec quick mode negotiation creates the unidirectional quick mode SAs (also known as IPsec SAs), to secure data traffic. During negotiation, the IPsec peers determine the specific encryption algorithm, hashing algorithms, the use of ESP or AH (or both), whether to use transport or tunnel, and a description of the traffic to protect. All quick mode negotiation messages are protected with the main mode SA previously established. Each successful quick mode negotiation establishes two IPsec SAs. One SA is for inbound traffic and the other is for outbound traffic. |
| A. | Internet Key Exchange (IKE) is used to dynamically establish SAs between IPsec peers. IKE is a hybrid of three protocols that is based on a framework defined by the Internet Security Association and Key Management Protocol (ISAKMP) and implements parts of two key management protocols: Oakley and SKEME. IKE uses ISAKMP to define how two peers communicate, including the packet formats, retransmission timers, and message construction requirements. IKE uses both Oakley and SKEME to provide the mechanism and management of key exchanges. |
| A. | IPsec transport mode provides the protection of an IP payload through an AH or ESP header. Typical IP payloads are TCP segments (containing a TCP header and TCP segment data), a UDP message (containing a UDP header and UDP message data), and an Internet Control Message Protocol (ICMP) message (containing an ICMP header and ICMP message data). |
| A. | IPsec tunnel mode provides the protection of an entire IP packet by treating it as an AH or ESP payload. With tunnel mode, an entire IP packet is encapsulated with an AH or ESP header and an additional IP header. The IP addresses of the outer IP header are the tunnel endpoints, and the IP addresses of the encapsulated IP header are the ultimate source and destination addresses. |
| A. | Configure your router-based firewall to allow the following:
|
| A. | The main IPsec policy and configuration details are stored under HKEY_LOCAL_COMPUTER\SOFTWARE\Policies\Microsoft\windows\IPsec. For information about IPsec registry keys, see
IPsec Tools and Settings. |
| A. | IPsec and IKE communication is not adversely affected by IP fragmentation. IPsec does not fragment or reassemble packets. Outbound IPsec packets are passed down to the IP layer for processing. For inbound traffic, IPsec for Windows receives a reassembled packet. |
| A. | IPsec is vulnerable to a trusted man-in-the-middle attack if someone gains access to the private information that the IPsec peers use to authenticate each other. The risk of this attack is higher if preshared keys are used as the authentication method. For this reason, Microsoft recommends that preshared keys be used only in test environments. If certificates are used as the authentication method, the risk of a man-in-the-middle attack is significantly reduced. |
| A. | If a quick mode SA is not used to secure traffic for a specific period of time, it is removed and a new SA is negotiated. This timeout period is 5 minutes. |
| A. | Only one quick mode SA is displayed because the IPsec Monitor snap-in does not show directional information for quick mode SAs. |
| A. | When peers negotiate a main mode SA across a NAT, only the initial IKE message from the initiating IPsec peer uses UPD port 500. All other IKE traffic is sent over UDP port 4500. |
| A. | For computers running Windows Server 2003, the IKE component has the ability to detect if a peer is a member node of a cluster. If so, IKE changes the default quick mode SA timeout from 5 minutes to 1 minute. If the current cluster node fails, any SAs established to the failed node will timeout after 1 minute and IKE will re-establish an IPsec-secured session with a new cluster node. |
| A. | IKE limits the number of outstanding main mode negotiations and the number of established main mode negotiations. If there is an established main mode SA, IKE limits the outstanding main mode SAs to five per IP address/port pair. If there is no established main mode SA, IKE limits the outstanding main mode SAs to 35 per IP address. If this limit is hit, IKE will drop all initial negotiation messages from that peer until an outstanding SA for that peer has failed, timed out, or been established. |
| A. | The Windows Firewall: Allow authenticated IPsec bypass Group Policy setting allows you to specify that the Windows Firewall does not process IPsec-secured traffic from specified computers. This can improve performance for computers that are using both Windows Firewall and IPsec. |
| A. | ESP with encryption uses an encryption algorithm (DES or 3DES) to provide data confidentiality, data origin authentication, and data integrity for the ESP payload. ESP (Null), also known as ESP with no encryption, provides only data origin authentication and data integrity for the ESP payload. |
| Top of page | ||||||||||||||||||||||||||||||||||||||||||||||||||