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 all, New to the forums and the Cisco ASA 5506-X.I have tried to create a Public Server usingASDM --> Configuration --> Firewall --> Public Server I had no errors in the creation phase.I then tried to test using the command: packet-tracer input...
I'm a beginner with firewall management so I apologize in advance.I have an ASA5506-X firewall and am trying to add Public Server.In ASDM I used the menu:Configuration -> Firewall -> Public ServerI have used this configurationBut I have this error: ...
Hi Salim,unfortunately it doesn't work.Looking at the log I found this:Routing failed to locate next hop for TCP from outside:192.168.1.16/53064 to inside_1:192.168.1.40/80Hope it can help you understand the problem. Thanks.
Probably because of my English I didn't explain myself well.I am using a test environment.I am trying to open a web server page (192.168.1.40) starting from a position on the test network at the address 192.168.1.16 (see the network drawing that I po...
Hi Salim,I ran the commands you indicated to me !
object network WEB_SERVER
host 192.168.1.40
nat (inside_1,outside) static 192.168.1.40
!
access-list OUT_IN extended permit tcp any object WEB_SERVER eq http
access-group OUT_IN in interface outside
!...
Hi Salim,I thank you for your patience and availability, however I have not solved my problem.In fact I tried to open a website at http://192.168.1.40 but it doesn't open.I also tried from the public network doing a "port-mapping" on port 80 from the...
Sharaz is right I am using a test network and I am not in production.Now I have put a static IP (192.168.1.27) to the outside interface. The situation of my test network is now as follows: o I ran the commandshow ip address | i outsideand I have:Resu...