1

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?

Nixphoe
  • 4,524
  • 7
  • 32
  • 51
lplp
  • 11
  • 2

1 Answers1

0

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
Nixphoe
  • 4,524
  • 7
  • 32
  • 51
  • 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 01 '11 at 04:40
  • See my edits, your question is still pretty hard to follow. But I think that's what you need. – Nixphoe Oct 01 '11 at 13:19