cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
446
Views
0
Helpful
3
Replies

NAT outside

Hello,

I need to implement the NAT outside command:

I configure it in this way:

nat (outside,inside) 10.1.1.1 192.168.1.1 255.255...

where 10.1.1.1 is the address translated inside of the ousider address 192.168.1.1, so it is able to initiate a communication towards other 10.1.1.x

but it doesn't seems to function

and if I do a show xlate I don't see this entry.

where is the error?

NB: I use a Pix515 running 6.2(2)

Thanks

3 Replies 3

nkhawaja
Cisco Employee
Cisco Employee

Hi,

there is no such command as

nat (outside,inside) 10.1.1.1 192.168.1.1 255.255...

the command should be

static (outside,inside) 10.1.1.1 192.168.1.1 255.255...

but it is supported in PIX6.3 code.

right: static and not nat, but it is a writing error.

and for this doc

http://www.cisco.com/warp/public/707/28.html#topic12

it is supported from 6.2 ...

is there any syslog message being generated?

what is the output of "show xlat local

Thanks

Nadeem