From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:37:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB71C16A41F for ; Tue, 25 Oct 2005 14:37:37 +0000 (GMT) (envelope-from listmail@filn.net) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736D543D6E for ; Tue, 25 Oct 2005 14:37:37 +0000 (GMT) (envelope-from listmail@filn.net) Received: (qmail 29387 invoked from network); 25 Oct 2005 14:37:36 -0000 Received: from dsl093-017-017.msp1.dsl.speakeasy.net (HELO [192.168.3.55]) (tim@filn.net@[66.93.17.17]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 25 Oct 2005 14:37:36 -0000 Message-ID: <435E430F.2030103@filn.net> Date: Tue, 25 Oct 2005 09:37:03 -0500 From: Tim Erlin User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mohan Singh References: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> In-Reply-To: <48d803190510250633k93e3934n7f1dd2bca493e21e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: telnetting/netcatting into a DNS server? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: listmail@filn.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:37:38 -0000 Mohan Singh wrote: > How would I connect to a nameserver and talk to it so I can know it is > working? I get as far as connecting to the port, but I don't know how to > make it send back anything meaningful. You could use the 'dig' command: dig @ a yahoo.com Or you could use 'nmap' with a -sV option, limiting it to port 53/udp or 53/tcp, to actually scan for an application response. --Tim