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; }
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.