destination nat between real ip addresses
my issue is the following.
The customer is migrating to new DNS servers on DMZ, but they have too many endpoints on the LAN with old DNS servers (x.x.x.x) configured, they want to MAP the ip for the old DNS servers (x.x.x.x) to the new DNS servers (y.y.y.y)
This can be acomplished using DNAT with the following configuration
VIP:
set service "DNS"
set extip x.x.x.x
set mappedip y.y.y.y
set extintf LAN
after doing this, the DNS traffic going the old DNS servers is natted correctly, but the server x.x.x.x is still giving another services and after natting DNS traffic, Fortigate treats x.x.x.x as virtual IP and any other traffic going to x.x.x.x is dropped with the error "iprope_in_check() check failed on policy 0, drop"
is there a way to do this nat and still have another services on x.x.x.x without considering x.x.x.x as Virtual IP?
after doing this,
