Digi TX54 User Manual page 279

Hide thumbs Also See for TX54:
Table of Contents

Advertisement

Hotspot
1. Log into the TX54 command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to access the Admin CLI.
2. At the command line, type config to enter configuration mode:
> config
(config)>
3. Change the default hotspot IP address and subnet mask:
(config)> network hotspot hotspot ipv4 address ip_address/mask
(config)>
4. (Optional) Change the default DHCP server configuration.
Note
The hotspot DHCP server is automatically enabled and cannot be disabled.
a. Set the amount of time that a client DHCP lease is valid:
(config)> network hotspot hotspot ipv4 address dhcp_server lease_time
value
(config)>
where value is any number of weeks, days, hours, minutes, or seconds, and takes the
format number{w|d|h|m|s}.
For example, to set lease_time to ten minutes, enter either 10m or 600s:
(config)> network hotspot hotspot ipv4 dhcp_server lease_time 600s
(config)>
The default is 10 minutes.
b. Set the lowest IP address in the range to assign to hotspot clients. This value represents
the low order byte of the IP address, and is combined with the subnet of the hotspot's
static IP address.
(config)> network hotspot hotspot ipv4 address dhcp_server lease_start
value
(config)>
where value is any integer between 1 and 254. The default is 100.
c. Set the highest IP address in the range to assign to hotspot clients. This value represents
the low order byte of the IP address, and is combined with the subnet of the hotspot's
static IP address.
(config)> network hotspot hotspot ipv4 address dhcp_server lease_end
value
(config)>
where value is any integer between 1 and 254. The default is 250.
TX54 User Guide
Hotspot configuration
279

Advertisement

Table of Contents
loading

Table of Contents