<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NamHuy &#187; service</title>
	<atom:link href="http://namhuy.org/blog/tag/service/feed/" rel="self" type="application/rss+xml" />
	<link>http://namhuy.org/blog</link>
	<description>Includes news, help, tutorials, programming, tips and how-to guides for Linux, UNIX, and BSD</description>
	<lastBuildDate>Wed, 21 Mar 2012 03:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Ubuntu Linux enable telnet service</title>
		<link>http://namhuy.org/blog/2009/11/03/ubuntu-linux-enable-telnet-service-2/</link>
		<comments>http://namhuy.org/blog/2009/11/03/ubuntu-linux-enable-telnet-service-2/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:14:10 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/2009/11/03/ubuntu-linux-enable-telnet-service-2/</guid>
		<description><![CDATA[Q. How do I install and start telnet service / server under Ubuntu Linux? A. Telnet is an insecure service. It is recommended that you use ssh service. However sometime telnet server or service is needed. Here are instructions to &#8230; <a href="http://namhuy.org/blog/2009/11/03/ubuntu-linux-enable-telnet-service-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Q. How do I install and start telnet service / server under Ubuntu Linux?</p>
<p>A. Telnet is an insecure service. It is recommended that you use ssh service. However sometime telnet server or service is needed. Here are instructions to enable telnet:<br />
Install telnetd server</p>
<p>$ sudo apt-get install telnetd<br />
Restart inetd service:<br />
$ sudo /etc/init.d/openbsd-inetd restart<br />
You should now be able to telnet to the server from Windows or Linux desktop system to Ubentu Linux telnet server. Type the following command to connect to Telnet server:<br />
$ telnet ubentu-linux-server-ip<br />
$ telnet 192.168.1.200<br />
$ telnet ubentu.mydomain.com</p>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2009%2F11%2F03%2Fubuntu-linux-enable-telnet-service-2%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:80px; height:21px;"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2009/11/03/ubuntu-linux-enable-telnet-service-2/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2009/11/03/ubuntu-linux-enable-telnet-service-2/"  data-text="Ubuntu Linux enable telnet service" data-count="horizontal"></a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2009/11/03/ubuntu-linux-enable-telnet-service-2/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2009/11/03/ubuntu-linux-enable-telnet-service-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu Linux enable telnet service</title>
		<link>http://namhuy.org/blog/2008/02/05/ubuntu-linux-enable-telnet-service/</link>
		<comments>http://namhuy.org/blog/2008/02/05/ubuntu-linux-enable-telnet-service/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 00:00:50 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/2008/02/05/ubuntu-linux-enable-telnet-service/</guid>
		<description><![CDATA[What is telnet? Telnet is a user command and an underlying TCP/IP protocol for accessing remote computers. Through Telnet, an administrator or another user can access someone else&#8217;s computer remotely. On the Web, HTTP and FTP protocols allow you to &#8230; <a href="http://namhuy.org/blog/2008/02/05/ubuntu-linux-enable-telnet-service/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What is telnet?</p>
<p>Telnet is a user command and an underlying TCP/IP protocol for accessing remote computers. Through Telnet, an administrator or another user can access someone else&#8217;s computer remotely. On the Web, HTTP and FTP protocols allow you to request specific files from remote computers, but not to actually be logged on as a user of that computer. With Telnet, you log on as a regular user with whatever privileges you may have been granted to the specific application and data on that computer.</p>
<p>A Telnet command request looks like this (the computer name is made-up):</p>
<blockquote><p>telnet namhuy.org</p></blockquote>
<p>The result of this request would be an invitation to log on with a userid and a prompt for a password. If accepted, you would be logged on like any user who used this computer every day.</p>
<p>Telnet is most likely to be used by program developers and anyone who has a need to use specific applications or data located at a particular host computer.</p>
<p><strong> Install telnetd server</strong></p>
<blockquote><p>$ sudo apt-get install telnetd</p></blockquote>
<p>Restart inetd service:</p>
<blockquote><p>$ sudo /etc/init.d/openbsd-inetd restart</p></blockquote>
<p>You should now be able to telnet to the server from Windows or Linux desktop system to Ubentu Linux telnet server. Type the following command to connect to Telnet server:</p>
<blockquote><p>$ telnet ubentu-linux-server-ip<br />
$ telnet 192.168.1.200<br />
$ telnet ubentu.mydomain.com</p></blockquote>
<div class="bottomcontainerBox" style="background-color:#F0F4F9;">
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnamhuy.org%2Fblog%2F2008%2F02%2F05%2Fubuntu-linux-enable-telnet-service%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:80px; height:21px;"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://namhuy.org/blog/2008/02/05/ubuntu-linux-enable-telnet-service/"></g:plusone>
			</div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://namhuy.org/blog/2008/02/05/ubuntu-linux-enable-telnet-service/"  data-text="Ubuntu Linux enable telnet service" data-count="horizontal"></a>
			</div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://namhuy.org/blog/2008/02/05/ubuntu-linux-enable-telnet-service/"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2008/02/05/ubuntu-linux-enable-telnet-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.321 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-21 12:03:21 -->
<!-- Compression = gzip -->
