Thank you for reply @OsamaKhan I assume you are using ISP assigned IPv6 address block. If you want to route IPv6 natively from your Internet Egress point all the way to your server, you will have to break your IPv6 assigned block into smaller subnets and enabled IPv6 on all intermediate nodes where traffic is traversing. Since you have already configured WAN side of your Firewall with IPv6, now you will have to also enabled IPv6 on interfaces facing your switch where your server is connected. For point to point links, you can use /127 addresses and subnet where your server is connect you can use /64. In order to avoid mistakes and better planning, it is better to use IPv6 address calculator. Below is one sample from interface configuration: When it comes to NAT, there is no need to enable NAT with IPv6 unless you are running internally ULA (Unique Local Addresses). Since you are planning to run dual stack, all you have to focus is to bring IPv6 connectivity to your server. Note: On server side, you will have to configure IPv6 DNS server. Also, if in the subnets where your target server is located are also other servers and you leave IPv6 RA/RS enabled, it is possible that other servers will pick up IPv6 through SLAAC and starts to communicate over IPv6 as well. There are more things to consider, however these are major points to focus on. Kind Regards Pavel
... View more