<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Remote Desktop?</title>
	<link>http://ask.metafilter.com/26401/Remote-Desktop/</link>
	<description>Comments on Ask MetaFilter post Remote Desktop?</description>
	<pubDate>Mon, 31 Oct 2005 11:10:10 -0800</pubDate>
	<lastBuildDate>Mon, 31 Oct 2005 11:10:10 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Remote Desktop?</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop</link>	
		<description>Windows XP Remote Desktop.  I know there are many info on this, but I really need simple version for my brain to compute. &lt;br /&gt;&lt;br /&gt; o.k. I have one cable modem one router and three Windows XP Pro computers at home.  I want to be able to Remote Desktop on to these computers from another states or world.  I will be doing very basic things like copy files and simple checkup on computers.  I just need basic security setting (but don&apos;t want to be totally open).  I am somewhat successful on Remote Desktop behind my router.   But never been able to Remote Desktop from other places.   The computers will be restarted every day... I think this also gives me headache in Remote Desktop.   Can someone give me very simple way to do what I want to do?  (oh... even when i am behind my router, i noticed that my ip address in each computer changes... which also gives me problem)&lt;br&gt;
&lt;br&gt;
These are things that I know how to do:  Turn off XP firewall ... use Zone Alarm...  kinda know what ports are but not really...&lt;br&gt;
&lt;br&gt;
Would using PC anywhere better and easier?? I noticed that using ZoneAlarm was easier than XP Firewall.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.26401</guid>
		<pubDate>Mon, 31 Oct 2005 10:55:55 -0800</pubDate>
		<dc:creator>curiousleo</dc:creator>
		
			<category>Remote</category>
		
			<category>Desktop</category>
		
	</item> <item>
		<title>By: Rothko</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416231</link>	
		<description>1) You could set up Remote Desktop on each of the machines to run on different TCP ports&lt;br&gt;
&lt;br&gt;
2) You could then set up your router to do &lt;b&gt;port forwarding&lt;/b&gt; to the IP addresses your router assigns to each machine&lt;br&gt;
&lt;br&gt;
For example, you would set up RD on machine A with port 10000, machine B with port 10001, machine C with port 10002.&lt;br&gt;
&lt;br&gt;
Each machine can be given a fixed, private IP address by your router, depending on your router. Let&apos;s say machine A is 10.0.1.2. B is 10.0.1.3. C is 10.0.1.4.&lt;br&gt;
&lt;br&gt;
Now set up the port forwarding on the router configuration to redirect TCP port traffic on port:&lt;br&gt;
&lt;br&gt;
&#8226; 10000 to 10.0.1.2&lt;br&gt;
&#8226;&#160;10001 to 10.0.1.3&lt;br&gt;
&#8226;&#160;10002 to 10.0.1.4&lt;br&gt;
&lt;br&gt;
Remotely, set up your RDC client with three profiles, each to connect to the three custom ports, using the fixed, public IP address for your router.&lt;br&gt;
&lt;br&gt;
The router will then do the work of redirecting the RD traffic to one of the three machines.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416231</guid>
		<pubDate>Mon, 31 Oct 2005 11:10:10 -0800</pubDate>
		<dc:creator>Rothko</dc:creator>
	</item><item>
		<title>By: SteveInMaine</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416248</link>	
		<description>One thing remote desktop &lt;i&gt;won&apos;t&lt;/i&gt; do is file transfer. You might want to check out &lt;a href=&quot;http://ultravnc.sourceforge.net/&quot;&gt;UltraVNC&lt;/a&gt;. It does...  &quot;FileTransfer, Video Driver, Encryption Plugins, MS Logon, high performances over all kinds of connections, Viewer Toolbar, JavaViewer with FileTransfer, autoscaling and serverside scaling, Multiple Monitors support, Repeater/proxy support, good Security and Text Chat.&quot;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416248</guid>
		<pubDate>Mon, 31 Oct 2005 13:23:58 -0800</pubDate>
		<dc:creator>SteveInMaine</dc:creator>
	</item><item>
		<title>By: jduckles</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416281</link>	
		<description>SteveInMaine is wrong, Remote desktop does indeed do file transfer, it does it by mapping the drives of the local machine to the remote machine over the RDP link.  Be aware that it isn&apos;t advised to do this over slow links though.&lt;br&gt;
