DHCP : Configure DHCP Client : Fedora2025/11/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 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 menu and open [Network Connections], select [Network and Internet] in the right pane of the screen below, and click [Ethernet] in the left pane. |
|
| [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 |
|
|