
48 | Advanced Configurations |
>dhcpserver config add subnet 10.0.0.0 netmask 255.255.255.0 { range 10.0.0.A 10.0.0.B;
>dhcpserver config add subnet aaa.bbb.ccc.ddd netmask
eee.fff.ggg.hhh { } ↵
(aaa.bbb.ccc.ddd is the static IP address assigned by your service provider for the PC, eee.fff.ggg.hhh is the subnet mask assigned by your service provider to PC)
>dhcpserver config confirm ↵ (confirm the new configuration)
>config save ↵
(save the new configuration)
>restart ↵
(after restart new configuration will take effect)