FIREWALL Module (Windows Embedded CE 6.0)
1/6/2010
This module implements and configures the firewall for the Remote Configuration Framework.
The following table shows the configurable settings for FIREWALL.
Value : Type | Access | Index | Description |
---|---|---|---|
Flags : STRING |
Read-write |
Handle |
Specifies a set of FW_RULE_FLAGS values that are combined to specify rule flags for the firewall. |
Mask : STRING |
Read-write |
Handle |
Specifies a set of FW_RULE_MASKS values that are used in combination with each other to specify which fields of the FW_RULE structure are valid. |
Description : STRING |
Read-write |
Handle |
String that specifies the description of a firewall rule. |
PrivateHost : STRING |
Read-write |
Handle |
Specifies the IP address that identifies a host on the private network. |
PrivateHostFamily : STRING |
Read-write |
Handle |
Specifies the IP address family for a host on the private network. |
PublicHost : STRING |
Read-write |
Handle |
Specifies the IP address of the host on the public side of the firewall. |
PublicHostFamily : STRING |
Read-write |
Handle |
Specifies the IP address family for a host on the public network. |
Protocol : STRING |
Read-write |
Handle |
Specifies the protocol the firewall rule applies to. |
Action : STRING |
Read-write |
Handle |
Used for logging rules to specify whether to log packets that are blocked or packets that are allowed. |
HourStart : STRING |
Read-write |
Handle |
Specifies the time of day for the rule to become active, in 24-hour time. |
HourEnd : STRING |
Read-write |
Handle |
Specifies the time of day for the rule to become inactive, in 24-hour time. |
DayOfWeek : STRING |
Read-write |
Handle |
Specifies the DAY OF WEEK value for the day of the week on which the rule is active. |
Day : STRING |
Read-write |
Handle |
Specifies the day of the month on which the rule is active. |
Month : STRING |
Read-write |
Handle |
Specifies the month on which the rule is active. |
PortMin : STRING |
Read-write |
Handle |
Specifies the lower end of the port range for which the rule applies for TCP or UDP packets. |
PortMax : STRING |
Read-write |
Handle |
Specifies the upper end of the port range for which the rule applies for TCP or UDP packets. |
Type : STRING |
Read-write |
Handle |
Indicates that the rule applies only to ICMP packets of specified type. |
Code : STRING |
Read-write |
Handle |
Indicates that the rule applies only to ICMP packets with the specified code. |
New : STRING |
Read-write |
Handle |
Specifies a new firewall rule. |