Skip to content

Commit a96d101

Browse files
committed
pktplsmobil: init location
1 parent db90c19 commit a96d101

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

locations/pktplsmobil.yml

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
3+
location: pktplsmobil
4+
location_nice: Mobilrouter von @pktpls
5+
contact_nickname: Packet Please
6+
contacts:
7+
8+
9+
hosts:
10+
11+
- hostname: pktplsmobil-core
12+
role: corerouter
13+
model: "glinet_gl-xe300"
14+
wireless_profile: freifunk_default
15+
host__disabled_services__to_merge:
16+
- bgpdisco
17+
18+
# 10.248.17.128/25
19+
# 10.248.17.128/26 prdhcp
20+
# 10.248.17.192/27 dhcp
21+
# 10.248.17.224/28 mesh
22+
# 10.248.17.240/28 mgmt
23+
ipv6_prefix: 2001:bf7:820:2400::/56
24+
25+
networks:
26+
27+
- vid: 10
28+
role: mesh
29+
name: mesh_lan
30+
prefix: 10.248.17.224/32
31+
ipv6_subprefix: -10
32+
33+
- vid: 20
34+
role: mesh
35+
name: mesh_wifi
36+
prefix: 10.248.17.225/32
37+
ipv6_subprefix: -20
38+
mesh_ap: pktplsmobil-core
39+
mesh_radio: 11g_standard
40+
mesh_iface: mesh
41+
42+
# Untagged must be VLAN 1, it's hardwired on this device GL-XE300
43+
- vid: 1
44+
untagged: true
45+
role: dhcp
46+
name: dhcp
47+
inbound_filtering: true
48+
enforce_client_isolation: true
49+
prefix: 10.248.17.192/27
50+
ipv6_subprefix: -40
51+
assignments:
52+
pktplsmobil-core: 1
53+
54+
- vid: 42
55+
role: mgmt
56+
prefix: 10.248.17.240/28
57+
gateway: 1
58+
dns: 1
59+
ipv6_subprefix: -42
60+
assignments:
61+
pktplsmobil-core: 1
62+
63+
- vid: 50
64+
untagged: true
65+
ifname: wwan0
66+
role: uplink
67+
uplink_mode: direct
68+
wwan:
69+
proto: qmi
70+
device: /dev/cdc-wdm0
71+
apn: internet
72+
pdptype: ipv4
73+
74+
- role: tunnel
75+
ifname: ts_wg0
76+
mtu: 1280
77+
prefix: 10.248.17.226/32
78+
wireguard_port: 51820

0 commit comments

Comments
 (0)