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
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:
- '[email protected]'
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
Loading