Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FBLipke: Add Location #1145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions locations/fblipke.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
location: fblipke
location_nice: Blumberger Damm 305, 12687 Berlin
latitude: 52.557725
longitude: 13.57437
altitude: 42
height: 13
contact_name: 'Guido L.'
contact_nickname: 'LipkeGu'
contacts:
- 'contact@fblipke.de'
- '@lipkegu:matrix.org'
hosts:
- hostname: fblipke-core
role: corerouter
model: "x86_64"
- hostname: fblipke-ap01
role: ap
model: "ubnt_nanostation_m5_xw"
low_flash: true

# 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
fblipke-ap01: 2
- vid: 51
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
Loading