From owner-freebsd-questions@FreeBSD.ORG Sat Jan 22 22:21:56 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EF88106564A for ; Sat, 22 Jan 2011 22:21:56 +0000 (UTC) (envelope-from root@mediamonks.net) Received: from mail.mediamonks.net (mail.mediamonks.net [217.195.117.200]) by mx1.freebsd.org (Postfix) with ESMTP id C00D18FC12 for ; Sat, 22 Jan 2011 22:21:53 +0000 (UTC) X-CGP-Sophos: Scanned and found clean X-Abuse-Info: Send abuse reports about this email to abuse@mediamonks.net Received: from [217.195.122.32] (account terrence@mediamonks.com) by mail.mediamonks.net (CommuniGate Pro IMAP 5.4c1) with XMIT id 6721608; Sat, 22 Jan 2011 23:21:51 +0100 Date: Sat, 22 Jan 2011 23:22:51 +0100 Organization: MediaMonks B.V. Message-Id: <5b8c5d7f434c514eaa41e058570f954a@mediamonks.com> In-Reply-To: <20110122213300.GA96479@thought.org> MIME-Version: 1.0 Thread-Topic: lightbulb? prob'ly not, but.... Priority: Normal Importance: normal X-MSMail-Priority: normal X-Priority: 3 Sensitivity: Normal Thread-Index: Acu6gueoC3HHnP0NSMKPteXRm9sSAg== From: "Terrence Koeman" To: "Gary Kline" , "freebsd-questions@freebsd.org" X-Mailer: CommuniGate Pro MAPI Connector 1.52.53.1/1.53.11.1 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: Subject: RE: lightbulb? prob'ly not, but.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2011 22:21:56 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Gary Kline > Sent: Saturday, January 22, 2011 22:33 > To: FreeBSD Mailing List > Subject: lightbulb? prob'ly not, but.... > [snip] > > # telnet 10.47.0.230 > Trying ... > telnet: connect to addr n.n.n.n: Connection refused > telnet: Unable to connect to remotr host > > Does the "Connection refused" signify anything in the bind/dns world. > ? > > BEfore i portupgraded to bind97 from bind9, this kind of stuff worked. > Seeing as you're not resolving any hostname it's not DNS. You also have not specified a port for telnet to connect to so it'll defaul= t to 23, which you probably don't want. Try 'telnet 10.47.0.230 80' (80 is = the standard port for http). BTW, the 'Connection Refused' message means that the port is closed and sen= ding a RST, which means that either nothing is listening on the port or tha= t the system is sending RST's because of a firewall rule. If you haven't se= tup such rules you can assume the first to be the case. -- Regards, T. Koeman, MTh/BSc/BPsy; Technical Monk MediaMonks B.V. (www.mediamonks.com) Please quote relevant replies in correspondence.