Skip to content

Commit

Permalink
huette15: WIP tunspace
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Oct 2, 2023
1 parent 685c8c1 commit 675adb9
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions locations/huette15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ contact_nickname: 'Packet Please'
contacts:
- '[email protected]'

# Quad9 unfiltered DNS
dns_servers:
- 2620:fe::10
- 2620:fe::fe:10
- 9.9.9.10
- 149.112.112.10

# alt, löschen:
# 2001:bf7:830:9a00::/56
# 10.31.77.200/30
Expand All @@ -30,8 +37,13 @@ hosts:
- hostname: huette15-core
role: corerouter
model: zyxel_nwa50ax
openwrt_version: snapshot
openwrt_version: 23.05-SNAPSHOT
feed_version: testbuildbot
wireless_profile: huette15
host__packages__to_merge:
- -tunnelmanager
- tunspace
- wireguard-tools

- hostname: huette15-ap1
role: ap
Expand Down Expand Up @@ -90,13 +102,21 @@ networks:

- vid: 50
role: uplink
name: uplink
tunnel_wan_ip: 192.168.177.177/24
tunnel_wan_gw: 192.168.177.1
tunnel_connections: 1
tunnel_timeout: 600
# tunnel_mesh_prefix_ipv4: 10.31.184.10/32
tunnel_up_script_args: '10.31.184.10/32 128 1.0 --' # babel 128, olsr lqm 1.0

- role: tunnel
ifname: ts_wg0
mtu: 1412
prefix: 10.31.184.10/32
wireguard_port: 51820

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

location__channel_assignments_11a_standard__to_merge:
# 8 dBm + 15 dBi gain = 23 dBm (with UMA-D antenna)
Expand Down

0 comments on commit 675adb9

Please sign in to comment.