Skip to content

Commit

Permalink
j41: additional antenna
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki authored and robertfoss committed Oct 21, 2024
1 parent 664adc4 commit 2cde9ec
Showing 1 changed file with 36 additions and 16 deletions.
52 changes: 36 additions & 16 deletions locations/j41.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
location: j41
location_nice: Jessnerstraße 41
location_nice: Jessnerstraße 41, 10247 Berlin
latitude: 52.51047588
longitude: 13.47179912
altitude: 58
Expand All @@ -12,12 +12,16 @@ hosts:
model: "avm_fritzbox-7530"
wireless_profile: freifunk_default

- hostname: j41-nw-5ghz
role: ap
model: "ubnt_bullet-m5-ar7241"

snmp_devices:
- hostname: j41-switch
address: 10.31.41.2
snmp_profile: edgeswitch

- hostname: j41-f2a
- hostname: j41-spitta13
address: 10.31.41.3
snmp_profile: airos_6

Expand All @@ -34,21 +38,44 @@ ipv6_prefix: "2001:bf7:830:bd00::/56"
# --DHCP: 10.31.41.128/25

networks:
# MESH - Spitta13
- vid: 10
role: mesh
name: mesh_f2a
name: mesh_spitta13
prefix: 10.31.41.66/32
ipv6_subprefix: -10
mesh_metric: 1024
mesh_metric_lqm: ['default 0.3']
ptp: true

# MESH - Zwingli
- vid: 11
role: mesh
name: mesh_zwingli
prefix: 10.31.41.67/32
ipv6_subprefix: -11

# MESH - 5 GHz 802.11s
- vid: 20
role: mesh
name: mesh_11s_nw
prefix: 10.31.41.68/32
ipv6_subprefix: -20
mesh_ap: j41-nw-5ghz
mesh_radio: 11a_standard
mesh_iface: mesh
mesh_metric: 1024
mesh_metric_lqm: ['default 0.3']

# DHCP with filtering and isolation
- vid: 40
role: dhcp
prefix: 10.31.41.128/25
ipv6_subprefix: 0
inbound_filtering: true
enforce_client_isolation: true
assignments:
j41-core: 1

# MGMT
- vid: 42
role: mgmt
prefix: 10.31.41.0/27
Expand All @@ -58,20 +85,13 @@ networks:
assignments:
j41-core: 1
j41-switch: 2
j41-f2a: 3
j41-spitta13: 3
j41-zwingli: 4

- vid: 40
role: dhcp
prefix: 10.31.41.128/25
ipv6_subprefix: 0
inbound_filtering: true
enforce_client_isolation: true
assignments:
j41-core: 1
j41-nw-5ghz: 5

location__channel_assignments_11g_standard__to_merge:
j41-core: 13-20

location__channel_assignments_11a_standard__to_merge:
j41-core: 36-40
j41-core: 44-40
j41-nw-5ghz: 36-40

0 comments on commit 2cde9ec

Please sign in to comment.