The Net Command116 DD400 Series Restorer User GuideEnable DHCPTo set up an Ethernet interface to expect DHCP information, use the net config interfacedhcp yes operation. Changes take effect only after a system reboot. Administrative users only.Note To activate DHCP for an interface when no other interface is using DHCP, the restorer mustbe rebooted.net config interface dhcp yesFor example, to set DHCP for the interface eth0:# net config eth0 dhcp yesTo check the operation, use the net show configuration command. To check that theEthernet connection is live, use the net show hardware command.Disable DHCPTo set an Ethernet interface to not use DHCP, use the net config interface dhcp nooperation. After the operation, you must set an IP address for the interface. All other DHCP settingsfor the interface are retained. Administrative users only.net config interface dhcp noFor example, to disable DHCP for the interface eth0:# net config eth0 dhcp noTo check the operation, use the net show configuration command.Change an Interface NetmaskTo change the netmask used by an Ethernet interface, use the net config interfacenetmask mask operation. Administrative users only.net config interface netmask maskFor example, to set the netmask 255.255.255.0 for the interface eth0:# net config eth0 netmask 255.255.255.0