[Zope] zopesite.com ?
Oleg Broytmann
Oleg Broytmann <phd@phd.pp.ru>
Thu, 23 Aug 2001 16:41:35 +0400 (MSD)
On Thu, 23 Aug 2001, Mark Langkau wrote:
> Anyone know the status of zopesite.com? www.zopesite.com doesn't resolve
> - for a couple of days. Do I have a browser problem, or are there DNS
> problems between my ISP and their ISP?
Not only you:
phd@phd 22 >>> nslookup zopesite.com
Server: localhost
Address: 127.0.0.1
*** localhost can't find zopesite.com: Non-existent host/domain
phd@phd 23 >>> nslookup www.zopesite.com
Server: localhost
Address: 127.0.0.1
*** localhost can't find www.zopesite.com: Non-existent host/domain
phd@phd 24 >>> nslookup -q=ns zopesite.com
Server: localhost
Address: 127.0.0.1
Non-authoritative answer:
zopesite.com nameserver = NS2.zopesite.com
zopesite.com nameserver = NS1.zopesite.com
Authoritative answers can be found from:
NS2.zopesite.com internet address = 63.193.190.109
NS1.zopesite.com internet address = 63.193.190.108
phd@phd 25 >>> ping 63.193.190.108
PING 63.193.190.108 (63.193.190.108): 56 data bytes
--- 63.193.190.108 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
phd@phd 26 >>> ping 63.193.190.109
PING 63.193.190.109 (63.193.190.109): 56 data bytes
--- 63.193.190.109 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.