Hello.
On server with 14.4 and now 15.0p8 I have this prefix translation rule:
and it works as expected.
But rule
translates block of addresses only to one address 2001:db8:aa:aa::2:0/128, i.e. acts as nat, not binat. Is this incorrect syntax to prefix translation on 15.0?
On server with 14.4 and now 15.0p8 I have this prefix translation rule:
Code:
binat on $WAN inet6 from fdaa:aaaa:aa::0/112 to <iptab> -> 2001:db8:aa:aa::2:0/112
But rule
Code:
match on $WAN inet6 from fdaa:aaaa:aa::0/112 to <iptab> binat-to 2001:db8:aa:aa::2:0/112