<?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; fios</title>
	<atom:link href="http://www.techdc.com/tag/fios/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>
	</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 08:40:04 -->
