IBM Heritage Network Router User Manual


 
Herita
g
e Series ADSL Brid
g
e/ Router
4-7
Advanced Confi
g
urations
% Use 255.255.255.0 as subnet mask for all clients in 10.0.0.0 subnet
subnet 10.0.0.0 netmask 255.255.255.0 {
% Range of dynamic IP addresses (change only the last digit)
range 10.0.0.2 10.0.0.5;
% If client does not request a specific lease time allocate 3600
% seconds
% (change as required)
default-lease-time 3600;
% If client requests specific expiration time, allocate 7200
% seconds
%(change as required)
max-lease-time 7200;
% Set clients default gateway to this (do not change)
option routers 10.0.0.1;
% Set clients primary/secondary DNS as these (change as required)
option domain-name-servers 206.13.28.12, 206.13.31.12;
% Set clients domain name as this (change as required)
option domain-name "pacbell.net";
}
% Use 255.255.255.248 as subnet mask for the IP addr 63.193.197.114
% Define subnet for the IP address used by NAT (change as needed)
subnet 63.193.197.114 netmask 255.255.255.248 {
}
The basic procedure to change the default setting is that you have to delete
the existing configuration and reentering new configuration.
> home
> dhcpserver config
(displays the current DHCP server configuration)
> dhcpserver config flush
(deletes current DHCP server settings)
> dhcpserver config confirm
(confirm the previous action)
> config save
(save the new configuration)
> dhcpserver config
(displays the current DHCP server configuration. Should be empty.)
Now add the new settings for DHCP server.