Heritage Series ADSL Bridge/ Router
4-7
Advanced Configurations
% 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.
Содержание Bridge/ Heritage
Страница 1: ...Heritage Series ADSL Bridge Router Heritage Series Multi Mode xDSL Router User s Manual Dec 2003 ...
Страница 15: ...1 10 Introduction ...
Страница 31: ...2 16 Installing and Configuring your xDSL Router ...
Страница 43: ...3 12 Basic Configurations ...
Страница 58: ...Heritage Series ADSL Bridge Router 4 13 Advanced Configurations pptp bind none config save restart ...
Страница 59: ...4 14 Advanced Configurations ...
Страница 63: ...5 4 Managing the xDSL Router ...
Страница 65: ...6 2 xDSL Link Performance Statistics ...
Страница 123: ...7 58 Command Sets for Command Line Interface ...
Страница 141: ...8 18 DHCP Server Operation ...
Страница 149: ...9 8 DHCP Client Configuration ...