Skip to content

Commit

Permalink
Document main server's weird NIC config
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Mar 12, 2024
1 parent f9c9abc commit bc85cfa
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/supermicro1-netplan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
network:
version: 2
renderer: networkd
ethernets:
enp0s20f2:
addresses:
- 10.200.10.123/24
dhcp4: no
routes:
- to: default
via: 10.200.10.1
nameservers:
search: []
addresses: [10.200.10.1]

# we trunk the main members vlan here to enable home assistant mdns
vlans:
vlan.201:
id: 201
link: enp0s20f2
routes:
- to: 224.0.0.251/32
via: 10.200.1.123
addresses: [10.200.1.123/24]

0 comments on commit bc85cfa

Please sign in to comment.