Configuring DHCP Server on Fedora
Configuring DHCP Server on Fedora
Install and Configure DHCP. On this example, it shows only for IPv4 configuration.
dnf -y install dhcp-server |
If Firewalld is running, allow DHCP service. DHCP Server uses [67/UDP].
firewall-cmd --add-service=dhcp |
It's possible to see leased IP address in the file below from DHCP Server to DHCP Clients.
cat /var/lib/dhcpd/dhcpd.leases |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.