I am migrating servers from one ISP to another.
The old ISP has a Sophos UTM 9 where I have root access. (But the ISP has no knowledge of Sophos)
There is incoming traffic to the old server on a IP address I cannot change. No DNS is used.
I need to forward IP traffic from this old IP to the public IP of the new server (by another ISP).
The new server has just one public IP. I have no access to any router by the new ISP.
On a CISCO firewall you would do like this:
nat (any,outside) source dynamic any oldIP destination static oldIP newIP
This thread was automatically locked due to age.