telnet

I have a regular ( from standard CD ) QNX 6.1 system and would like to
initiate a telnet session from my Windows NT system. It always fails to
connect.
The nework connectivity is working ( i.e. ping ).
Anything I should do ?

Many thanks.

,
(o o)
---------------------------oOO–(_)–OOo-----------------------------


| Edgar Dieperink | Home : +41-(0)21-828.20.11 |
| Rue du Fort 22 | Facsimile : +41-(0)21-828.20.19 |
| CH-1188 Gimel | Office : +41-(0)22-995.00.51 |
| Switzerland | e-mail : dieperie@iprolink.ch |
| | http : www.up-all-night.ch/~dieperie/ |

have you run inetd?

Poseidon <paul.ryan2@nospam.virgin.net> wrote:

have you run inetd?

run (as root) inetd to start the superserver (which in turn spawns the right
processes to handle requests such as telnet). A good debugging hint is to
start inetd with the -d option (ie. inetd -d). This will not make inetd go
into the background and will display who is listening for what/ and when a
request is made/serviced.

-Adam