09-03-2007 10:32 PM - edited 03-11-2019 04:05 AM
Dear All
I tried to translate global IP( Ip address on outside) to local IP (Inside)
but i couldn't find the right commands to do it.
Thank you in advance
09-03-2007 11:25 PM
Hi
Global address 217.10.93.10
local address 192.168.5.1
static (outside,inside) 192.168.5.1 217.10.93.10 netmask 255.255.255.255
HTH
Jon
09-04-2007 01:37 AM
I tried the static solution but doesnt work
09-04-2007 02:07 AM
Hi
Could you post exact details of what you are trying to do.
Jon
09-04-2007 03:14 AM
OK, this is what i need to do
I have an Ip address on outside with 199.9.9.9 and i want this IP to be translated to 10.0.0.9 when it comes to inside, is it possible??
09-04-2007 03:44 AM
Hi
199.9.9.9 is the source or the destination IP address. If it is the source
static (outside,inside) 10.0.0.9 199.9.9.9 netmask 255.255.255.255
If it is destination
static (inside,outside) 199.9.9.9 10.0.0.9 netmask 255.255.255.255
Jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide