<?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>Tech DC &#187; dyndns</title>
	<atom:link href="http://www.techdc.com/tag/dyndns/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techdc.com</link>
	<description>home and office computer support for D.C., Virginia &#38; Maryland</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:07:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VNC Port Forwarding for FiOS</title>
		<link>http://www.techdc.com/vnc-port-forwarding-for-fios</link>
		<comments>http://www.techdc.com/vnc-port-forwarding-for-fios#comments</comments>
		<pubDate>Sun, 18 Apr 2010 18:15:00 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Local DC area]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[dyndns]]></category>
		<category><![CDATA[fios]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.techdc.com/?p=2761</guid>
		<description><![CDATA[<p>Because setting up VNC with a router is tricky, I thought it would be helpful if I wrote up how to do it with the popular FiOS Actiontec router based on my recent VNC set up for a small business in Arlington, Virginia.</p> <p>FiOS</p> <p>FiOS is a high speed fiber internet service offered by Verizon [...]]]></description>
			<content:encoded><![CDATA[<p>Because setting up VNC with a router is tricky, I thought it would be  helpful if I wrote up how to do it with the popular FiOS Actiontec  router based on my recent VNC set up for a small business in  Arlington, Virginia.</p>
<p><strong>FiOS</strong></p>
<p>FiOS is a high speed fiber internet service offered by Verizon and popular in northern Virginia. In November 2005, Verizon chose Herdon, Virginia as the second city to get FiOS after Keller, Texas. While Verizon is now <a href="http://online.wsj.com/article/SB10001424052702303410404575151773432729614.html" target="_blank">stopping its expansion of FiOS</a> into new cities, they just <a href="http://newscenter.verizon.com/press-releases/verizon/2009/dc-mayor-key-city-leaders.html" target="_blank">launched FiOS in Washington D.C.</a>.</p>
<p><strong>VNC</strong></p>
<p><a href="http://en.wikipedia.org/wiki/Virtual_Network_Computing" target="_blank">VNC</a> is an open source free system for remotely sharing desktops, great for remote tech support or just working on your office computer when you&#8217;re somewhere else.  See my <a href="../vnc-for-remote-desktop-support" target="_blank">old post on the benefits of VNC</a>.</p>
<p>While there are many other services for remote computer administration  that are simpler to set up and punch through a router automatically, I  prefer VNC because it&#8217;s free and works great once it&#8217;s configured. Also,  since VNC is a popular protocol, there are clients and servers for  every computer, including PC, Mac, Linux, iPhone (a VNC  server is available for jailbroken iPhones and VNC clients are  available from the App Store), Andriod, and more.</p>
<p><strong>Setting up VNC with a FiOS Router</strong></p>
<p>This is the standard FiOS router by Actiontec.<a href="http://www.techdc.com/wp-content/uploads38454/2010/04/actiontec_fios_router.jpg"><img class="aligncenter size-full  wp-image-2762" title="Actiontec FiOS Router" src="http://www.techdc.com/wp-content/uploads38454/2010/04/actiontec_fios_router.jpg" alt="" width="472" height="414" /></a></p>
<p>Here are the steps to set up Port Forwarding for VNC on the Actiontec router:</p>
<ol>
<li>Log into the router by typing 192.168.1.1 into a web browser. The default login is <em>admin</em> and <em>password1</em>.</li>
<li>Once logged in, click on <em>Firewall Settings</em> at the top and click <em>Yes</em> to proceed.</li>
<li>Click on <em>Port Forwarding</em> in the left Menu.</li>
<li>Create a rule by clicking <em>Add</em>. Below is what a created rule looks like. You need to add a protocol and add a port for that protocol. The default VNC connection uses port 5900 and the TCP protocol.<a href="http://www.techdc.com/wp-content/uploads38454/2010/04/Actiontec_Port_Forwarding_Rule.png"><img class="aligncenter  size-full wp-image-2766" title="Actiontec Port  Forwarding Rule" src="http://www.techdc.com/wp-content/uploads38454/2010/04/Actiontec_Port_Forwarding_Rule.png" alt="" width="673" height="314" /></a></li>
<li>Click <em>Apply</em>. In this example, the rule will then forward everything for port 5900 to the computer at address 192.168.1.152. For simplicity, I have the office computers all using static local IP addresses.</li>
</ol>
<p><strong>Multiple VNC Computers and Rules</strong></p>
<p>In the case of this office, I set up multiple computers with VNC. For each one, I used a different VNC display number (configured in the computer&#8217;s VNC server software). The default display is 0, which corresponds with using port 5900. For the next computer, I set up VNC to use display 1 which corresponds with port 5901. Similarly, the other computers use display 2 with port 5902 and display 3 with port 5903. I then set up a forwarding rule as above for each computer. The port forwarding list then looks like this:</p>
<p><a href="http://www.techdc.com/wp-content/uploads38454/2010/04/Actiontech_Port_Forwarding.png"><img class="aligncenter size-full wp-image-2767" title="Actiontech Port Forwarding List" src="http://www.techdc.com/wp-content/uploads38454/2010/04/Actiontech_Port_Forwarding.png" alt="" width="680" height="292" /></a></p>
<p><strong>Dynamic DNS</strong></p>
<p>In order to access the computers remotely, you should have a free account with <a href="http://www.dyndns.com/" target="_blank">Dnydns.org</a> or another Dynamic DNS service. This allows you to use <em>yourcompanyname</em>.dyndns.org to connect to your computer instead of having to know the IP address of your router which is changing regularly. It gives you all the benefits of a static IP address without the cost. The Dynamic DNS service can be updated automatically with your current IP address from the FiOS Actiontec router.</p>
<p>Click on <em>Advanced</em> at the top, then <em>Dynamic DNS</em> on the left menu to set this up as shown here:<a href="http://www.techdc.com/wp-content/uploads38454/2010/04/Actiontec_Dynamic_DNS.png"><img class="aligncenter size-full wp-image-2772" title="Actiontec Dynamic DNS" src="http://www.techdc.com/wp-content/uploads38454/2010/04/Actiontec_Dynamic_DNS.png" alt="" width="718" height="410" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techdc.com/vnc-port-forwarding-for-fios/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VNC and DynDNS for Remote Desktop Support</title>
		<link>http://www.techdc.com/vnc-for-remote-desktop-support</link>
		<comments>http://www.techdc.com/vnc-for-remote-desktop-support#comments</comments>
		<pubDate>Sun, 17 Aug 2008 19:25:16 +0000</pubDate>
		<dc:creator>Rick</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[dyndns]]></category>
		<category><![CDATA[gotomypc]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.techdc.com/?p=262</guid>
		<description><![CDATA[<p>Connecting Remotely with VNC</p> <p>One of my favorite software tools to use at Tech DC is VNC. If I have a client in Maryland, D.C. or elsewhere in the world when I am in Virginia, I can use VNC to take control of their computer in order to remotely diagnose problems or provide user training.</p> [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Connecting Remotely with VNC</strong></p>
<p><a href="http://www.uvnc.com"><img class="alignright size-full wp-image-264" title="UltraVNC" src="http://www.techdc.com/wp-content/uploads/2008/08/ultravnc.png" alt="" width="156" height="158" /></a>One of my favorite software tools to use at Tech DC is VNC. If I have a client in Maryland, D.C. or elsewhere in the world when I am in Virginia, I can use VNC to take control of their computer in order to remotely diagnose problems or provide user training.</p>
<p>VNC stands for Virtual Network Computing. It was originally developed by AT&amp;T Labs in Cambridge, England. It is open source and free. There are many &#8220;flavors&#8221; of VNC that use the VNC protocol. My favorite for Windows is <a href="http://www.uvnc.com/" target="_blank">UltraVNC</a> because it has the added feature of allowing file transfers between the two machines. VNC exists for Windows, Mac, and Linux.</p>
<p>VNC has two parts. There is the VNC Server which serves up the image. And there is the VNC Viewer which views and controls the server computer.</p>
<p><strong>DynDNS.org</strong></p>
<p>One limitation is that VNC requires a static IP. This is where <a href="http://www.dyndns.org" target="_blank">DynDNS.org</a> helps. Most home internet connections have a dynamic IP address, meaning that the IP address changes occasionally. <a href="http://www.dyndns.org" target="_blank">DynDNS.org</a> creates an address such as &#8220;yourname.dyndns.org&#8221; that is always mapped to your latest IP address, so it is as if you have a static home IP address.</p>
<p><strong>UltraVNC&#8217;s Single Click</strong></p>
<p>It takes extra time to setup, but <a href="http://www.uvnc.com/addons/singleclick.html" target="_blank">Single Click</a> is a great tool that can be built at UltraVNC. It is a small executable file that someone can click on in order for you to take over their computer. This makes it simple for the person you are connecting to. It also has the added benefit of not needing to configure their router to forward port 5900 to their computer. Single Click is only available for Windows computers.</p>
<p><strong>All Free</strong></p>
<p>VNC is free and DynDNS has a <a href="http://www.dyndns.com/services/dns/dyndns/" target="_blank">free service</a> that is all you need. You can purchase other remote connection tools that are sometimes easier to set up such as <a href="https://www.gotomypc.com">GoToMyPC</a>.  But if you can configure them, VNC and DynDNS should provide everything you need to connect to remote computers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techdc.com/vnc-for-remote-desktop-support/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.techdc.com @ 2012-02-08 09:26:25 -->
