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.
Attached is the config for Cisco ASA. The VPN doesnt work. Please let me know whats wrong with this one. Also if anyone has a sample config, please send over. ThanksAmit
We have a site to site tunnel between a PIX 515e and sonicwall. The remote users can connect to the pix and access the LAN. I need to configure the routing on the PIX so that VPN users can access the LAN on the Sonicwall side too. Please let me know ...
I added these lines for nattingstatic (inside,outside) x.x.139.162 10.1.1.10 netmask 255.255.255.255access-list outside_access_in extended permit tcp any host x.x.139.162 eq 3389access-group outside_access_in in interface Outside.Still it doesnt work...
What I am trying to do is NAT one of the public IP to 10.1.1.10 which is one of the servers, so that I can RDP to it. So I am using x.x.139.162 to translate to 10.1.1.10.