I am trying to allow ouside traffic to the inside network. Basically I want to enable users to browse the webserver that is located inside our network. I have created the following basic conduit and the static entry. I can see that each time I try to access the website with the given ouside address, the coduit is being hit. But I can't still get to the webserver. Can someone please tell me what I am doing wrong.
static (inside, outside) xx.xx.xx.55 172.16.0.12 netmask 255.255.255.255 0 0
conduit permit tcp host xx.xx.xx.55 eq
conduit permit tcp host xx.xx.xx.55 eq (hitcnt=4)
Do you need object groups in addition to the above?
I just need a static entry with a conduit or access-list to access a local web server.
Pulic IP xx.xx.xx.55
Inside Web Server 172.16.0.12
static (inside, outside) xx.xx.xx.55 172.16.0.12 netmask 255.255.255.255 0 0
conduit permit tcp host xx.xx.xx.55 eq
conduit permit tcp host xx.xx.xx.55 eq (hitcnt=4)
Do you need object groups in addition to the above?
I just need a static entry with a conduit or access-list to access a local web server.
Pulic IP xx.xx.xx.55
Inside Web Server 172.16.0.12