Ubuntu 14.04
Sponsored Link

Configure DHCP Client - Ubuntu2014/04/19

 
Configure DHCP Client. DHCP Client uses 68/UDP.
[1] It's the example for configuring Ubuntu Client.
root@dlp:~#
vi /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
# change to dhcp

iface eth0 inet
dhcp

root@dlp:~#
ifdown eth0 && ifup eth0


Configure DHCP Client - Windows
 
It's the example for configuring on Windows 10 Client.
[2] Open network settings and select "internet protocol" and click "property" button.
[3] Check boxes like below, then IP address is re-configured automatically.
[4] See the network status. Automatical configuration is done.
Matched Content