Revision b9381291
Added by David Sorber about 4 years ago
| configs/phalanx/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:
|
||
|
enp1s0f1:
|
||
|
dhcp4: yes
|
||
|
mtu: 9000
|
||
|
enp1s0f0:
|
||
|
dhcp4: yes
|
||
|
mtu: 9000
|
||
|
routes:
|
||
|
- to: 192.168.250.0/24
|
||
|
via: 0.0.0.0
|
||
|
metric: 20
|
||
|
link-local: [ ipv4 ]
|
||
|
dhcp4: true
|
||
|
dhcp4-overrides:
|
||
|
route-metric: 200
|
||
|
enp1s0f1:
|
||
|
link-local: [ ipv4 ]
|
||
|
dhcp4: false
|
||
|
optional: true
|
||
|
enp4s0:
|
||
|
dhcp4: yes
|
||
|
link-local: [ ipv4 ]
|
||
|
dhcp4: true
|
||
|
dhcp4-overrides:
|
||
|
route-metric: 100
|
||
|
enp5s0:
|
||
|
link-local: [ ipv4 ]
|
||
|
dhcp4: false
|
||
|
optional: true
|
||
|
version: 2
|
||
|
|
||
Long overdue update of phalanx configuration files.