From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 19:47:59 2004 Return-Path: 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 0AD5F16A4CE for ; Fri, 6 Feb 2004 19:47:59 -0800 (PST) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 869E743D31 for ; Fri, 6 Feb 2004 19:47:57 -0800 (PST) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.119]) by mta11.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040207034757.CYVV7858.mta11.adelphia.net@barbish>; Fri, 6 Feb 2004 22:47:57 -0500 From: "JJB" To: , Date: Fri, 6 Feb 2004 22:47:56 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-reply-to: <003201c3eccb$ca1b5150$0701a8c0@darryl> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: 5.1 & telnet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 03:47:59 -0000 To get native telnet working on your gateway box, Besides un-commenting the telnet tcp6 statement in /etc/inetd.conf, you also have to enable inetd in /etc/rc.conf, by adding this statement inetd_enable="YES" # Run super server network daemon dispatcher. Reboot to activate or issue kill -HUP command on task number SSH has it's own version of telnet, to enable that you have to add this statement to rc.conf sshd_enable="YES" If you are only accessing your gateway using the above functions from your private Lan and your firewall only has rules on the interface facing the public internet, then the above should enable things to work. >From a FBSD box on the Lan use this command telnet xxx.xxx.xxx.xxx where the xxx = the private ip address of the gateway machine. Issue ps ax command to show running tasks and look for inetd task, it has to be running for native telnet to work. If you have the above rc.conf statements all ready then post your firewall and Nat rules for people to review. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Darryl Hoar Sent: Friday, February 06, 2004 11:11 AM To: freebsd-questions@freebsd.org Subject: 5.1 & telnet Greetings, I have tried to get putty configured to access my 5.1 release box using SSH. No joy, and I'm quite tired of trying. I tried to enable telnet on my 5.1 box. Uncommented inetd.conf line, and verified that the services line was in place. I tried to connect to the box with telnet and got a connection refused. Even rebooted the box with the same result. I am accessing this box on my internal network, and my firewall blocks the telnet port, so I'm not worried about outside access. So, telnet will get me by for now. Any ideas what's wrong ? BTW, searched the mailing list archives on freebsd.org , but didn't find info about this. thanks, Darryl _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"