From owner-freebsd-questions Wed Aug 2 14:03:45 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id OAA00265 for questions-outgoing; Wed, 2 Aug 1995 14:03:45 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id OAA00254 for ; Wed, 2 Aug 1995 14:03:43 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.11/8.6.5) with ESMTP id OAA01230; Wed, 2 Aug 1995 14:03:07 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id OAA01014; Wed, 2 Aug 1995 14:04:25 -0700 Message-Id: <199508022104.OAA01014@corbin.Root.COM> To: Joe McGuckin cc: questions@freebsd.org Subject: Re: Telnet problem In-reply-to: Your message of "Wed, 02 Aug 95 13:47:35 PDT." <199508022047.NAA01741@ns.via.net> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 02 Aug 1995 14:04:25 -0700 Sender: questions-owner@freebsd.org Precedence: bulk > >I have a machine on a subnet (mask is 255.255.255.224) that I want to >use as a firewall. > >I can telnet into the machine from the internet ok, but other machines >on the local exposed net or the internal net can't connect to the >telnet daemon. > >I get: > > fw: {4} telnet fw > Trying 205.162.31.34... > Connected to fw.vcsnet.com. > Escape character is '^]'. > >and it just hangs... > >Any suggestions? This looks like a local nameserver problem. Telnetd is trying to do the host lookup and is hanging. After 2 minutes or so it should give up and proceed with "login:". -DG