Skip to content

Commit eb25fa0

Browse files
committed
pktplsmobil: init location
1 parent 8a8d5b7 commit eb25fa0

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

locations/pktplsmobil.yml

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
---
2+
3+
location: pktplsmobil
4+
location_nice: Mobilrouter von @pktpls
5+
contact_nickname: Packet Please
6+
contacts:
7+
- pktpls+bbb@systemli.org
8+
9+
hosts:
10+
11+
- hostname: pktplsmobil-core
12+
role: corerouter
13+
model: "glinet_gl-xe300"
14+
wireless_profile: pktplsmobil
15+
16+
# 10.248.17.128/25
17+
# 10.248.17.128/26 prdhcp
18+
# 10.248.17.192/27 dhcp
19+
# 10.248.17.224/28 mesh
20+
# 10.248.17.240/28 mgmt
21+
ipv6_prefix: 2001:bf7:820:2400::/56
22+
23+
networks:
24+
25+
# - vid: 40
26+
# role: dhcp
27+
# name: dhcp
28+
# inbound_filtering: true
29+
# enforce_client_isolation: true
30+
# prefix: 10.248.17.192/27
31+
# ipv6_subprefix: -40
32+
# assignments:
33+
# pktplsmobil-core: 1
34+
35+
- vid: 1
36+
untagged: true
37+
role: dhcp
38+
name: prdhcp
39+
inbound_filtering: true
40+
enforce_client_isolation: false
41+
prefix: 10.248.17.128/26
42+
ipv6_subprefix: -41
43+
assignments:
44+
pktplsmobil-core: 1
45+
46+
- vid: 42
47+
role: mgmt
48+
prefix: 10.248.17.240/28
49+
gateway: 1
50+
dns: 1
51+
ipv6_subprefix: -42
52+
assignments:
53+
pktplsmobil-core: 1
54+
55+
- vid: 50
56+
untagged: true
57+
ifname: wwan0
58+
role: uplink
59+
uplink_mode: direct
60+
wwan:
61+
proto: qmi
62+
device: /dev/cdc-wdm0
63+
apn: internet
64+
pdptype: ipv4
65+
66+
- role: tunnel
67+
ifname: ts_wg0
68+
mtu: 1280
69+
prefix: 10.248.17.224/32
70+
wireguard_port: 51820
71+
72+
location__wireless_profiles__to_merge:
73+
- name: pktplsmobil
74+
devices:
75+
- radio: 11g_standard
76+
legacy_rates: false
77+
country: DE
78+
ifaces:
79+
- mode: ap
80+
ssid: berlin.freifunk.net
81+
encryption: none
82+
network: dhcp
83+
radio: [11g_standard]
84+
ifname_hint: ff
85+
owe_transition_ifname_hint: ffowe
86+
- mode: ap
87+
ssid: berlin.freifunk.net OWE
88+
hidden: true
89+
encryption: owe
90+
network: dhcp
91+
radio: [11g_standard]
92+
ifname_hint: ffowe
93+
owe_transition_ifname_hint: ff
94+
ieee80211w: 2
95+
- mode: mesh
96+
mesh_id: Mesh-Freifunk-Berlin
97+
radio: [11g_standard]
98+
mcast_rate: 12000
99+
mesh_fwding: 0
100+
ifname_hint: mesh

0 commit comments

Comments
 (0)