dynamic nat Hi, I am using cp r 55 and our structure is like this: dsl sataic ip 85.x.x.19 cp external ip 192.168.2.2 cp internal ip 10.10.0.200 i want to do the following steps: To make the following remote desktop request from outside: 85.95.x.19:3390 to the following nat:192.168.2.2 nat internal 10.10.0.1 To make the following remote desktop request from outside: 85.95.x.19:3391 to the following nat: 192.168.2.2 nat internal 10.10.0.2 To make the following remote desktop request from outside: 85.95.x.19:3392 to the following nat :192.168.2.2 nat internal 10.10.0.3 How can i do that? I donot have enough information about cp Can anyone guide me step by step? Thanks |