Network Connections
23.5 Dynamic Host Configuration Protocol (DHCP) ServerProtocol (DHCP) Server
23.5.1 General Entries
dev/<name>/dhcps/enabled
Description Indicates whether a DHCP server is enabled on this device.
Relevant to DHCPS, DHCPR Type boolean
Default Value
dev/<name>/dhcps/lease_time
Description The duration of time in seconds the device is allowed connection to the gateway with its currently issued lease.
Relevant to DHCPS, DNS Type unsigned long Default Value
dev/<name>/dhcps/start_ip
Description The IP address from which the gateway starts issuing addresses.
Relevant to DHCPS Type ip
Default Value
dev/<name>/dhcps/end_ip
Description The ending IP of the lease IP range used to issue addresses.
Relevant to DHCPS Type ip
Default Value
dev/<name>/dhcps/time_offset
Description The default value for time offset.
Relevant to DHCPS Type integer
Network Connections
dev/<name>/dhcps/ttl
Description The default value for time-to-live (TTL) option.
Relevant to DHCPS Type integer
Default Value
dev/<name>/dhcps/mtu
Description The default MTU value.
Relevant to DHCPS Type integer
Default Value
dev/<name>/dhcps/vendor_specific
Description The value for vendor-specific information. Change this entry in the factory settings to comply with your device. Refer to the 'Changing the Factory Settings' section of the Programmer's Guide.
Relevant to DHCPS Type text[513]
Default Value
dev/<name>/dhcps/dns_servers/%
Description The list of DNS server IP addresses that are given in a lease. You may use an external DNS, either on the LAN or on the WAN, rather than OpenRG's DNS. In this case, provide the IP address of the DNS, which will now be provided with every DHCP lease that OpenRG provides.
Relevant to DHCPS Type ip
Default Value
dev/<name>/dhcps/routers/%
Description List of router IP addresses that are given in a lease. If empty, device IP is used.
Network Connections
dev/<name>/dhcps/domain_name
Description Domain name that is given in a lease. If empty, OpenRG's domain name is used.
Relevant to DHCPS Type text
Default Value
dev/<name>/dhcps/wins_server/0/ip
Description The Windows Internet Naming Service (WINS) Server IP that is given in a lease.
Relevant to DHCPS Type ip
Default Value
dev/<name>/dhcps/syslog_servers/%
Description List of syslog server IPs that are given in a lease.
Relevant to DHCPS Type ip
Default Value 0.0.0.0
dev/<name>/dhcps/router/%
Description List of IPs of routers that are given in a lease.
Relevant to DHCPS, DNS Type boolean
Default Value
dev/<name>/dhcps/create_hostname
Description Determines whether the gateway should automatically assign network PCs with a host name, in case a host name is not provided by the user.
Relevant to DHCPS, DNS Type boolean
Default Value
Network Connections
dev/<name>/dhcps/ip_auto_detect/disabled
Description Disable automatic IP detection on this device.
Relevant to DHCPS Type boolean Default Value 0
23.5.2 Lease
dev/<name>/dhcps/lease/%/ip Description A single lease IP address.
Relevant to DHCPS, DNS Type ip
Default Value
dev/<name>/dhcps/lease/%/hostname Description A single lease host name.
Relevant to DHCPS, DNS Type host
Default Value
dev/<name>/dhcps/lease/%/start_time
Description Starting time of the lease, relative to the system boot.
Relevant to DHCPS, DNS Type time_t
Default Value
dev/<name>/dhcps/lease/%/end_time
Description Expiration time of the lease, relative to system boot.
Network Connections
dev/<name>/dhcps/lease/%/hardware_mac
Description MAC address of a static/dynamic DHCP lease. Change this entry in the factory settings to comply with your device. Refer to the 'Changing the Factory Settings' section of the Programmer's Guide.
Relevant to DHCPS, DNS Type mac
Default Value
dev/<name>/dhcps/lease/%/is_ms_null_terminated
Description Indicates whether the client requires all string data to be NULL-terminated (Microsoft).
Relevant to DHCPS Type boolean Default Value
dev/<name>/dhcps/lease/%/is_ever_acked
Description Indicates whether this lease has been acknowledged (ACK) sometime in its lifetime.
Relevant to DHCPS Type boolean Default Value
dev/<name>/dhcps/lease/%/is_abandoned
Description Indicates whether this lease has been dropped, either by a client or by the server.
Relevant to DHCPS Type boolean Default Value
Network Connections
dev/<name>/dhcps/lease/%/is_dynamic
Description Indicates whether this DHCP lease is dynamic (automatically retrieved from the server) or static (manually entered by MGT).
Relevant to DHCPS, DNS Type boolean
Default Value
dev/<name>/dhcps/lease/%/visible_to_dns
Description Indicates whether this lease is included in the DNS entries list.
Relevant to DNS, WBM Type boolean
Default Value
dev/<name>/dhcps/lease/%/uid
Description The unique ID of the lease client - null-terminated string of hexadecimal characters.
Relevant to DHCPS Type text[513]
Default Value
dev/<name>/dhcps/lease/%/stability
Description Status of negotiation with the client for this lease.
Relevant to DHCPS, DNS, WBM Type enum dhcps_lease_stable_t DHCPS_LEASE_STABLE_NO = 0,
DHCPS_LEASE_STABLE_OFFERED = 1, DHCPS_LEASE_STABLE_ACKED = 2 Default Value
dev/<name>/dhcps/lease/%/valid_time
Description Indicates whether the lease has not expired.
Network Connections
dev/<name>/dhcps/lease/%/vendor_id
Description The class ID of the lease vendor, written as a null-terminated string of
hexadecimal characters. Change this entry in the factory settings to comply with your device.
Refer to the 'Changing the Factory Settings' section of the Programmer's Guide.
Relevant to DHCPS Type text[513]
Default Value
dev/<name>/dhcps/lease/%/is_hostname_fixed
Description Indicates whether the host name was overridden by a WBM user.
Relevant to DHCPS, WBM, DNS Type boolean
Default Value
dev/<name>/dhcps/lease/%/is_detected
Description Indicates whether this lease represents an automatically-detected host.
Relevant to DHCPS Type boolean Default Value
dev/<name>/dhcps/lease/%/dev
Description Device that the client which received the lease is physically connected Relevant to DHCPS
Type string Default Value
dev/<name>/dhcps/lease/%/user_class_id
Description Contains a validated hex-bin buffer received via option-77.
Relevant to DHCPS, TR-098 Type string
Default Value
Network Connections
dev/<name>/dhcps/lease/%/dslforum_enterprise_data/vendor_oui Description Option 125/DSLFORUM Enterprise option "VendorOUI"
Relevant to DHCPS, TR-111 Type string
Default Value
dev/<name>/dhcps/lease/%/dslforum_enterprise_data/serial_num Description Option 125/DSLFORUM Enterprise option "SerialNumber"
Relevant to DHCPS, TR-111 Type string
Default Value
dev/<name>/dhcps/lease/%/dslforum_enterprise_data/product_class Description Option 125/DSLFORUM Enterprise option "ProductClass"
Relevant to DHCPS, TR-111 Type string
Default Value
dev/<name>/dhcps/lease/%/dslforum_enterprise_data/manageable_dev_index Description Identifies the host represented by the lease for TR-111
Relevant to DHCPS, TR-111 Type int
Default Value
internal/dhcps/manageable_dev_index
Description The value of the last allocated manageable_dev_index Relevant to DHCPS, TR-111
Type int Default Value
Network Connections
dev/<name>/dhcps/lease/%/user_class_id
Description Contains a validated hex-bin buffer received via option-77.
Relevant to DHCPS, TR-098 Type string
Default Value
dev/<name>/dhcps/lease/%/history/%/time
Description Displays a time of one of the last five DHCP events taken place on a host.
This entry is stored in rg_conf_ram.
Relevant to DHCPS Type int
Default Value
dev/<name>/dhcps/lease/%/history/%/event
Description Displays one of the last five DHCP events taken place on a host. An event can be: acked, released or expired. This entry is stored in rg_conf_ram.
Relevant to DHCPS Type string
Default Value