Skip to content

Commit

Permalink
fardf: init location
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Aug 10, 2024
1 parent cad7136 commit 690960b
Showing 1 changed file with 211 additions and 0 deletions.
211 changes: 211 additions & 0 deletions locations/fardf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
---
location: fardf
location_nice: "Finanzamt Reinickendorf, Eichborndamm 208, 13403 Berlin"
latitude: 52.5870976
longitude: 13.324892521
altitude: 75
contact_nickname: 'Perry'
contacts:
- 'isprotejesvalkata [attt] gmail.com'

hosts:

- hostname: fardf-core
role: corerouter
model: "ubnt_unifiac-mesh"
wireless_profile: freifunk_default

snmp_devices:
- hostname: fardf-switch
address: 10.31.54.67
snmp_profile: edgeswitch

- hostname: fardf-bht
address: 10.31.54.98
snmp_profile: airos_8

- hostname: fardf-maerkisches
address: 10.31.54.106
snmp_profile: airos_8

- hostname: fardf-sange
address: 10.31.54.110
snmp_profile: airos_8

- hostname: fardf-nord
address: 10.31.54.114
snmp_profile: airos_8

- hostname: fardf-ost
address: 10.31.54.118
snmp_profile: airos_8

- hostname: fardf-west
address: 10.31.54.122
snmp_profile: airos_8

- hostname: fardf-sued
address: 10.31.54.126
snmp_profile: airos_8

- hostname: fardf-rudi
address: 10.31.104.214
snmp_profile: airos_8

# old prefixes currently registered to fardf:
# Router: 10.31.54.64/26, 10.31.104.212/30
# --DHCP: 10.31.54.64/27
# --MESH: 10.31.54.96/27
# ---101: 10.31.54.96/30 - bht
# ------: 10.31.54.100/30 - 802.11s Mesh (10.31.54.100/32, 10.31.54.101/32, 10.31.54.102/32, 10.31.54.103/32)
# ---103: 10.31.54.104/30 - maerkisches
# ---104: 10.31.54.108/30 - sange
# ---105: 10.31.54.112/30 - nord
# ---106: 10.31.54.116/30 - ost
# ---107: 10.31.54.120/30 - west
# ---108: 10.31.54.124/30 - sued
# ---109: 10.31.104.212/30 - rudi

# new prefixes both registered to fardf-core after full migration:
# Router: 10.248.11.128/26
# 2001:bf7:770:200::/56
# --MGMT: 10.248.11.128/28
# --MESH: 10.248.11.144/28
# --DHCP: 10.248.11.160/27

ipv6_prefix: "2001:bf7:770:200::/56"

networks:
# DHCP
- vid: 10
role: dhcp
prefix: 10.31.54.64/27
ipv6_subprefix: 0
untagged: true
inbound_filtering: false
enforce_client_isolation: false
# This reflects the current IP configuration
gateway: 2
dns: 2
assignments:
fardf-core: 2 # 10.31.54.66 - current core ip
fardf-switch: 3 # 10.31.54.67

# MESH - 5 GHz 802.11s
- vid: 20
role: mesh
name: mesh_5g
prefix: 10.31.54.100/32
ipv6_subprefix: -20
mesh_ap: fardf-core
mesh_radio: 11a_standard
mesh_iface: mesh

# MESH - 2.4 GHz 802.11s
- vid: 21
role: mesh
name: mesh_2g
prefix: 10.31.54.101/32
ipv6_subprefix: -21
mesh_ap: fardf-core
mesh_radio: 11g_standard
mesh_iface: mesh

# MGMT
- vid: 42
role: mgmt
prefix: 10.248.11.128/28
gateway: 1
dns: 1
ipv6_subprefix: 1
assignments:
fardf-core: 1 # 10.248.11.129
fardf-switch: 2 # 10.248.11.130
fardf-bht: 3 # 10.248.11.131
fardf-maerkisches: 4 # 10.248.11.132
fardf-sange: 5 # 10.248.11.133
fardf-nord: 6 # 10.248.11.134
fardf-ost: 7 # 10.248.11.135
fardf-sued: 8 # 10.248.11.136
fardf-west: 9 # 10.248.11.137
fardf-rudi: 10 # 10.248.11.138

# Mesh bht
- vid: 101
role: mesh
name: mesh_bht
prefix: 10.31.54.96/30
ipv6_subprefix: -1
assignments:
fardf-core: 1 # 10.31.54.97
fardf-bht: 2 # 10.31.54.98

# Mesh Märkisches Viertel
- vid: 103
role: mesh
name: mesh_maerk
prefix: 10.31.54.104/30
ipv6_subprefix: -3
assignments:
fardf-core: 1 # 10.31.54.105
fardf-maerkisches: 2 # 10.31.54.106

# Mesh Sange
- vid: 104
role: mesh
name: mesh_sange
prefix: 10.31.54.108/30
ipv6_subprefix: -4
assignments:
fardf-core: 1 # 10.31.54.109
fardf-sange: 2 # 10.31.54.110

# Mesh Nord
- vid: 105
role: mesh
name: mesh_nord
prefix: 10.31.54.112/30
ipv6_subprefix: -5
assignments:
fardf-core: 1 # 10.31.54.113
fardf-nord: 2 # 10.31.54.114

# Mesh Ost
- vid: 106
role: mesh
name: mesh_ost
prefix: 10.31.54.116/30
ipv6_subprefix: -6
assignments:
fardf-core: 1 # 10.31.54.117
fardf-ost: 2 # 10.31.54.118

# Mesh West
- vid: 107
role: mesh
name: mesh_west
prefix: 10.31.54.120/30
ipv6_subprefix: -7
assignments:
fardf-core: 1 # 10.31.54.121
fardf-west: 2 # 10.31.54.122

# Mesh Sued
- vid: 108
role: mesh
name: mesh_sued
prefix: 10.31.54.124/30
ipv6_subprefix: -8
assignments:
fardf-core: 1 # 10.31.54.125
fardf-sued: 2 # 10.31.54.126

# Mesh Rudi
- vid: 109
role: mesh
name: mesh_rudi
prefix: 10.31.104.212/30
ipv6_subprefix: -9
assignments:
fardf-core: 1 # 10.31.104.213
fardf-rudi: 2 # 10.31.104.214

0 comments on commit 690960b

Please sign in to comment.