Skip to content

Commit

Permalink
hacrafu-gigli: init
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuquetuPlexis committed Jul 25, 2024
1 parent 1c2a30a commit bbdb13d
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions locations/hacrafu-gigli.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---

location: hacrafu-gigli
location_nice: Petershagen/Eggersdorf
latitude: 52.52320
longitude: 13.77234
contact_name: "Hacken Craften Funken e.V."
contact_nickname: "HaCraFu"
contacts:
- "freifunk@hacrafu.de"

hosts:
- hostname: hacrafu-gigli-core
role: corerouter
model: "dlink_covr-x1860-a1"
wireless_profile: freifunk_hacrafu

ipv6_prefix: "2001:bf7:850:1600::/56"
# dhcp 10.248.3.224/27
# mesh5 10.248.2.203/32
# mesh2 10.248.2.204/32
# MGMT 10.248.2.205/32

# Disable noping
# dhcp_no_ping: false

networks:
- vid: 40
role: dhcp
untagged: true
inbound_filtering: false
enforce_client_isolation: false
prefix: 10.248.3.224/27
ipv6_subprefix: 0
assignments:
hacrafu-gigli-core: 1

# MESH - 5 GHz 802.11s
- vid: 20
role: mesh
name: mesh_5g
prefix: 10.248.2.203/32
ipv6_subprefix: -20
mesh_ap: hacrafu-gigli-core
mesh_radio: 11a_standard
mesh_iface: mesh

# MESH - 2.4 GHz 802.11s
- vid: 21
role: mesh
name: mesh_2g
prefix: 10.248.2.204/32
ipv6_subprefix: -21
mesh_ap: hacrafu-gigli-core
mesh_radio: 11g_standard
mesh_iface: mesh

# MGMT
- vid: 42
role: mgmt
prefix: 10.248.2.205/32
gateway: 1
dns: 1
ipv6_subprefix: 1
assignments:
hacrafu-gigli-core: 1

# only place this ssh-keys
ssh_keys:
- comment: Tom
key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICIpPZouLOf+1WT9ylMa/9mX1dhLTy8W07Q8G5w7KKNz freifunk@hacrafu.de

0 comments on commit bbdb13d

Please sign in to comment.