Skip to content

Commit

Permalink
Init location "FBLipke" and device "nsm2_xw"
Browse files Browse the repository at this point in the history
  • Loading branch information
LipkeGu committed Aug 9, 2024
1 parent cad7136 commit 832f22e
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 0 deletions.
29 changes: 29 additions & 0 deletions group_vars/model_ubnt_nanostation_m2_xw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
override_target: "ubnt_nanostation-m"
target: ath79/tiny
brand_nice: Ubiquiti
model_nice: Ubiquiti Nanostation M2 (XW)
version_nice: XW

switch_ports: 3
switch_int_port: 0
switch_ignore_ports: [1, 2, 3, 4]
int_port: eth0
low_mem: false #XW has 64MB

dsa_ports:
- lan
- wan

wireless_devices:
- name: 11g_standard
band: 2g
htmode_prefix: HT
path: platform/ahb/18100000.wmac
ifname_hint: wlan2
antenna_gain: 8

poe_ports:
- name: PoE Passthrough
gpio_pin: 2
value: 0
75 changes: 75 additions & 0 deletions locations/fblipke.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
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:
- 'contact@fblipke.de'
hosts:
- hostname: fblipke-core
role: corerouter
model: "x86_64"
wireless_profile: freifunk_default
low_flash: true
- hostname: fblipke-ap01
role: ap
model: "ubnt_nanostation_m2_xw"
wireless_profile: freifunk_default
low_flash: true

ipv6_prefix: "2001:bf7:850:1500::/56"

networks:
- vid: 20
role: mesh
name: 11s_n_2g
prefix: 10.248.2.200/32
ipv6_subprefix: -20
mesh_ap: fblipke-core
mesh_radio: 11g_standard
mesh_iface: mesh
- vid: 40
role: dhcp
prefix: 10.248.3.128/27
ipv6_subprefix: 0
inbound_filtering: true
enforce_client_isolation: true
no_corerouter_dns_record: true
assignments:
fblipke-core: 129
fblipke-ap01: 130
- vid: 42
role: mgmt
prefix: 10.248.3.160/28
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.3.177/32
wireguard_port: 51820

location__wireless_profiles__to_merge:
- name: foobar
devices:
- radio: 11g_standard
legacy_rates: false
country: DE
ifaces:
- mode: ap
ssid: berlin.freifunk.net
encryption: none
network: dhcp
radio: [11a_standard, 11g_standard]
ifname_hint: ff

0 comments on commit 832f22e

Please sign in to comment.