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.
I'm trying to configure basic port forwarding. TCP port 51088 needs to be forwarded from the outside interface to inside host 192.168.69.100 Piece of cake, right? What I'm trying should be incredibly easy and I'm embarassed to say that I cannot fig...
*in my best "Borat" voice*: GREAT SUCCESS!That last one did the trick perfectly. Marking your post as the correct answer. Thanks so much for all of your time and patience with me Dan, I really appreciate it!It's almost 3 PM here and I still haven'...
Dang, it didn't like that either. static (inside,outside) tcp 72.193.250.115 51088 192.168.69.100 51088 netmask 255.255.255.255ERROR: Static PAT using the interface requires the use of the 'interface' keyword instead of the interface IP addressSo I t...
Thanks Dan,A DynDNS account is being maintained to keep track of the dynamic IP so no worries there. TCP 51088 is being used for SSH, because, well, it's Dave's server and that's the port he wants to use show service-policy returned nothing so it lo...
Ah, I see. On incoming packets the destination will not be the inside address, so the destination should be the outside address in the ACL.I corrected the ACL and added the Static NAT, but unfortunately it's still not letting it through. I tried bo...
Sorry about that; I forgot to post the NAT config.global (outside) 1 interfacenat (inside) 1 access-list aclDAVE-SERVERnat (inside) 1 0.0.0.0 0.0.0.0192.168.69.100 is a Linux server on the inside that will be receiving the connection on TCP port 5108...