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.
Is it possible to relay traffic out of the same interface? For instance we have a computer on the Internet that only is accessible from our network. I'd like users to connect to our network, look at the ACL, and then connect to the remote computer....
Is there a way to forward a single port, while leaving the others alone? For instance I want to forward all https traffic on a public IP to an internal server on port 4443. At the same time traffic on all other ports for this IP needs to be forwarde...
We have a guest wireless network using 1130AG Access Points. Is it possible to allow devices on this network access to an Internal IP? I know that kind of defeats the purpose on the guest network, but we'd like to give access to internal email to t...
Sorry, I didn't get to this yesterday.Adding the NAT statement above gives me the error:ERROR: This syntax of nat command has been deprecated.Please refer to "help nat" command for more details.I'm running an ASA 5510 with 8.4(3); I guess I need to f...
Thanks for the reply.I issued the same-security-traffic permit intra-interface command on my outside interface and gave the VPN client a static route for the IP telling it send traffic over the VPN, but I'm not able to connect. Is this the correct c...
Thanks for the reply.This is what I'm entering:object network NAT_TESThost 192.168.1.101nat (inside,outside) static 204.x.x.185 service tcp 443 4443 nat (inside,outside) static 204.x.x.185 serviceThe second NAT statement overwrites the first. I thin...