Skip to content

Commit

Permalink
k12: fix metrics for backup uplink
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Nov 30, 2024
1 parent 1933d57 commit be6d5d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions locations/k12-h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,18 @@ networks:
mtu: 1280
prefix: 10.31.158.224/32
wireguard_port: 51820
# Make sure tunnel is only last resort backup
mesh_metric: 2304
mesh_metric_lqm: ['default 0.6']

- role: tunnel
ifname: ts_wg1
mtu: 1280
prefix: 10.31.158.225/32
wireguard_port: 51821
# Make sure tunnel is only last resort backup
mesh_metric: 2304
mesh_metric_lqm: ['default 0.6']

# AP-id, wifi-channel, bandwidth, txpower
location__channel_assignments_11a_standard__to_merge:
Expand All @@ -186,3 +192,13 @@ dns_servers:
- 1.0.0.1
- 2606:4700:4700::1111
- 2606:4700:4700::1001

# Switch Ports
# 1: uplink
# 2: AP
# 3:
# 4: CORE
# 5: AP
# 6: AP
# 7: k12-h1-core, VLAN 30
# 8: segen

0 comments on commit be6d5d9

Please sign in to comment.