3: SyStem CONFIGURAtION
Iridium Pilot User Manual 35
3.8.2ElementDenitions
Below is a description of the valid element IDs and the format expected for their associated
conguration value.
ELEMENT DESCRIPTION EXAMPLE
Admin_Password Configures the administrator’s password
for the ISU, takes a string as input.
Admin_Password password
IP_Address Configures the IP address of the ISU, takes
an IP address as input
IP_Address 192.168.0.1
Subnet_Mask Configures the subnet mask of the ISU,
takes an IP address as input.
DHCPS_Enabled Enables or disables the DHCP server
functionality of the ISU, takes and
enumeration of the format “enabled” or
“disabled” as input.
DHCPS_Enabled disabled
DH CPS_ IP_ Star t Configures the start of the IP address
range DHCP will allocate addresses from if
enabled, takes an IP address as input.
DHCPS_IP_Start 192.168.0.2
DHCPS_IP_End Configures the end of the IP address
range DHCP will allocate addresses from if
enabled, takes an IP address as input.
DHCPS_IP_End 192.168.0.10
DNS_Enabled Enables or disables the DNS forwarding
functionality of the ISU, takes and
enumeration of the format “enabled” or
“disabled” as input.
DNS_Enabled enabled
Port_Forward_Rule_X Configures one of the 15 port forwarding
rules on an ISU, takes a record of the
following format:
• IPaddress
• Internalportnumber
• Externalportnumber
• Protocol(enumeration“UDP”or“TCP”)
• Inuse(enumeration“yes”or“no”)
Port_Forward_Rule_1 192.168.0.5 55
66 TCP yes
NOTE: Configured port forwarding rules must be in a contiguous block starting with rule 1, otherwise
unexpected behaviour may occur. For example configuring rules 1,2,3,4 would be fine, but configuring
1,2,8,9 would be wrong as would configuring rules 5,6,7.