Question
5.x VIP for PAT not valid on 6.x
I used the following VIP config to perform a PAT (without NAT) on 5.x;
edit "vip-10.1.2.1-tcp2022" set src-filter "172.17.2.1" "172.18.1.14" set extip 10.1.2.1 set extintf "any" set arp-reply disable set portforward enable set mappedip "10.1.2.1" set extport 22 set mappedport 2022
However on 6.0.10 creating this object fails with "
Static NAT's extip should be different from mappedip. object check operator error, -8, discard the setting Command fail. Return code 1"
How can I achieve this on v6?
Thanks
