ffl-ans-gw-core01: activate backbone connection

This commit is contained in:
Gregor Michels 2022-11-10 02:21:22 +01:00
parent 3c69441681
commit 82a50739b1
1 changed files with 16 additions and 0 deletions

View File

@ -66,3 +66,19 @@ config interface 'backoffice'
option proto 'static'
option ipaddr '10.85.8.1'
option netmask '255.255.255.0'
config interface 'wg2'
option proto 'wireguard'
option private_key "{{ lookup('passwordstore', 'wg/wg2/{{ inventory_hostname }}') }}"
option listen_port 51822
option mtu 1350
list addresses '10.85.254.1/31'
config wireguard_wg2 'eap_adp_jump01'
option public_key "{{ lookup('passwordstore', 'wg/wg2/eae-adp-jump01.pub') }}"
option preshared_key "{{ lookup('passwordstore', 'wg/wg2/psk') }}"
option endpoint_host '162.55.53.85'
option endpoint_port '51822'
option route_allowed_ips '0'
option persistent_keepalive 15
list allowed_ips '0.0.0.0/0'