Skip to content

Commit

Permalink
l5: convert to tunspace
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Nov 24, 2023
1 parent b146bb6 commit 920e9df
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions locations/l5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ hosts:
role: corerouter
model: "avm_fritzbox-4040"
wireless_profile: freifunk_default
host__packages__to_merge:
- -tunnelmanager
- tunspace
- wireguard-tools

- hostname: l5-nf-o
role: ap
Expand Down Expand Up @@ -62,15 +66,20 @@ networks:

- vid: 50
role: uplink
name: wireguard
tunnel_wan_ip: 192.168.0.2/24
tunnel_wan_gw: 192.168.0.1
tunnel_connections: 1
tunnel_timeout: 600
tunnel_mtu: 1400
tunnel_mesh_prefix_ipv4: 10.31.191.160/29
untagged: true

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

- role: tunnel
ifname: ts_wg1
mtu: 1280
prefix: 10.31.191.161/32
wireguard_port: 51821

location__channel_assignments_11a_standard__to_merge:
l5-core: 36-20
l5-nf-o: 40-20
Expand Down

0 comments on commit 920e9df

Please sign in to comment.