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.
Overview:I'm working with a Cisco ASA firewall to allow external traffic from a public IP Y.Y.Y.Y to reach an internal Flask server at 172.16.10.250 on port 8000. My ASA has an external interface (outside) with the public IP X.X.X.X and an internal i...
Hello everyone,I am encountering an issue with my ASA 5515X running ASA Version 9.1(2) where traffic from devices in VLAN 99 cannot communicate with an external network (specifically 10.0.0.0/8).Here is an overview of my network configuration:ASA Con...
Even tho i added access-list acl-amzn line 1 extended deny ip host 172.16.10.250 any (hitcnt=0) 0x61ad46b6I still get the same result with packet-tracer input outside tcp 1.1.1.1 1234 X.X.X.228 8000 detailed
Do i have any other solution ?In fact my flask server just need to get webhook messages from my jira cloud server on port 8000 so i think he doesnt need to get access to the remote networks.