gw-core01: increase mtu of launder vpn (used for the public wifi)

apparently the LTE connection on site actually get's an MTU of 1500

`traceroute -n --mtu <destination>` confirmed that
This commit is contained in:
Gregor Michels 2022-10-01 23:30:46 +02:00
parent 05228f19cf
commit 71965a2412
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ config wireguard_wg0 'eap_adp_jump01'
list allowed_ips '0.0.0.0/0'
config interface 'wg1'
option mtu 1350
option mtu 1420
option proto 'wireguard'
option private_key "{{ lookup('passwordstore', 'wg/wg1/gw-core01') }}"
list addresses '10.64.52.118/32'