Forrest logo
back to context overview

dhclient

List of commands for dhclient:

  • dhclient:tldr:2262f dhclient: Get an IP address for the `eth0` interface.
    $ sudo dhclient ${eth0}
    try on your machine
    explain this command
  • dhclient:tldr:ff08f dhclient: Release an IP address for the `eth0` interface.
    $ sudo dhclient -r ${eth0}
    try on your machine
    explain this command
back to context overview