Forum Discussion
FaridLahdiri_29
May 15, 2017Nimbostratus
IPV6 Forwarding virtual server not working
Hi,
I am trying to create a forwarding virtual server that uses an irule to snat my backend servers IPV6 to a specific IPV6 depending on the network destination. From my backend server IP: fc0...
Anesh
May 15, 2017Cirrostratus
Try the below
when CLIENT_ACCEPTED {
if {[class match [IP::client_addr] equals IPV6_NETS_DG ]}
{ snat 2001::2:ff }
else
{ snat 2001::1:cc }
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects