i have a sonicwall tz210 on a fixed ip, say ip1. And then i have, let's say a legacy server, with external ip ip2, which sends data to ip1 (and I have another server on ip1 behind the sonicwall which receives and processes that data). I would like to set up a new server on a different external ip ip3 that will receive and process data from the legacy server.

How can I setup the sonicwall so that the packets received from the legacy server (from an external ip) are port forwarded to the external ip address ip3?

link|improve this question
feedback

1 Answer

Change the Translated NAT policy to point to the new server. Assuming this is what your NAT policy currently looks like here's what you would want to change:

Old:

Source Original     Translated     Destination Original     Translated          Service
ip2                 Original       ip1                      old_internal_ip1    ip2_service_group

New:

Source Original     Translated     Destination Original     Translated          Service
ip2                 Original       ip1                      new_internal_ip3    ip2_service_group
link|improve this answer
packets from ip2 is port forwarded to a local ip behind ip1, the legacy server can't be changed from sending data to ip1 – lplp Oct 1 '11 at 4:40
See my edits, your question is still pretty hard to follow. But I think that's what you need. – Nixphoe Oct 1 '11 at 13:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.