Actions
Bug #11984
closedAutomatic Outbound NAT mode can create incorrect rules in some cases
Start date:
06/02/2021
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.05
Release Notes:
Default
Affected Version:
2.5.1
Affected Architecture:
Description
In some cases it uses incorrect IPv6 link-local address specification:
There were error(s) loading the rules: /tmp/rules.debug:77: could not parse host specification - The line in question reads [77]: nat on $WAN_DSL inet6 from ::1/128 to any port 500 -> fe80::aa:bb:cc:dd%pppoe1/128 static-port # Auto created rule for ISAKMP - localhost to 157_TELEKOM_DSL
must be:
nat on $WAN_DSL inet6 from ::1/128 to any port 500 -> fe80::aa:bb:cc:dd/128 static-port
Actions