Files
oam/knowledge base/dhcpcd.md

402 B

dhcpcd

  1. TL;DR

TL;DR

Usage
# Start on specific interfaces.
dhcpcd 'eth0'

# Release the current IP address.
dhcpcd -k 'eth0'
dhcpcd --release 'eth0'

# Stop
dhcpcd -x
dhcpcd --exit