Hello,
i need to move the public IP of my servers. Since i can´t change the dns servers at the same time, i want to redirect all traffic reaching the old ip address to the new one. I fiddled around with nat rules, but with no luck.
I have a dst-nat rule
chain=dstnat action=dst-nat to-addresses= protocol=tcp dst-address=
which i expect to redirect all tcp traffic, the Statistics of the rule show activity, but nothing happens (e.g. Port 80).
Am i on the right way?
thanks for any help
Oliver