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.
Hello!I previously had some assistance configuring a router for inbound HTTPS traffic in this thread: https://supportforums.cisco.com/message/4026878#4026878. It has been working great.I got a call from the customer that the web access no longer work...
I am working on a Cisco ASA 5510 for a customer. I need to allow inbound traffic on port 443 from a specific vendor IP address to a specific server on the customers internal network. I opened the ASDM 6.0 software, went to the firewall section and cr...
Something else happened along the way, and I had to re-create the ACL and routing rule. Once I entered those two commands, web access to the server was restored. Thank you for helping me edit the port number for remote management and the SSL VPN.-Mik...
I unchecked the Allow Access and Enable DTLS boxes, changed the ports to 445, and that stopped the SSL VPN login page, but now I have a page can't be displayed error. https://75.150.96.33/webviewlink/wvconnect.aspx-Mike
I changed it to port 444 through ASDM. I can log in and access the Cisco appliance on the internal server successfully now, but now I get a new message when I go to: https://75.150.96.33//webviewlink/wvconnect.aspx, it is for the SSL VPN service.I fo...
Here are some resutls of the commands....Result of the command: "show run http"http server enablehttp 192.168.2.0 255.255.255.0 insidehttp 192.168.100.0 255.255.255.0 managementhttp 192.168.175.0 255.255.255.248 insideResult of the command: "show asp...
I tried your ACL.....access-list outside permit tcp host some-address host 75.150.96.33 eq 33899and I got an error. I had to change it to....access-list outside permit tcp any host 75.150.96.33 eq 33899I confirmed, it is working. Now I am ready to un...