Configure a dynamic network

Enable DHCP to configure a dynamic network.
  • To activate the DHCP service for the LAN, locate the corresponding network interface and set the
    DhcpEnabled
    property.
    foreach (var networkInterface in systemNode.NetworkInterfaces) { if (networkInterface.InterfaceName == "
    LAN
    ") networkInterface.DhcpEnabled = true; }
Fornire un feedback
Hai domande o feedback su questa documentazione? invia il tuo feedback qui.