Creating an Ubuntu 18.04 Server Foreman

Revision as of 17:11, 18 August 2019 by Bpopp (talk | contribs) (Created page with "Install Create a netplan in /etc/netplans (note that because it's YAML, indentation is important) <pre> network: version: 2 renderer: networkd ethernets: ens160: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install

Create a netplan in /etc/netplans (note that because it's YAML, indentation is important)

network:
  version: 2
  renderer: networkd
  ethernets:
    ens160:
      dhcp4: true