View current configuration changes
Digi TransPort User Guide
114
View current configuration changes
To view the current configuration settings, enter the following command:
config c show
Save changes
To save changes made to the router, enter the following command:
config 0 save
Configure network settings
To configure the router with an IP address as part of an existing network, use the commands
below.
Note
The DHCP server will still operate unless it is disabled.
1. Set the IP address of Eth 0:
eth 0 ipaddr xxx.xxx.xx.xxx
2. Set the subnet mask for Eth 0:
eth 0 mask xxx.xxx.xx.xxx
For example, to assi
gn the IP address
192.168.10.254/24
, enter the following commands
would be entered:
eth 0 ipaddr 192.168.10.254
eth 0 mask 255.255.255.0
Note
When setting the mask in the above example to
255.255.255.0
, the mask’s value will not
be displayed in the output of the
config c show
command, as
255.255.255.0
is a default
value.
3.
To stop the DHCP server from serving addresses, use the following command:
dhcp 0 ipmin x
This command removes the minimum IP address that will be server via DHCP, disabling the
DHCP server. For example, to stop the DHCP sever from DHCP requests, enter the command.
Note that the variable
!
is used to remove a value or set it back to its default.
dhcp 0 ipmin !
4.
To retain the DHCP server, but on a different subnet,
set the minimum IP address to assign,
that is, the start of the DHCP pool:
dhcp 0 ipmin x.x.x.x
5. Set the number of IP addresses in the DHCP pool:
dhcp 0 iprange