Skip to content

Commit

Permalink
simeon: swap core router, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Dec 10, 2024
1 parent f767ebf commit 9c51e76
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions locations/simeon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ hosts:

- hostname: simeon-core
role: corerouter
model: "avm_fritzbox-7530"
wireless_profile: freifunk_default
model: "ubnt_edgerouter-x"
poe_on: []
openwrt_version: 24.10-SNAPSHOT
log_size: 1024


snmp_devices:

- hostname: simeon-switch
address: 10.31.104.130
snmp_profile: edgeswitch

- hostname: simeon-mgh
address: 10.31.104.131
snmp_profile: airos_8
Expand Down Expand Up @@ -55,31 +62,30 @@ networks:
role: mesh
name: mesh_mgh
prefix: 10.31.51.136/32
ipv6_subprefix: -1
ipv6_subprefix: -10

- vid: 11
role: mesh
name: mesh_nord
prefix: 10.31.51.137/32
ipv6_subprefix: -2
ipv6_subprefix: -11

- vid: 12
role: mesh
name: mesh_emma
prefix: 10.31.51.138/32
ipv6_subprefix: -3
ipv6_subprefix: -12

- vid: 13
role: mesh
name: mesh_rhx
name: mesh_rhxb
prefix: 10.31.51.139/32
ipv6_subprefix: -4
ipv6_subprefix: -13

- vid: 40
role: dhcp
prefix: 10.31.104.0/25
ipv6_subprefix: 0
untagged: true
inbound_filtering: true
enforce_client_isolation: true
assignments:
Expand All @@ -93,8 +99,8 @@ networks:
ipv6_subprefix: 1
assignments:
simeon-core: 1
simeon-poe-switch: 2
simeon-switch: 2
simeon-mgh: 3
simeon-nord: 4
simeon-emma: 5
simeon-rhx: 6
simeon-rhxb: 6

0 comments on commit 9c51e76

Please sign in to comment.