Ethernet on ‘trick’

Note to self: I’ve disabled my second NIC enp7s0 for now, I can enable it when its cable arrives.

-------------------
Mon Mar 28 16:34:31 [bash:5.0.17 jobs:0 error:0 time:1505]
root@trick:/home/jj5
# cat /etc/netplan/00-installer-config.yaml
# This is the network config written by 'subiquity'
network:
  ethernets:
    enp10s0:
      addresses:
      - 10.3.2.5/16
      gateway4: 10.3.1.1
      nameservers:
        addresses:
        - 10.1.1.113
        search: []
    #enp7s0:
    #  addresses:
    #  - 10.1.2.5/16
    #  nameservers:
    #    addresses: []
    #    search: []
  version: 2

-------------------