Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Nov 2001 09:58:06 -0500
From:      Andre Cameron <camcom@optonline.net>
To:        lucas@slb.to
Cc:        Questions@FreeBSD.ORG
Subject:   Re: Ping Question
Message-ID:  <001901c163ae$c79bcb60$0200a8c0@supportjlgjov8>
References:  <007e01c163a7$6ac1ab50$0200a8c0@supportjlgjov8> <15330.43573.984625.726261@apu.five.sight>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

Ok Herers what I did:
################################################
FROM INSIDE THE MACHINE:
[root@andromeda /root]# telnet andromeda.mine.nu 80
Trying 24.45.214.23...
Connected to andromeda.mine.nu.
Escape character is '^]'.
GET/HTTP/1.0
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>501 Method Not Implemented</TITLE>
</HEAD><BODY>
<H1>Method Not Implemented</H1>
GET/HTTP/1.0 to /index.shtml not supported.<P>
Invalid method in request GET/HTTP/1.0<P>
<HR>
<ADDRESS>Apache/1.3.14 Server at andromeda.mine.nu Port 80</ADDRESS>
</BODY></HTML>
Connection closed by foreign host.
[root@andromeda /root]# 

FROM ANOTHER NETWORK:
ns1:/home/anic# telnet andromeda.mine.nu 80
Trying 24.45.214.23...
telnet: connect to address 24.45.214.23: Connection refused
telnet: Unable to connect to remote host
##############################################

So it's the port:(  Any usual things that keep the port closed?

----- Original Message ----- 
From: "Lucas Bergman" <lucas@slb.to>
To: "Andre Cameron" <camcom@optonline.net>
Cc: <Questions@FreeBSD.ORG>
Sent: Friday, November 02, 2001 9:14 AM
Subject: Re: Ping Question


> > Can I ping a specific port?  if so how?
> 
> Ping uses a separate protocol (ICMP).  It's just to tell if a host is
> alive (and how far away it is networkologically).  It doesn't make
> sense to direct it to a given port.
> 
> > It seams that port 80 is not excepting requests from outside my
> > netwrok and I'm not sure if the port is open or now, if not does
> > anyone have any ideas how to open it?
> 
> Ah.  That we can do:
> 
>   $ telnet myhost.foo.bar 80
> 
> If you get a connection, then type (for example)
> 
>   GET / HTTP/1.0
> 
> and bonk on the enter key twice.
> 
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> > [ ... ]
> 
> Please don't do that.
> 
> Lucas
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001901c163ae$c79bcb60$0200a8c0>