From owner-freebsd-hackers@FreeBSD.ORG Mon Oct 31 23:39:42 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA0C16A420 for ; Mon, 31 Oct 2005 23:39:42 +0000 (GMT) (envelope-from anonymous@smtp.netli.com) Received: from smtp.netli.com (ip2-pal-focal.netli.com [66.243.52.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B23543D45 for ; Mon, 31 Oct 2005 23:39:41 +0000 (GMT) (envelope-from anonymous@smtp.netli.com) Received: (qmail 12602 invoked by uid 0); 31 Oct 2005 23:37:58 -0000 Received: (qmail 23754 invoked by uid 84); 30 Oct 2005 13:27:25 -0000 Received: from owner-freebsd-net@freebsd.org by l3-1 with qmail-scanner-0.96 (uvscan: v4.1.40/v4121. . Clean. Processed in 0.184522 secs); 30 Oct 2005 13:27:25 -0000 Received: from unknown (HELO mx1-sjc-eqx.netli.net) (66.151.135.37) by 192.168.238.247 with DES-CBC3-SHA encrypted SMTP; 30 Oct 2005 13:27:25 -0000 Received: (qmail 11872 invoked by uid 0); 30 Oct 2005 13:27:25 -0000 Received: from unknown (HELO psmtp.com) (64.18.2.73) by 66.151.135.37 with SMTP; 30 Oct 2005 13:27:25 -0000 Received: from source ([216.136.204.119]) by exprod7mx71.postini.com ([64.18.6.10]) with SMTP; Sun, 30 Oct 2005 05:27:25 PST Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id EAB5056F90; Sun, 30 Oct 2005 13:24:12 +0000 (GMT) (envelope-from owner-freebsd-net@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id E52F616A426; Sun, 30 Oct 2005 13:24:11 +0000 (GMT) (envelope-from owner-freebsd-net@freebsd.org) X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 825CD16A45A; Sun, 30 Oct 2005 13:23:22 +0000 (GMT) (envelope-from ray@redshift.com) Received: from mail.quickmeet.com (quickmeet.com [216.228.17.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BAB843D48; Sun, 30 Oct 2005 13:23:22 +0000 (GMT) (envelope-from ray@redshift.com) Received: from workstation (workstation [192.168.20.250]) by mail.quickmeet.com (Postfix) with SMTP id D7E0C17032; Sun, 30 Oct 2005 04:55:34 -0800 (PST) Message-Id: <3.0.1.32.20051030052327.00a66128@pop.redshift.com> X-Mailer: na X-Sender: redshift.com Date: Sun, 30 Oct 2005 05:23:27 -0800 To: kamal kc , freebsd-questions@freebsd.org From: ray@redshift.com In-Reply-To: <20051030100749.12791.qmail@web35708.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Sender: owner-freebsd-net@freebsd.org Errors-To: owner-freebsd-net@freebsd.org Cc: freebsd , freebsd Subject: Re: tcp services (ssh,ftp) does not work X-BeenThere: freebsd-hackers@freebsd.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 23:39:42 -0000 At 02:07 AM 10/30/2005 -0800, kamal kc wrote: | dear all, | | i have put sshd_enable="YES" | and inetd_enable="YES" | in /etc/rc.conf. | | netstat -an also shows that the port numbers | 21 and 22 are in listen state | | ftp is uncommented in /etc/inetd.conf | | but still the ssh/ftp services does not work. | | when i ftp from another computer the netstat | shows connection established but the ftp client | does not show anything. | | using ftp/ssh on the same computer also does not show | anything --- just blank. | | | what could have gone wrong. | | Help !!! | | kamal telnet localhost 21 telnet localhost 22 see if you get connections do you have a firewall running? Such as ipf. If so, make sure you have rules to allow traffic on those ports from outside machines, etc. Ray _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"