&lt;br&gt;
Depending on the limitations of your firewall you can either set up forwards from three different external ports, say: 3389, 3390, 3391 to the internal (behind firewall) IPs: 100, 101, 102 port 3389 (same internal port for each IP).&lt;br&gt;
&lt;br&gt;
If your firewall will not let you do port forwards like that, you can &lt;a href=&quot;http://support.microsoft.com/default.aspx?scid=kb;en-us;306759&quot;&gt;edit your registry&lt;/a&gt;  to set the port to something else (probably not a bad idea from a security standpoint anyway).&lt;br&gt;
&lt;br&gt;
Oh yeah, Rothko didn&apos;t mention this: In RDC you specify port number with a : after the IP address:&lt;br&gt;
example: myip.com:3390 (default is 3389)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416281</guid>
		<pubDate>Mon, 31 Oct 2005 13:42:32 -0800</pubDate>
		<dc:creator>jduckles</dc:creator>
	</item><item>
		<title>By: curiousleo</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416414</link>	
		<description>Thanks for the quick replies...&lt;br&gt;
But I need little more down to earth examples...  &lt;br&gt;
How do I permanantly assign ip address to each computer so that even after computer is reset, it still has the same number?... my router seems to assign different address everytime it reboots.  Do I do this in XP or in my router?&lt;br&gt;
&lt;br&gt;
Also from client computer, where do i find my ip address to put in RD log in menu?   When I do ipconfig, I get generic address like 192.168.2.9 or something.... and it dosen&apos;t seems to work unless i am behind my router.&lt;br&gt;
Am i missing something here?&lt;br&gt;
&lt;br&gt;
Please treat me as absolute beginner on this matter.... &lt;br&gt;
Thank you for any help</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416414</guid>
		<pubDate>Mon, 31 Oct 2005 14:58:08 -0800</pubDate>
		<dc:creator>curiousleo</dc:creator>
	</item><item>
		<title>By: Rothko</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416438</link>	
		<description>&lt;i&gt;How do I permanantly assign ip address to each computer so that even after computer is reset, it still has the same number?... my router seems to assign different address everytime it reboots. Do I do this in XP or in my router?&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
It is likely easier to do this in your router. The exact configuration instructions will depend upon your router.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;Also from client computer, where do i find my ip address to put in RD log in menu? When I do ipconfig, I get generic address like 192.168.2.9 or something.... and it dosen&apos;t seems to work unless i am behind my router. Am i missing something here?&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Open your router&apos;s configuration web page and look at its configuration page or, alternatively, in the router&apos;s logs. The IP address will be listed here.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416438</guid>
		<pubDate>Mon, 31 Oct 2005 15:14:47 -0800</pubDate>
		<dc:creator>Rothko</dc:creator>
	</item><item>
		<title>By: curiousleo</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416464</link>	
		<description>Is that mean every router has unique ip address..?&lt;br&gt;
So when i type its address my client computer will find my router at home through internet?&lt;br&gt;
&lt;br&gt;
i never understood how these things work... so if anyone have time...  please explain&lt;br&gt;
&lt;br&gt;
thanks</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416464</guid>
		<pubDate>Mon, 31 Oct 2005 15:36:11 -0800</pubDate>
		<dc:creator>curiousleo</dc:creator>
	</item><item>
		<title>By: SteveInMaine</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416468</link>	
		<description>Not do derail,  but thanks, jduckles. I didn&apos;t know I could do file transfers in remote desktop. Guess I should have read TFM.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416468</guid>
		<pubDate>Mon, 31 Oct 2005 15:40:12 -0800</pubDate>
		<dc:creator>SteveInMaine</dc:creator>
	</item><item>
		<title>By: jduckles</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416487</link>	
		<description>The reason the IPs are changing behind your firewall is that you have them set to DHCP.  DHCP makes it terribly convenient for you to have no idea how IP networks work, you just plug in your computer and the DHCP protocol automatically assigns an IP address to each computer that asks via the DHCP protocol.&lt;br&gt;
