(Remote Installation Services)

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

[WindowsFirewall.icmpsetting_name]

The [WindowsFirewall.icmpsetting_name] section contains entries for configuring Windows Firewall.

The default configuration for Windows Firewall blocks all Internet Control Message Protocol (ICMP) message types; however, you can modify this behavior by adding entries to the Windows Firewall Exceptions lists that enable certain ICMP message types.

The permitted values for adding ICMP Message Types to the Windows Firewall Exceptions list are described in the following table:

ICMP Message Type Number Description

OutboundPacketTooBig

2

When an Internet Protocol version 6 (IPv6) packet is too large to be forwarded, data is dropped and a computer replies to the sender with a Packet Too Big message.

OutboundDestinationUnreachable

3

Sent data that fails to reach this computer due to an error is discarded and reported with a Destination Unreachable message explaining the failure.

OutboundSourceQuench

4

When a computer's ability to process incoming data cannot keep up with the rate of a transmission, data is dropped and the sender is asked to transmit more slowly.

Redirect

5

Data sent from a computer is rerouted.

InboundEchoRequest

8

Messages sent to a computer are repeated back to the sender. This is commonly used for troubleshooting.

InboundRouterRequest

9

A computer responds to router discovery messages.

OutboundTimeExceeded

11

When a computer discards a packet because its hop count was exceeded or it ran out of time to assemble fragments of a packet, it replies to the sender with a Time Exceeded message.

OutboundParameterProblem

12

When a computer discards data that it has received because of a header problem, a reply is sent to the sender with a Parameter Problem error message.

InboundTimestampRequest

13

A confirmation message is sent, indicating the time that the data was received by a computer.

InboundMaskRequest

17

A computer listens for and responds to requests for a network subnet mask.

The [WindowsFirewall.icmpsetting_name] section contains the following entries:

Answer File Entries for the [WindowsFirewall. program_name ] Section

Entry Description

Type

Specifies the type of ICMP message to enable in the configuration of Windows Firewall.

Mode

Specifies whether to enable or disable the ICMP message type.

Example
[WindowsFirewall.EchoRequest]
Type = 8
Mode = 1

Type

Specifies the type of ICMP message to enable in the configuration of Windows Firewall..

Syntax
Type = 2 | 3 | 4 | 5 | 8 | 9 | 11 | 12 | 13 | 17 | 18
Value Description

2

Specifies an OutboundPacketTooBig message type.

3

Specifies an OutboundDestinationUnreachable message type.

4

Specifies an OutboundSourceQuench message type.

5

Specifies an Redirect message type.

8

Specifies an InboundEchoRequest message type.

9

Specifies an InboundRouterRequest message type.

11

Specifies an OutboundTimeExceeded message type.

12

Specifies an OutboundParameterProblem message type.

13

Specifies an InboundTimestampRequest message type.

17

Specifies an InboundMaskRequest message type.

18

Specifies all message types.

Example
Type = 2
Comments

This is a required entry.

Mode

Specifies whether an entry added to the Windows Firewall Exceptions list is either enabled or disabled.

Syntax
Mode = 0 | 1
Value Description

1

Enables ICMP message types as specified.

0

Disables ICMP message types.

Example
Mode = 1
Comments

The default value is 1. This is a required entry.