Re: tcp services (ssh,ftp) does not work
ray_at_redshift.com
Date: 10/30/05
- Previous message: David S. Madole: "Re: monitoring resident memory of a process"
- In reply to: kamal kc: "tcp services (ssh,ftp) does not work"
- Next in thread: Doug Barton: "Re: tcp services (ssh,ftp) does not work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 30 Oct 2005 05:23:27 -0800 To: kamal kc <kamal_ckk@yahoo.com>, freebsd-questions@freebsd.org
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"
- Previous message: David S. Madole: "Re: monitoring resident memory of a process"
- In reply to: kamal kc: "tcp services (ssh,ftp) does not work"
- Next in thread: Doug Barton: "Re: tcp services (ssh,ftp) does not work"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|