|
FireSync API
|
| kStatus kDhcpServer_Start | ( | kDhcpServer | server, |
| kIpAddress | serverIp | ||
| ) |
Starts the DHCP server process.
One have to set pool start address and the size of the pool and DHCP mask before calling this function. The lease time is infinite.
| server | kDhcpServer object. |
| serverIp | IP of the server, must be assigned to one of the NICs in the host system. |