Skip to content

Commit

Permalink
pktpls: init my dev location
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Nov 18, 2023
1 parent 76f280a commit 931ea1e
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions locations/pktpls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---

location: pktpls
location_nice: Test von @pktpls
contact_nickname: Packet Please
contacts:
- pktpls+bbb@systemli.org

hosts:

- hostname: pktpls-core
role: corerouter
model: "x86-64"

# feed: "src/gz openwrt_falter file:///home/user/w/ff/falter-packages/out/openwrt-23.05/x86_64/falter"
# imagebuilder_disable_signature_check: true

location__packages__to_merge:
- -luci-mod-falter
- -falter-common
- -tunnelmanager
- tunspace
- wireguard-tools
- openssh-sftp-server

# 10.31.174.128/26 - pktpls+bbb@systemli.org
# - 10.31.174.128/29 - mgmt
# - 10.31.174.136/29 - mesh
# - 10.31.174.144/28 - prdhcp
# - 10.31.174.160/27 - dhcp
ipv6_prefix: 2001:bf7:750:5500::/56

networks:

- vid: 20
role: mesh
name: mesh_core
prefix: 10.31.174.137/32
ipv6_subprefix: -1

- vid: 40
name: dhcp
role: dhcp
inbound_filtering: true
enforce_client_isolation: true
prefix: 10.31.174.160/27
ipv6_subprefix: 2
assignments:
pktpls-core: 1

- vid: 42
role: mgmt
prefix: 10.31.174.128/29
gateway: 1
dns: 1
ipv6_subprefix: 42
assignments:
pktpls-core: 1

- vid: 50
role: uplink
untagged: false

- role: tunnel
ifname: ts_wg0
mtu: 1280
prefix: 10.31.174.136/32
wireguard_port: 51820

# - role: tunnel
# ifname: ts_wg1
# prefix: 10.31.174.137/32
# mtu: 1280
# wireguard_port: 51821
# mesh_metric_lqm:
# - 'default 1.0'
# mesh_metric: 512

0 comments on commit 931ea1e

Please sign in to comment.