Configure the DHCP server using the Web-based Manager:
1. In the Web-based Manager, go to System > Network > DHCP
Server.
2. Select Internal.
3. For Mode select Server and check Enable.
4. For Type select Regular and enter the following information:
IP Range: 192.168.1.110 to 192.168.1.210.
Network Mask: 255.255.255.0
Default Gateway: 192.168.1.99
5. Select Use System DNS Setting.
6. Select OK.
Configure the DHCP server using the CLI:
Enter the following commands in the CLI:
cong system dhcp server
edit 1
set default-gateway 192.168.1.99
set dns-service default
set interface “internal”
cong ip-range
edit 1
set end-ip 192.168.1.210
set start-ip 192.168.1.110
next
end
set netmask 255.255.255.0
next
end