root/configs/phalanx/01-netcfg.yaml @ b9f341b6
| 1a887ea3 | David Sorber | # This file describes the network interfaces available on your system
|
|
# For more information, see netplan(5).
|
|||
network:
|
|||
version: 2
|
|||
renderer: networkd
|
|||
ethernets:
|
|||
enp1s0f1:
|
|||
dhcp4: yes
|
|||
mtu: 9000
|
|||
enp1s0f0:
|
|||
dhcp4: yes
|
|||
mtu: 9000
|
|||
routes:
|
|||
- to: 192.168.250.0/24
|
|||
via: 0.0.0.0
|
|||
metric: 20
|
|||
enp4s0:
|
|||
dhcp4: yes
|