...
Registry name | Registry type | Installer property | Default value | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AltPxeClientPort | REG_DWORD | This value does not have an installer property. | Registry value is not created. | This registry setting is relevant only on the Responder.
| ||||||||||
AltPxeServerPort | REG_DWORD | This value does not have an installer property. | Registry value is not created. | This registry setting is relevant only on the Responder.
| ||||||||||
AlwaysBootImageId | REG_SZ | Registry value is not created. | A string value containing a valid package id of a boot image. If specified, do not get boot image ID from PXE Everywhere Central but use this one instead. | AlwaysIsMandatory | REG_DWORD | Registry value is not created. | Whether the boot image is mandatory (value 1) or not (0). Only relevant in combination with | BindTo | REG_SZ | This value does not have an installer property. | Registry value is not created. | Comma-separated list of IP addresses which PXE Everywhere Agent listens for DHCP (PXE) and TFTP requests. If not present, PXE Everywhere Local listens on all IP addresses. Use this if there is more than one network interface. | ||
CommsPort | REG_DWORD | COMMSPORT | 2012 |
Multiexcerpt | ||
---|---|---|
| ||
Used for UDP election broadcast messages, this must be opened in the Windows firewall. |
ConfigServerAddress
CONFIGSERVERURL
MultiExcerptName | ConfigServerAddress |
---|
URL for the PXE Everywhere Central web service in the format: http://servername/PXELite/PXELiteConfiguration.asmx
where <servername>
is the name of the server (or FQDN) where the PXE Everywhere Central web service is installed.
Note | ||
---|---|---|
| ||
The http prefix to the URL is case sensitive and must be entered in all lower case letters. |
Debug
DEBUG
Multiexcerpt | ||
---|---|---|
| ||
The debug level. Leave this at
The following two bits will perform centralized logging via SOAP calls to the PXE Central Server:
|
DefaultBlockSize
This value does not have an installer property.
Default TFTP block size. 512 if not specified.
DhcpPort
DHCPPORT
Multiexcerpt | ||
---|---|---|
| ||
The UDP port on which the PXE Everywhere Agent will listen for PXE requests. When manually installing the PXE Everywhere Agent, if the DHCP Snooping option is enabled in the installer UI, the default port is changed from 67 (43 hex) to 2067 (813 hex). If the DHCPPORT installer property is used to specify a port other than 67, the installer UI assumes the DHCP Snooping option is enabled. If DHCP Snooping is being used, then DhcpPort on Agents must be the same value as the AltPxeServerPort on the Responder(s). The default value of AltPxeServerPort is 2067. If a value other than 2067 is specified as a custom port number, you will also need to manually create the AltPxeServerPort (and AltPxeClientPort) registry values on Responders. If DHCP Snooping is not being used, then this port must be 67, and you do not need to install Responders. Do not use the DHCPPORT installer property on Responders, where DhcpPort must always be 67. |
ElectionWaitSecs
ELECTIONWAITSECS
Multiexcerpt | ||
---|---|---|
| ||
Time (in seconds) to wait for responses to the election request before broadcasting the result. Can be any positive integer value above 0. |
ElectionWeight
ELECTIONWEIGHT
Multiexcerpt | ||
---|---|---|
| ||
When set, this manually created registry value determines the likelihood of the machine winning elections, all else being equal. The value must be between 0 and 99 inclusive. The higher the value the the higher the likelihood of winning. If no value is set, a default of 50 is used. |
EncryptionType
USEFIPS
Multiexcerpt | ||
---|---|---|
| ||
Use of FIPS compliant encryption for communications. You must use the same setting on all PXE Everywhere Agents.
|
Flags
This value does not have an installer property.
If set to 1
the DHCP listener adds an ASCII terminator character to the bootfile name in the DHCP acknowledgement message. Some HP machines require this.
Any value other than 1 is treated as default 0.
IgnoreGatewayAddress
This value does not have an installer property.
If set to any value other then 0
the DHCP listener ignores the gateway address.
If not set then assumes default 0
.
IgnoreWireless
This value does not have an installer property.
If set to 1 then PXE Everywhere Agent does not bind on wireless adapters.
Any value other than 1 is treated as default 0.
INSTALLDIR
LogFileName
LOGPATH
Note |
---|
This property only specifies the location of the log file. |
Multiexcerpt | ||
---|---|---|
| ||
The location of the PXE Everywhere Responder log file. The path is created if it does not exist. The logfile name is |
LogFormat
LOGFORMAT
Multiexcerpt | ||
---|---|---|
| ||
Formatting depends on which bits are set:
|
MaxBlockSize
Info |
---|
This value does not have an installer property, but is configurable when deployed using 1E Client Deployment Assistant. Please refer to |
Maximum value for the block size (in bytes). PXE Everywhere uses the system MTU to derive the size of TFTP packets. May require limiting when using VPN tunnels. In most cases, this value should not be altered.
Default is 8192 (8 kbytes).
Note |
---|
The actual block size used for the TFTP protocol is the lesser value of the tftpBlockSize and the MaxBlockSize registry values. The tftpBlockSize value is specified in the CreateBCD.exe utility, and does not have an installer property. |
MaxLogFilesize
MAXLOGFILESIZE
Multiexcerpt | ||
---|---|---|
| ||
Maximum size for the log file in bytes. Once the file reaches the specified size, a copy is made with a Default is 10485760 (10 MBytes). |
Mode
MODE
Multiexcerpt | ||
---|---|---|
| ||
Mode must be one of the following: be 3 – Responder mode |
ReserveSecs
RESERVESECS
Multiexcerpt | ||
---|---|---|
| ||
Time (in seconds) an election result remains active. 60 if not specified or 0 is specified. Can be any positive integer value. |
SessionTimeoutSecs
Timeout for the TFTP listener. 600 if not specified or 0 is specified. Can be any positive integer value.
TftpRoot
TFTPROOT
%ProgramData%\1E\PXEEverywhere\TftpRoot
Multiexcerpt | ||
---|---|---|
| ||
Location for the PXE Everywhere Agent Responder TFTPROOT directory. If you change the location of TFTPROOT, you need to change the location that you copy the additional PXE boot files to. |
...