cant able to telnet the freebsd system

Olivier Nicole on at cs.ait.ac.th
Tue Dec 5 21:12:44 PST 2006


> I put entry in  /etc/rc.conf  as
> inetd_enable="YES"
> and after that  /etc/inetd.conf  I  uncomment the telnet line to activate 
> the telnet server
> then restarted the telnet service
> /etc/rc.d/inetd restart
> and it get restarted

If you had to enable inetd, it means it was the first time it was
executed, maybe "/etc/rc.d/inetd start" would be better as it was not
started before.

Are you sure that inetd is running?

    ps auwx|grep inetd

Are you sure that your machine is listening on telnet port?

    netstat -a |grep telnet

Olivier


More information about the freebsd-questions mailing list