Re: Using Apache with a dynamic IP number


Subject: Re: Using Apache with a dynamic IP number
From: Michael O'Keefe (mokeefe@qualcomm.com)
Date: Thu Nov 15 2001 - 13:33:50 MST


> I have bad news for ya... your ISP is probably blocking your web server.

Most of them do this before the traffic gets into their network, at the head
end, not at the first router the traffic touches, which would be at the
other end of the cable-modem (did he specify he was using cable ?)

> > The iMac apache *does* serve pages on the imac itself though
> > when I enter
> > http://www.localhost, so I know it's up and running.

run 'netstat -pant | grep :80'
verify that your apache is LISTENing on all it's IP interfaces.
It may only be listening on the loopback, coz the others weren't up
when apache was started ?

If you verify that it is listening, then try

telnet <enter ip address here> 80

If you can telnet to port 80, then your WWW browser can get in...

And if you can't, I'd consider running a tool like ethereal (don't know if
they have a MacOS version, but something similar) to see what the IP
traffic is doing...you might be getting some ICMP messages informing you
of why it's not working....

-- 
Michael O'Keefe                      |          mokeefe@qualcomm.com_   
Live on and Ride a '96 Honda CBR1000F|          roxus@home.com     / |  
I like less more or less less than   |Work:+1 858 845 3514        /  |  
more. UNIX-live it,love it,fork() it |Fax :+1 858 651 1999       /_p_|  
My views are MINE ALONE, blah, blah, |Home:+1 858 748 5432       \`O'|  
blah, yackety yack - don't come back |Fax :+1 858                _/_\|_,



This archive was generated by hypermail 2a24 : Thu Nov 15 2001 - 13:46:38 MST