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