atom feed5 messages in org.freebsd.freebsd-hackerstcp services (ssh,ftp) does not work
FromSent OnAttachments
kamal kcOct 30, 2005 2:08 am 
ra...@redshift.comOct 30, 2005 5:23 am 
Doug BartonOct 30, 2005 3:32 pm 
Albert ShihOct 31, 2005 4:48 am 
Marek DenisMay 29, 2006 1:33 pm 
Subject:tcp services (ssh,ftp) does not work
From:ra...@redshift.com (ra@redshift.com)
Date:Oct 30, 2005 5:23:37 am
List:org.freebsd.freebsd-hackers

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