Date: Tue, 5 Dec 2006 23:38:34 -0600 From: Lane <lane@joeandlane.com> To: freebsd-questions@freebsd.org Subject: Re: cant able to telnet the freebsd system Message-ID: <200612052338.34366.lane@joeandlane.com> In-Reply-To: <000301c718f3$91915990$5e0aa8c0@CHN.EGURKHA.COM> References: <000301c718f3$91915990$5e0aa8c0@CHN.EGURKHA.COM>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 05 December 2006 23:01, ratheesh@eginnovations.com wrote: > Hi Team > > 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 > > but I couldnt able to telnet the server both locally or remote > > Regards > > Ratheesh > > > > _______________________________________________ The way to do this "live" (i.e. without rebooting) is ls -al | grep inetd take note othe number, such as: 697 ?? Is 0:00.01 /usr/sbin/inetd -wW -C 60 Then kill -HUP 697 This will restart inetd and anything that it manages for you, such as telnet, ftp, or whatever. lane
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612052338.34366.lane>