Skip to content

Commit

Permalink
FBLipke: Add Location
Browse files Browse the repository at this point in the history
  • Loading branch information
LipkeGu committed Dec 20, 2024
1 parent b086b7a commit 28d963c
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions locations/fblipke.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
location: fblipke
location_nice: FBLipke - Freifunk Berlin
latitude: 52.484948320
longitude: 13.443380903
altitude: 42
height: 13
contact_name: 'Guido L.'
contact_nickname: 'LipkeGu'
contacts:
- 'contact@fblipke.de'
hosts:
- hostname: fblipke-core
role: corerouter
model: "x86_64"
- hostname: fblipke-ap01
role: ap
model: "ubnt_nanostation_m5_xw"
low_flash: true

# NETWORK:
# IPV4: 10.248.12.0/24

# Used as:

# DHCP: 10.248.12.128/25
# MGMT: 10.248.12.0/26
# MESH: 10.248.12.64/26

ipv6_prefix: "2001:bf7:850:1b00::/56"

networks:
- vid: 20
role: mesh
name: mesh_5g
prefix: 10.248.12.64/32
ipv6_subprefix: -20
mesh_ap: fblipke-ap01
mesh_radio: 11a_standard
mesh_iface: mesh
- vid: 40
role: dhcp
prefix: 10.248.12.128/25
ipv6_subprefix: 0
inbound_filtering: true
enforce_client_isolation: true
assignments:
fblipke-core: 1
- vid: 42
role: mgmt
prefix: 10.248.12.0/26
gateway: 1
ntp: 1
ipv6_subprefix: 1
assignments:
fblipke-core: 1
fblipke-ap01: 2
- vid: 50
role: uplink

- role: tunnel
ifname: ts_wg0
mtu: 1280
prefix: 10.248.12.65/32
wireguard_port: 51820

0 comments on commit 28d963c

Please sign in to comment.