From owner-freebsd-questions Fri Nov 2 6:58:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lamia.lf.net (lamia.LF.net [212.9.190.31]) by hub.freebsd.org (Postfix) with ESMTP id 4BA3137B403 for ; Fri, 2 Nov 2001 06:58:24 -0800 (PST) Received: by lamia.lf.net (Smail3.2.0.111/lamia.lf.net) via LF.net GmbH Internet Services for hub.FreeBSD.ORG id m15zfm1-001Sq7C; Fri, 2 Nov 2001 15:58:21 +0100 (CET) To: Andre Cameron Cc: Questions@FreeBSD.ORG Subject: Re: Ping Question References: <007e01c163a7$6ac1ab50$0200a8c0@supportjlgjov8> Organization: LF.net GmbH, Stuttgart, Germany X-Attribution: viteno X-NCC-RegID: de.lfnet X-URL: http://www.LF.net/ X-Face: 5*nyF1\39:,h6Sk1<}(t1O5x!y5y6@XzBRq5LAYj;Xzb*Ak,]@$HL@>: c&#dUFU=U8O(+/6T0k{j{1~uS@GVk4zurEEb.~MoSbG2pM4z!~/<@.tcd `uD`fNR+TM\@++x@!/Bq)24"xD_kGn,jqwVQa|R'|FFxgWa+$0x]p>KE9E /Xk0$%a*2*K]"zOtbk9v0sNgwb2H"IOaEjCVolb5&yW`o#w2}!w!M{Dn&{K0t From: Norbert Koch Date: Fri, 02 Nov 2001 15:58:21 +0100 In-Reply-To: <007e01c163a7$6ac1ab50$0200a8c0@supportjlgjov8> (Andre Cameron's message of "Fri, 02 Nov 2001 09:05:24 -0500") Message-ID: Lines: 20 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.5 (asparagus, i386-unknown-freebsd4.4) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andre Cameron writes: Hi! > Can I ping a specific port? if so how? 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? No, you can't ping a port. This is a different type of protocol. In order to check whether a specific port is open, telnet to the host, eg % telnet host.domain.tld 80 If you get an answer, the port is open. Another alternative would be nmap which you can install from your ports collection. It tells you all open ports of the machine. norbert. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message