DHCP : Configure DHCP Client (Debian)2019/07/16 |
Configure DHCP Client. DHCP Client uses 68/UDP.
|
|
[1] | On Debian client, Configure like follows to get IP address from DHCP server. The interface name [ens2] is different on each environment, replace to your own one. |
root@dlp:~#
vi /etc/network/interfaces # line 12: change iface ens3 inet dhcp
systemctl restart ifup@ens2 |
Configure DHCP Client (Windows)
|
It's the example for configuring on Windows 10 Client.
|
[2] | Open network settings and select [internet protocol] and click [Properties] button. |
[3] | Check boxes like follows, then IP address is re-configured automatically. |
[4] | See the network status. Automatical configuration is done. |