<?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>LifeUML &#187; rdesktop</title>
	<atom:link href="http://lifeuml.com/tag/rdesktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifeuml.com</link>
	<description>from actor, to actors..</description>
	<lastBuildDate>Fri, 28 Aug 2009 10:17:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux Remote Desktop For Controlling Windows (rdesktop)</title>
		<link>http://lifeuml.com/linux-remote-desktop-for-controlling-windows-xp-vista-server-2003-rdesktop/</link>
		<comments>http://lifeuml.com/linux-remote-desktop-for-controlling-windows-xp-vista-server-2003-rdesktop/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 00:25:00 +0000</pubDate>
		<dc:creator>TuyenT</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rdesktop]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lifeuml.com/?p=48</guid>
		<description><![CDATA[I am responsible for couple of windows servers and windows xp workstations too. When I work from home, I need a way to get into Windows XP/2000/Vista/2003 server for work.

Since I have Debain Linux at home, I needed a way to login into Microsoft windows desktop from Linux OS. Many of us working at tech [...]]]></description>
			<content:encoded><![CDATA[<p>I am responsible for couple of windows servers and windows xp workstations too. When I work from home, I need a way to get into Windows XP/2000/Vista/2003 server for work.</p>
<p><img class="aligncenter size-medium wp-image-49" title="rdesktop" src="http://lifeuml.com/wp-content/uploads/2009/06/rdesktop-300x225.png" alt="rdesktop" width="300" height="225" /></p>
<p>Since I have Debain Linux at home, I needed a way to login into Microsoft windows desktop from Linux OS. Many of us working at tech support use rdesktop to connect to customers&#8217; windows XP box.</p>
<p>Especially it is very useful to configure Outlook or something else when customers do not understand how to configure or troubleshoot problem. This is the best way to fix a problem.</p>
<p>Fortunately, Linux has rdesktop utility. It is a client for remote desktop protocol (RDP), used in a number of Microsoft products including Windows NT Terminal Server, Windows 2000 Server, Windows XP and Windows 2003 Server. You do not need to install VNC server. All you need is rdesktop client on Linux or BSD workstation.</p>
<p><strong>Install rdesktop</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> rdesktop</pre></div></div>

<p>Connect to MS Windows 2000/2003 server from Linux, type the following command at a shell prompt (connect to Windows server called mw2sn100.mycorp.com)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ rdesktop mw2sn100.mycorp.com</pre></div></div>

<p>Or connect to windows XP/Vista workstation having IP 192.168.1.17:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ rdesktop 192.168.1.17</pre></div></div>

<p>Please note that you must first enable remote desktop connection under Windows Server/XP.</p>
<p>* Go to Windows XP Desktop<br />
* Right Click on My Computer<br />
* Select properties<br />
* Select Remote tab<br />
* Enable Remote desktop.<br />
* Save the changes.</p>
<p>Make sure enterprise firewall allows incoming connection on TCP port 3389. rdesktop supports many other options, see man page of rdesktop or visit main website of rdesktop for more information.</p>
<p>Original Post from: <a href="http://www.cyberciti.biz/tips/linux-remote-desktop-for-controlling-windows-xp-desktop.html" target="_blank">cyberciti.biz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lifeuml.com/linux-remote-desktop-for-controlling-windows-xp-vista-server-2003-rdesktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
