forked from freifunk-berlin/bbb-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c2a30a
commit bbdb13d
Showing
1 changed file
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |