> On Thursday 11 October 2001 14:33, you wrote: > > should resemble > > /home/rex # netstat -anp | fgrep :23 > tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTE> N 395/inetd > IPX 0 0 FE2AA8C0:2340 - > > > maybe without the IPX line....
I get no output at all, even if I fgrep :23 on a regular netstat output as well. > Still no joy ? > OK then look at the system interface... > > /home/rex # ps -ef | fgrep inet | fgrep -v fgrep > root 395 1 0 Oct09 ? 00:00:00 /usr/sbin/inetd Yep, inetd is running, and there's an entry in /etc/inetd.conf for running the telnet daemon. > /home/rex # strace -f -p 395 -o /tmp/err & > [1] 19713 > /home/rex # telnet localhost > Trying ::1... > Trying 127.0.0.1... > Connected to localhost. I can't even telnet to localhost, I get an error saying connection refused. Cheers, Steven
