Re: urgent help required on this manual static nat pls you need to do this in NAT rule: rule 1: in the original packet source inside-host(10.1.1.254) destination any service any in the translated packet source static-host(60.1.1.1) destination any service any rule 2: in the original packet source any destination is static-host 60.1.1.1 service any in the translated packet source any destination inside-host 10.1.1.254 service any in the security rule: source is Any, destination is static-host 60.1.1.1 service is telnet. I just tried on my Nokia firewall R55 and it works just fine. Think about it, when host 1.1.1.2 wants to talk to host 60.1.1.1, since you already have the route in place, source will be "ANY", for simplicity, destination is 60.1.1.1 for original packet. For translated packet, you want to keep the source the same but change the destination to 10.1.1.254. That's it. |