Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2005 05:23:27 -0800
From:      ray@redshift.com
To:        kamal kc <kamal_ckk@yahoo.com>, freebsd-questions@freebsd.org
Cc:        freebsd <freebsd-hackers@freebsd.org>, freebsd <freebsd-net@freebsd.org>
Subject:   Re: tcp services (ssh,ftp) does not work
Message-ID:  <3.0.1.32.20051030052327.00a66128@pop.redshift.com>
In-Reply-To: <20051030100749.12791.qmail@web35708.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.1.32.20051030052327.00a66128>