Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
ASA5520 running in 8.4(4)1A win2012R2 server can be reached by windows remote desktop in Lan. Using Static NAT it outside and permit port in ACL. Telnet can access the server RD port at 3389 but windows RD doesn't work from internet. What's wrong wit...
Hi Engieer,
I have two ASA 5500 devices,and setup a VPN tunnel between J(192.168.0.x) to K(192.168.1.x) sucessfully.
I can make a static NAT just like a pravite IP to a public IP at J site. As following:
static (inside,outside) tcp A.B.C.D 1433 192.1...
yes, it is same as you. object network new host 192.168.0.250 object network new nat (inside,outside) static *.*.*.*(a public IP) Telnet can access ports 3389 or 8082 of the NAT server from Internet. Exploers can also access the WEB service at 8082. ...
Luis,yeah,you are right ,I found my mistake ,that is makeing a ping from ASA itself. From a host to the other host is ok!Now after add 'management-access inside' , I can do it on ASA.Thanks a lot!