&lt;br&gt;
If you want the address to be the same every time you have two options.  One you can see if your router has so-called &quot;static-DHCP&quot;, this will assign IP addresses based upon the physical network address of the network cards in the computer (the MAC address).  Most consumer routers do not have this (last I checked).&lt;br&gt;
&lt;br&gt;
You could also set static IP addresses in the network configuration on each computer.  There are many caveats to this approach, first is that you must make sure that the DHCP server in your router does not assign the same IP addresses that you are planning to statically asign.  This is usually set (at least in Linksys routers) with a starting IP address and a range (number of total IPs the DHCP server can hand out).&lt;br&gt;
&lt;br&gt;
That should get you started and any basic &quot;Setting up Networking in Windows XP&quot; should help you figure things out.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416487</guid>
		<pubDate>Mon, 31 Oct 2005 16:12:25 -0800</pubDate>
		<dc:creator>jduckles</dc:creator>
	</item><item>
		<title>By: jduckles</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416488</link>	
		<description>That should have been &quot;Setting up Networking in WindowsXP&quot; FAQ.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416488</guid>
		<pubDate>Mon, 31 Oct 2005 16:12:52 -0800</pubDate>
		<dc:creator>jduckles</dc:creator>
	</item><item>
		<title>By: sublivious</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416561</link>	
		<description>Good info above.  I&apos;d also suggest you find out your &lt;em&gt;external &lt;/em&gt;IP address and whether your ISP gives you a dynamic or static IP.  If you have a dynamic IP (like me, and mine changes more often than I change underwear), you&apos;ll need a &lt;a href=&quot;http://www.google.com/search?q=dynamic+dns&quot;&gt;dynamic DNS service&lt;/a&gt;.  Your router may have this service built in.&lt;br&gt;
&lt;br&gt;
The IP addresses jduckles speaks of are internal ip addresses.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416561</guid>
		<pubDate>Mon, 31 Oct 2005 18:38:15 -0800</pubDate>
		<dc:creator>sublivious</dc:creator>
	</item><item>
		<title>By: curiousleo</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416594</link>	
		<description>Now I am starting to get the picture...&lt;br&gt;
I do have dynamic ip...  so i will try with that dynamic dns service...&lt;br&gt;
&lt;br&gt;
I thought RD will be a very simple XP feature... but it seems there are a lot more things to do before a normal person can even get one use out of it</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416594</guid>
		<pubDate>Mon, 31 Oct 2005 19:41:59 -0800</pubDate>
		<dc:creator>curiousleo</dc:creator>
	</item><item>
		<title>By: Rothko</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416666</link>	
		<description>RD is easy if the machine running the RD service has a static address. Once you have a private network with dynamic addresses, things get a little more involved.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416666</guid>
		<pubDate>Mon, 31 Oct 2005 21:04:11 -0800</pubDate>
		<dc:creator>Rothko</dc:creator>
	</item><item>
		<title>By: TuffAustin</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#416865</link>	
		<description>It&apos;s not what you said you were doing, but if what you *really* want to do is have a secure, encrypted tunnel through which you can surf from work, most people create an SSH tunnel through which all the RD traffic routes. &lt;a href=&quot;http://www.bitvise.com/winsshd.html&quot;&gt;BitVise&lt;/a&gt; has both a simple SSH server and a tunneling product. There&apos;s some tutorials and How-To&apos;s that you might find helpful.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-416865</guid>
		<pubDate>Tue, 01 Nov 2005 06:11:33 -0800</pubDate>
		<dc:creator>TuffAustin</dc:creator>
	</item><item>
		<title>By: curiousleo</title>
		<link>http://ask.metafilter.com/26401/Remote-Desktop#417060</link>	
		<description>o.k.. i assigned all the ip address for each computer&lt;br&gt;
but i can&apos;t find port forwarding menu anywhere...&lt;br&gt;
&lt;br&gt;
also what do i type in from client pc log in?&lt;br&gt;
i typed in ip address found from router...&lt;br&gt;
&lt;br&gt;
but can not connect.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.26401-417060</guid>
		<pubDate>Tue, 01 Nov 2005 09:52:48 -0800</pubDate>
		<dc:creator>curiousleo</dc:creator>
	</item>
	</channel>
</rss>
