DHCP : Configure DHCP Client : Fedora2023/04/24 |
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 up enp1s0
|
DHCP : Configure DHCP Client : Windows
|
Configure DHCP Client on Windows computer. This example is based on Windows 11.
|
[2] | Right-click the start button and open the [Network connection], and then click the [Properties]. |
[3] | That's OK if [IP assignment] is [DHCP]. If not, click the [Edit] button. |
[4] | If clicked [Edit] button on previous section, following window is shown. Select [Automatic (DHCP)] and save. |
[5] | Confirm the Network connection status, that's OK if IP is assigned. |
Sponsored Link |