DHCP : Configure DHCP Client : Fedora2020/05/03 |
Configure DHCP Client to get IP address from DHCP Server in local network.
|
|
[1] | For Fedora Clients, Configure like follows. (Replace [enp1s0] to your own device name) |
# install DHCP client if not installed (generally installed by default) [root@client ~]# dnf -y install dhcp-client nmcli connection modify enp1s0 ipv4.method auto [root@client ~]# nmcli connection down enp1s0; nmcli connection up enp1s0
|
DHCP : Configure DHCP Client : Windows
|
Configure DHCP Client on Windows computer. This example is based on Windows 10.
|
[2] | Open [Network and Sharing Center] settings section and Click the network device to open settings and select [Internet Protocol version 4] and click [Properties] button. |
[3] | Check boxes like follows, then IP address is re-configured automatically. |
[4] | Make sure network status IP address has been assigned or not. |
Sponsored Link |