Difference between revisions of "Dynamic Host Configuration Protocol (DHCP)"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
− | *Static vs dynamic IP addressing | + | * Static vs dynamic IP addressing |
− | *Reservations | + | * Reservations |
− | *Scopes | + | * Scopes |
− | *Leases | + | * Leases |
− | *Options (DNS servers, suffixes) | + | * Options (DNS servers, suffixes) |
− | *IP helper/DHCP relay | + | * IP helper/DHCP relay |
Available DHCP Servers: | Available DHCP Servers: | ||
* [[ISC-DHCP (DHCP) Configuration]] | * [[ISC-DHCP (DHCP) Configuration]] | ||
* [[Cisco IOS]] dhcp server | * [[Cisco IOS]] dhcp server | ||
+ | |||
+ | |||
+ | dhclient -r INTERFACE | ||
+ | dhclient -r INTERFACE -v (verbose) | ||
+ | |||
+ | |||
+ | Related files: | ||
+ | * <code>/etc/dhcp/dhclient.conf</code> | ||
+ | |||
+ | |||
+ | |||
+ | * [[Renew DHCP address in your macOS from command line]] | ||
Revision as of 11:29, 8 June 2020
The Dynamic Host Configuration Protocol (DHCP) is a network management protocol used on UDP/IP networks whereby a DHCP server dynamically assigns an IP address and other network configuration parameters to each device/computer on a network.
- Static vs dynamic IP addressing
- Reservations
- Scopes
- Leases
- Options (DNS servers, suffixes)
- IP helper/DHCP relay
Available DHCP Servers:
- ISC-DHCP (DHCP) Configuration
- Cisco IOS dhcp server
dhclient -r INTERFACE dhclient -r INTERFACE -v (verbose)
Related files:
/etc/dhcp/dhclient.conf
Activities
- Configure a DHCP server for your network using
isc-dhcp-server
package - Cisco IOS DHCP Server configuration
Advertising: