Can we do Network Prefix Translation on SG appliance?
I see pfsense can do it (https://docs.netgate.com/pfsense/en/lat ... n-npt.html).
We have many WAN connections and many servers with inbound connections from Internet. I would like to change my ISP without changing all IPs on servers.
For exemple :
ISP A with prefix 2001:DB8:A::/48
ISP B with prefix 2001:DB8:B::/48
So my server will have those IPs with automatic configuration:
fe80:
2001:DB8:A:
2001:DB8:B:
I want to manually add an anycast IP on both ISP like:
2001:DB8:A::2001
2001:DB8:B::2001
If I change my ISP, I don't want to change all manual anycast IP on all servers. So I think, the best practice may be setting this manual IP on the server:
FE00
And add on SG appliance a network prefix translation like:
2001:DB8:A::/48 to FE00
2001:DB8:B::/48 to FE00
And if one day I add or change one ISP, I just need to change a network prefix translation on the appliance without reconfiguration of all servers.
Best regards,