Skip to content

Commit

Permalink
FBLipke: Add Location
Browse files Browse the repository at this point in the history
  • Loading branch information
LipkeGu committed Jan 7, 2025
1 parent b58fd4d commit bd78821
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions locations/fblipke.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
---
location: fblipke
location_nice: Marzahn - Blumberger Damm 305
latitude: 52.557725
longitude: 13.57437
altitude: 42
height: 13
contact_name: 'Guido L.'
contact_nickname: 'LipkeGu'
contacts:
- '[email protected]'
- '@lipkegu:matrix.org'
hosts:
# Proxmox VM (QEMU)
- hostname: fblipke-core
role: corerouter
model: "x86_64_bcrmfmac"
host__packages__to_merge:
- "nano qemu-ga"
wireless_profile: fblipke

# NSM5
- hostname: fblipke-ap01
role: ap
model: "ubnt_nanostation_m5_xw"

# NETWRORKS:
# Assigned: 10.248.12.0/24; 2001:bf7:850:1b00::/56

# 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"

dhcp_no_ping: false

networks:
- vid: 53
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: 52
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
dns: 1
ipv6_subprefix: 1
assignments:
fblipke-core: 1 # QEMU - 10.248.12.1
fblipke-ap01: 2 # NSM5 - 10.248.12.2

- vid: 40 # WIFI (Private)
role: ext
name: lan40
no_corerouter_dns_record: true
enforce_client_isolation: false

- vid: 101
role: uplink

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

- role: tunnel
ifname: ts_wg1
mtu: 1280
prefix: 10.248.12.66/32
wireguard_port: 51821

location__wireless_profiles__to_merge:
- name: fblipke
ifaces:
- mode: ap
ssid: berlin.freifunk.net
encryption: none
network: dhcp
radio: 11g_standard
ifname_hint: ff

- mode: ap
ssid: Lipke-Intern
encryption: none
network: lan40
radio: 11g_standard
ifname_hint: pr

- mode: mesh
mesh_id: Mesh-Freifunk-Berlin
radio: 11g_standard
mcast_rate: 12000
mesh_fwding: 0
ifname_hint: mesh

# SSH Keys
ssh_keys:
- comment: LipkeGu
key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWGGDLV9yGbOMicyi+ilmha7ZvKoOtD7PxSkqFLMtzg4KFBLAnss+SxBsKaonDOdeup5f12Jo1Y0ltn63ePmyK11ZORps4+Kl7AdBX3dPxgRt9L2vrtBIf+woq7/UO8GqoCczrYjpzxdYoTgCT24dl6ue6GAEr0a5fIo/KRdEnGzG1htxY2f8YI1PcPrQIxYGvI4krEWnRkNzsjBjnvCux+q+tM/xIVXmODUHd2nNvGi2LroKoXiWGU/NoQ4mjksw26pFLQIJwXwsbadlr+0qSZ55snx6KNvqXwtASg3jmWiPQ5/Va5WT+dF5s7tykExtgz7uIxRPPhf7+OkDmlrAQJofaCd3poNxy3iC7Nih462QKjg0iBiD/nNX1Ditp5bTeJ9waciHBeb57PRzZkIpI9HlwIk4//n/XJ6ML/ErdM+GtjAzKjGzuhPCNPzo0qTpRNEyIABVjHxS3wsaqU8ifQ+6ZcH/NRqv9OIdOAlpApeHv0yU2uwwlO/ZzvJbQ+6s= LipkeGu

0 comments on commit bd78821

Please sign in to comment.