telnet or ftd daemon

Hi everibody,
when I try to telnet or ftp to my qnx 3.6 rtos box,
I have the following output:

telnet: connect to address 127.0.0.1: Connection refused
Trying ::1…
telnet: socket: Address family not supported by protocol family
bash-2.05a# telnet 192.168.0.30
Trying 192.168.0.30…
telnet: Unable to connect to remote host: Connection refused
bash-2.05a# telnet 127.0.0.1
Trying 127.0.0.1…
telnet: Unable to connect to remote host: Connection refused

some idea?

I started ftpd -l manually and I added ftp 22 tcp and udp on /etc/services,
but nothing.

where can I get a administration guide for network ?

thanks for all.

regards

dott. emilio mastriani

Have you tried the inetd service. inetd should be running for ftp to be use. I had a problem: I could not ftp or telnet my qnx pc on network. I enabled inetd service (QNX did not start inetd by default). As soon as I did it everything worked fine. Ofcourse the lines for ftp and telnet should be uncommented in /etc/services file. In addition check

  1. whether the permissions for users are there
  2. Relevant users have been added to allow ftp use (user accounts are there too).
    by the way telnet is on port 23 and ftp on 21 by default in services file.

telnetd/ftpd are written in such way that you can not “just started”. They expect being started by “inetd”, so yeah, check out “inetd” and “/etc/inetd.conf”.