The NetBurner DHCP Server Group
◆ AddStandardDHCPServer()
bool AddStandardDHCPServer |
( |
int |
intf = 0 , |
|
|
IPADDR4 |
startAddr = IPADDR4::NullIP() |
|
) |
| |
Starts a standard allocator DHCP server.
Also checks for existing DHCP servers on the specified network interface.
- Parameters
-
intf | The interface to use. If no parameter is specified the default value is 0 which will use the first system interface. |
startAddr | The starting IP address. If no parameter is specfied the default range of 192.168.1.100 to 192.168.1.249 will be used. |
- Return values
-
true | Success |
false | A server already exists or error starting the server |