Forum Discussion
Altera_Forum
Honored Contributor
20 years agotelnetd:all network ports in use.
i make a newsimple services file,and I can run inetd. this is my services file: <div class='quotetop'>QUOTE </div> --- Quote Start --- ftp-data 20/tcp ftp 21/tcp telnet 23/tcp u...
Altera_Forum
Honored Contributor
19 years agofound out myself,
all is working but I started the telnetd the wrong way. telnetd should be started by inetd and not by invoking /bin/telnetd &. telnetd only shows up in the process list when a session is started from a remote host.