Forrest logo
back to context overview

networkctl

List of commands for networkctl:

  • networkctl:ai:f1f65 Add a new network device with the specified type
    $ networkctl add netdev ${name} type ${type}
    try on your machine
    explain this command
  • networkctl:tldr:252ef networkctl: Show an overall network status.
    $ networkctl status
    try on your machine
    explain this command
  • networkctl:tldr:5a6b0 networkctl: Reload configuration files (.netdev and .network).
    $ networkctl reload
    try on your machine
    explain this command
  • networkctl:tldr:61604 networkctl: Renew dynamic configurations (e.g. IP addresses received from a DHCP server).
    $ networkctl renew ${interface1 interface2 ---}
    try on your machine
    explain this command
  • networkctl:tldr:8caaa networkctl: Bring network devices down.
    $ networkctl down ${interface1 interface2 ---}
    try on your machine
    explain this command
  • networkctl:tldr:a2d7c networkctl: Show a list of existing links and their status.
    $ networkctl list
    try on your machine
    explain this command
  • networkctl:tldr:c0e7c networkctl: Bring network devices up.
    $ networkctl up ${interface1 interface2 ---}
    try on your machine
    explain this command
  • networkctl:tldr:cd474 networkctl: Reconfigure network interfaces (if you edited the config, you need to call `networkctl reload` first).
    $ networkctl reconfigure ${interface1 interface2 ---}
    try on your machine
    explain this command
back to context overview