File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ openvpn_status_path: /var/www/vpnstatus
37
37
38
38
# IPv6 settings
39
39
40
- openvpn_user6_interface : tap-users6
40
+ openvpn_user6_interface : tap-users-v6
41
41
42
42
# Oeffentliche IP-Adressen von Hosts, die auch im Mesh erreichbar sein sollen
43
43
ugw_external_forward_allow_ipv6 :
Original file line number Diff line number Diff line change 6
6
- include_tasks : munin-openvpn.yml
7
7
- include_tasks : web.yml
8
8
- include_tasks : speed-tests.yml
9
- # user6
10
- # - include_tasks: ferm-user6.yml
9
+ - include_tasks : user6-ferm.yml
10
+ # TODO
11
11
# - include_tasks: openvpn-user6.yml
12
12
# - include_tasks: radvd.yml
13
13
# - include_tasks: dhcpd6.yml
Original file line number Diff line number Diff line change 5
5
6
6
7
7
@def $LOCAL_HNA_IPv6 = {{ olsr_main_ipv6 }};
8
- @def $IF_ON_USERS_V6 = {{ openvpn_users_l2_v6_interface }};
8
+ @def $IF_ON_USERS_V6 = {{ openvpn_user6_interface }};
9
9
10
10
domain ip6 table filter {
11
11
chain service-input {
You can’t perform that action at this time.
0 commit comments