> 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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to