cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
300
Views
0
Helpful
1
Replies

Conversion of NAT Command from 6.3 to 9.1

usman ali dar
Level 1
Level 1

hey folks,

i am in progress of upgrading pix to asa and this command line is so different to understand can anybody help me with this command line 

 

Version  6.3 PIX

============

1.1.1.1 OUTSIDE PUBLIC IP ADDRESS

192.168.1.0 INSIDE LOCAL ADDRESS

 

static (inside,outside) tcp 1.1.1.1 10003 192.168.1.21 3389 netmask 255.255.255.255 0 0 

access-list outside-IN permit tcp any host 1.1.1.1 eq 10003

 

VERSION 9.1

============

object network inside-host

host 192.168.1.21

 

object network outside-host

host 1.1.1.1

 

access-list outside-in permit tcp any object inside-host eq 3389

nat (inside, outside) source static inside-host outside-host 

 

now at this point is my configurations are correct or it ?

 

help please

 

regards

1 Reply 1

Vibhor Amrodia
Cisco Employee
Cisco Employee

Hi,

I think you were using port forwarding on the PIX so you can do that on the ASA as well:-

object network inside-host

host 192.168.1.21

nat(inside, outside)  static 1.1.1.1 service tcp 3389 10003

access-list outside-in permit tcp any object inside-host eq 3389

Thanks and Regards,

Vibhor Amrodia

Review Cisco Networking for a $25 gift card