Skip to content

Commit

Permalink
suedblock: new IPs with real mgmt network
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls authored and Noki committed Aug 30, 2024
1 parent 3d999a0 commit eb937e2
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions locations/suedblock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ location_nice: Suedblock
latitude: 52.498599118
longitude: 13.416844010
altitude: 33
contact_nickname: '365ff'
contact_nickname: Stadtfunk gGmbH
contacts:
- '365ff [ät] systemli [dot] org'
- [email protected]

location__ssh_keys__to_merge:
- comment: narfpeng
Expand All @@ -19,14 +19,19 @@ hosts:
model: "cudy_x6-v1"
wireless_profile: freifunk_default
dhcp_no_ping: false
openwrt_version: snapshot

# 10.248.13.0/24
# 10.248.13.0/29 - mgmt
# 10.248.13.8/29 - mesh
# 10.248.13.128/25 - dhcp
ipv6_prefix: "2001:bf7:830:b100::/56"

networks:

- vid: 42
role: mgmt
prefix: 10.31.15.196/32
prefix: 10.248.13.0/29
gateway: 1
dns: 1
ipv6_subprefix: 1
Expand All @@ -35,7 +40,7 @@ networks:

- vid: 40
role: dhcp
prefix: 10.31.172.128/25
prefix: 10.248.13.128/25
ipv6_subprefix: 0
inbound_filtering: true
enforce_client_isolation: true
Expand All @@ -49,11 +54,11 @@ networks:
- role: tunnel
ifname: ts_wg0
mtu: 1280
prefix: 10.31.172.32/32
prefix: 10.248.13.8/32
wireguard_port: 51820

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

0 comments on commit eb937e2

Please sign in to comment.