<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How do I turn on telnet service on for a Linux / FreeBSD system?</title> <atom:link href="http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: pradeep nair</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-62119</link> <dc:creator>pradeep nair</dc:creator> <pubDate>Sat, 03 Sep 2011 12:17:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-62119</guid> <description>sir,
I can connect to unix sco server through pc by using telnet but i am not able to connect it through my hcl thin clients. kindly suggest how do i connect to my unix server through telnet
from my thin clients
thanks a lot in advance</description> <content:encoded><![CDATA[<p>sir,<br
/> I can connect to unix sco server through pc by using telnet but i am not able to connect it through my hcl thin clients. kindly suggest how do i connect to my unix server through telnet<br
/> from my thin clients<br
/> thanks a lot in advance</p> ]]></content:encoded> </item> <item><title>By: shabbir</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-61208</link> <dc:creator>shabbir</dc:creator> <pubDate>Mon, 01 Aug 2011 16:01:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-61208</guid> <description>thanks for your suggestion</description> <content:encoded><![CDATA[<p>thanks for your suggestion</p> ]]></content:encoded> </item> <item><title>By: subh</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-60853</link> <dc:creator>subh</dc:creator> <pubDate>Tue, 19 Jul 2011 21:15:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-60853</guid> <description>can u tell me what is problem while giving my bt login and password it is not allowing to enter giving login failure</description> <content:encoded><![CDATA[<p>can u tell me what is problem while giving my bt login and password it is not allowing to enter giving login failure</p> ]]></content:encoded> </item> <item><title>By: Ryan</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-60850</link> <dc:creator>Ryan</dc:creator> <pubDate>Tue, 19 Jul 2011 19:58:49 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-60850</guid> <description>people with the same problem as Swamy and RCruz:
you actually need to do a
sudo apt-get install inetutils-telnetd</description> <content:encoded><![CDATA[<p>people with the same problem as Swamy and RCruz:<br
/> you actually need to do a<br
/> sudo apt-get install inetutils-telnetd</p> ]]></content:encoded> </item> <item><title>By: MUKESH KUMAR YADAV</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-59821</link> <dc:creator>MUKESH KUMAR YADAV</dc:creator> <pubDate>Mon, 06 Jun 2011 06:26:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-59821</guid> <description>=&gt;  Click Application &gt; Accessories &gt; Terminal
=&gt;  sudo bash
=&gt;  apt-get install xinetd telnetd
=&gt;  After Downloading this package
=&gt;  gedit  /etc/inetd.conf
write this syntex in this file
Syntex = telnet stram tcp nowait telnetd /usr/sbin/tcp  /usr/sbinin.telnetd
after saving this file
=&gt;  service xinetd restart
=&gt;  gedit /etc/xinetd.d/telne
service start
{
disable = no
flags  = REUSE
socket_type = stream
wait  = no
user = root
server = /user/sbin/in.telnetd
log_on_failure += USERID
}
=&gt; service xinetd restart
enjoy the telnet service</description> <content:encoded><![CDATA[<p>=&gt;  Click Application &gt; Accessories &gt; Terminal<br
/> =&gt;  sudo bash<br
/> =&gt;  apt-get install xinetd telnetd<br
/> =&gt;  After Downloading this package<br
/> =&gt;  gedit  /etc/inetd.conf<br
/> write this syntex in this file<br
/> Syntex = telnet stram tcp nowait telnetd /usr/sbin/tcp  /usr/sbinin.telnetd<br
/> after saving this file<br
/> =&gt;  service xinetd restart<br
/> =&gt;  gedit /etc/xinetd.d/telne<br
/> service start<br
/> {<br
/> disable = no<br
/> flags  = REUSE<br
/> socket_type = stream<br
/> wait  = no<br
/> user = root<br
/> server = /user/sbin/in.telnetd<br
/> log_on_failure += USERID<br
/> }</p><p>=&gt; service xinetd restart<br
/> enjoy the telnet service</p> ]]></content:encoded> </item> <item><title>By: zaheeralam</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-56369</link> <dc:creator>zaheeralam</dc:creator> <pubDate>Fri, 18 Mar 2011 08:49:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-56369</guid> <description>this is very user full for me</description> <content:encoded><![CDATA[<p>this is very user full for me</p> ]]></content:encoded> </item> <item><title>By: RCruz</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-55873</link> <dc:creator>RCruz</dc:creator> <pubDate>Mon, 21 Feb 2011 20:11:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-55873</guid> <description>I have the same problem that Swamy.
E: Unable to locate package telnetd.
I have Ubuntu Server 10.10 in a VM over Windows with the network configured in Bridge mode.
Please any help or direction will be welcome.
Thanks in advance.</description> <content:encoded><![CDATA[<p>I have the same problem that Swamy.<br
/> E: Unable to locate package telnetd.</p><p>I have Ubuntu Server 10.10 in a VM over Windows with the network configured in Bridge mode.</p><p>Please any help or direction will be welcome.</p><p>Thanks in advance.</p> ]]></content:encoded> </item> <item><title>By: Swamy</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-55759</link> <dc:creator>Swamy</dc:creator> <pubDate>Fri, 18 Feb 2011 10:32:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-55759</guid> <description>I am a Ubuntu user, I am not able to use telnet, please let me know how it works.
I am getting following error ...
#sudo apt-get install telnetd
sudo] password for ubuntu:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package telnetd</description> <content:encoded><![CDATA[<p>I am a Ubuntu user, I am not able to use telnet, please let me know how it works.<br
/> I am getting following error &#8230;<br
/> #sudo apt-get install telnetd</p><p>sudo] password for ubuntu:<br
/> Reading package lists&#8230; Done<br
/> Building dependency tree<br
/> Reading state information&#8230; Done<br
/> E: Unable to locate package telnetd</p> ]]></content:encoded> </item> <item><title>By: thirisangu</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-51066</link> <dc:creator>thirisangu</dc:creator> <pubDate>Tue, 23 Nov 2010 06:55:02 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-51066</guid> <description>i was installed windows and Red Hat in bot pc how can i mount the ntfs file in my linux os</description> <content:encoded><![CDATA[<p>i was installed windows and Red Hat in bot pc how can i mount the ntfs file in my linux os</p> ]]></content:encoded> </item> <item><title>By: Rohit</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-49135</link> <dc:creator>Rohit</dc:creator> <pubDate>Wed, 01 Sep 2010 06:01:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-49135</guid> <description>I got the following error while installing xinetd service
Header V3 DSA Signature NOKEY,key ID 37017186
Give me steps to start the telnet service on Red Hat Linux</description> <content:encoded><![CDATA[<p>I got the following error while installing xinetd service</p><p>Header V3 DSA Signature NOKEY,key ID 37017186</p><p>Give me steps to start the telnet service on Red Hat Linux</p> ]]></content:encoded> </item> <item><title>By: Arun</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-48143</link> <dc:creator>Arun</dc:creator> <pubDate>Wed, 30 Jun 2010 10:25:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-48143</guid> <description>Hi i am not able to enable Telnet service in my PC even i Used sudo apt-get install telnetd command in Ubuntu 9.04, is anything i need to install in the system to enable Telnet in my PC</description> <content:encoded><![CDATA[<p>Hi i am not able to enable Telnet service in my PC even i Used sudo apt-get install telnetd command in Ubuntu 9.04, is anything i need to install in the system to enable Telnet in my PC</p> ]]></content:encoded> </item> <item><title>By: Viknesh S T G M</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-48117</link> <dc:creator>Viknesh S T G M</dc:creator> <pubDate>Tue, 29 Jun 2010 04:53:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-48117</guid> <description>Thanks that was really helpful</description> <content:encoded><![CDATA[<p>Thanks that was really helpful</p> ]]></content:encoded> </item> <item><title>By: rameshr</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-46420</link> <dc:creator>rameshr</dc:creator> <pubDate>Mon, 15 Mar 2010 07:00:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-46420</guid> <description>hellow sir i am ramesh bigenner how to configure more than 60 telnet ip address
it wiil be only connecting 40or50 please sent my mail address</description> <content:encoded><![CDATA[<p>hellow sir i am ramesh bigenner how to configure more than 60 telnet ip address<br
/> it wiil be only connecting 40or50 please sent my mail address</p> ]]></content:encoded> </item> <item><title>By: ankurk</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-43073</link> <dc:creator>ankurk</dc:creator> <pubDate>Thu, 13 Aug 2009 11:39:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-43073</guid> <description>i found the aforementioned tips to be really useful...
thank you .</description> <content:encoded><![CDATA[<p>i found the aforementioned tips to be really useful&#8230;<br
/> thank you .</p> ]]></content:encoded> </item> <item><title>By: mohammad</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-41796</link> <dc:creator>mohammad</dc:creator> <pubDate>Tue, 26 May 2009 19:07:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-41796</guid> <description>lot of thanks</description> <content:encoded><![CDATA[<p>lot of thanks</p> ]]></content:encoded> </item> <item><title>By: thepul</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-41062</link> <dc:creator>thepul</dc:creator> <pubDate>Mon, 06 Apr 2009 06:05:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-41062</guid> <description>Your article was really helpful</description> <content:encoded><![CDATA[<p>Your article was really helpful</p> ]]></content:encoded> </item> <item><title>By: raja</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-40705</link> <dc:creator>raja</dc:creator> <pubDate>Thu, 12 Mar 2009 09:58:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-40705</guid> <description>how to configure more than 100 telnet ip address
it wiil be only connecting 40or50</description> <content:encoded><![CDATA[<p>how to configure more than 100 telnet ip address<br
/> it wiil be only connecting 40or50</p> ]]></content:encoded> </item> <item><title>By: shanmuga</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-40514</link> <dc:creator>shanmuga</dc:creator> <pubDate>Fri, 27 Feb 2009 06:12:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-40514</guid> <description>thank you for your useful configuration</description> <content:encoded><![CDATA[<p>thank you for your useful configuration</p> ]]></content:encoded> </item> <item><title>By: A.Ahmed</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-40320</link> <dc:creator>A.Ahmed</dc:creator> <pubDate>Mon, 16 Feb 2009 11:07:30 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-40320</guid> <description>The above info is very useful... it helped me ... so thanks for posting...</description> <content:encoded><![CDATA[<p>The above info is very useful&#8230; it helped me &#8230; so thanks for posting&#8230;</p> ]]></content:encoded> </item> <item><title>By: anilkumar</title><link>http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system/#comment-40086</link> <dc:creator>anilkumar</dc:creator> <pubDate>Mon, 02 Feb 2009 09:30:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxfreebsd-system.php#comment-40086</guid> <description>inredhat linux i want to telnet config</description> <content:encoded><![CDATA[<p>inredhat linux i want to telnet config</p> ]]></content:encoded> </item> </channel> </rss>
