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.
The issue was that I didn't realize that I accidentally created the service with a source and destination port. The source port is randomly generated along a range of ports so, by designating a source port, I accidentally caused the access rule not t...
I have a very simple port translation setup problem that I'm dealing with on an ASA 5510 using the ASDM. I just want to setup a translation for a port on a public IP address to translate to a private IP and port. The one wrinkle is that I want only t...
I have a new 3650 switch with 2 Vlans configured on it (2 and 3). I have Vlan1 shutdown. I have given the management interface (GigabitEthernet0/0) an IP address in Vlan2 (192.168.110.201 255.255.255.0) and I can connect to the interface over telnet....
I replied to this but it was marked as spam. I guess I will have to open a TAC troubleshooting ticket. Thanks for trying but no points on any of these replies.
Just FYI, I am getting an invalid input detected on this line:
nat (inside,outside) static <public ip> tcp obj-tcp-3001 obj-tcp-eq-3001
When it gets to "tcp"
I tried changing it to
nat (inside,outside) static <public ip> service tcp obj-tcp-3001 o...
I wonder if it's the order of my rules on the access list? The rule to allow any traffic on the public IP address comes first. It looks like, on my trace, traffic pointed to port 3001 is all going to the Private IP address A rather than B.
Also, whe...