# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
    enp4s0:
        dhcp4: yes
    enp1s0d1:
        dhcp4: yes
        mtu: 9000
        dhcp4-overrides:
            route-metric: 200
        routes:
           - to: 192.168.250.0/24
             via: 0.0.0.0
             metric: 20
