Hi,
If you would like to enable telnet/ping to the IP address 115.112.246.55 from 192.168.1.163, what you need to do is the following:
static (inside,inside) 115.112.246.55 192.168.1.163 netmask 255.255.255.255
same-security-traffic permit intra-interface
Now, pick the nat statement that covers 192.168.1.163, you mostlikely will have a nat statement like this:
nat (inside) 1 0 0
Then what you need to add is the following:
global (inside) 1 interface
Try this out and let me know.
Mike
Mike