Can see zope from local host, but not from anywhere else
This maybe a very basic question, so please be patient. I've just done a test installation of zope. It's from my host (http://dathorn.com). I've run ./install and ./start, and if I ssh to my host and run lynx, I can visit the site using every domain I can think of: http://localhost:<port>, http://<ip>:<port> http://<domainname>:port. However, if I try any of these urls from a browser on my local machine, they just fail (after a long wait). Is there a trick I am missing, or is zope not something I can run from this host? Thanks in advance joan
To risk asking the obvious: is there a firewall somewhere that might be blocking whatever you're using for <port>? zope@joanhenge.plus.com wrote:
This maybe a very basic question, so please be patient. I've just done a test installation of zope.
It's from my host (http://dathorn.com). I've run ./install and ./start, and if I ssh to my host and run lynx, I can visit the site using every domain I can think of: http://localhost:<port>, http://<ip>:<port> http://<domainname>:port. However, if I try any of these urls from a browser on my local machine, they just fail (after a long wait).
Is there a trick I am missing, or is zope not something I can run from this host?
On Fri, 14 May 2004, Steve McMahon wrote:
To risk asking the obvious: is there a firewall somewhere that might be blocking whatever you're using for <port>?
Good thought, but i don't think so. I've tried multiple ports, and I just tried from another machine. btw, I don't know why I am being coy, the url is http://zope.agapow.net:9987 If anyone can see it, I'd be interested. thanks. joan
On Fri, 14 May 2004 19:16:53 -0500 (CDT) Joan McGalliard <zope@joanhenge.plus.com> wrote:
On Fri, 14 May 2004, Steve McMahon wrote:
To risk asking the obvious: is there a firewall somewhere that might be blocking whatever you're using for <port>?
Good thought, but i don't think so. I've tried multiple ports, and I just tried from another machine.
btw, I don't know why I am being coy, the url is http://zope.agapow.net:9987 If anyone can see it, I'd be interested.
thanks.
joan
nmap gives..... Interesting ports on cpanel24.gzo.com (63.246.3.135): (The 1651 ports scanned but not shown below are in state: filtered) PORT STATE SERVICE 21/tcp open ftp 22/tcp open ssh 25/tcp open smtp 53/tcp open domain 80/tcp open http 110/tcp open pop3 143/tcp open imap 443/tcp open https in particular, nmap -p 9987 zope.agapow.net Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2004-05-14 20:26 EDT Interesting ports on cpanel24.gzo.com (63.246.3.135): PORT STATE SERVICE 9987/tcp filtered unknown So, it appears that the port is firewalled off. Jim Penny Nmap run completed -- 1 IP address (1 host up) scanned in 126.578 second
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Fri, 14 May 2004, Jim Penny wrote:
On Fri, 14 May 2004 19:16:53 -0500 (CDT) Joan McGalliard <zope@joanhenge.plus.com> wrote:
On Fri, 14 May 2004, Steve McMahon wrote:
To risk asking the obvious: is there a firewall somewhere that might be blocking whatever you're using for <port>?
Good thought, but i don't think so. I've tried multiple ports, and I just tried from another machine. [..]
nmap gives..... [..] nmap -p 9987 zope.agapow.net
Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2004-05-14 20:26 EDT Interesting ports on cpanel24.gzo.com (63.246.3.135): PORT STATE SERVICE 9987/tcp filtered unknown
So, it appears that the port is firewalled off.
Thanks! I'll see if my host will punch a hole for me. If not, is there a simple set of instructions for running through Apache w/o root access? joan
participants (4)
-
Jim Penny -
Joan McGalliard -
Steve McMahon -
zope@joanhenge.plus.com