Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Port 80

Status
Not open for further replies.

abovebrd

IS-IT--Management
May 9, 2000
690
0
0
US
What would be the correct way to pass requests for port 80 to an internal web server.

I did the follwong

fixup protocol http 80
static (inside,outside) 111.111.111.111 192.168.20.20 netmask 255.255.255.255
conduit permit tcp host 111.111.111.111 eq 80 any
conduit permit udp host 111.111.111.111 eq 80 any

However it does not seem to work. The internal machine (192.168.20.20) is a windows 98 machine running web mail.
I am not sure what i missed or where I should go from here ?

-Danny






 
Is there an access-list in there? If so, you need to add the port to the list.

Access-list 100 permit tcp any host 111.111.111.111 eq www
 
For a simple web server it's right what have you done.
But, maibe, your web mail use another port beside 80 and Pix cannot extract from http trafic the needed port.
You must look to syslog meesages that pix gives you.
You must look for some deny messages.
 
It actually did work. I am not able to view the site on my internal network. (That is from the registered IP)
If I view it from an external IP it works perfectly




-Danny






 
Oh, for that you would have to use the internal IP address of 192.168.20.20. We set ours in the internal DNS server so we could type the web address.
 
unfortunatly we do not have an internal DNS server.
We have a crappy WINS server.

-Danny






 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top