Revision 7e348153
Added by David Sorber about 4 years ago
| configs/brutus/01-netcfg.yaml | ||
|---|---|---|
|
# This file describes the network interfaces available on your system
|
||
|
# For more information, see netplan(5).
|
||
|
# This is the network config written by 'subiquity'
|
||
|
network:
|
||
|
version: 2
|
||
|
renderer: networkd
|
||
|
ethernets:
|
||
|
enp4s0:
|
||
|
dhcp4: yes
|
||
|
enp1s0:
|
||
|
dhcp4: true
|
||
|
optional: true
|
||
|
enp1s0d1:
|
||
|
dhcp4: yes
|
||
|
mtu: 9000
|
||
|
dhcp4-overrides:
|
||
|
route-metric: 200
|
||
|
routes:
|
||
|
- to: 192.168.250.0/24
|
||
|
via: 0.0.0.0
|
||
|
metric: 20
|
||
|
dhcp4: true
|
||
|
dhcp4-overrides:
|
||
|
route-metric: 200
|
||
|
enp4s0:
|
||
|
dhcp4: true
|
||
|
dhcp4-overrides:
|
||
|
route-metric: 100
|
||
|
enp5s0:
|
||
|
dhcp4: true
|
||
|
optional: true
|
||
|
version: 2
|
||
Update brutus configs.