<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Accessing Your Home Network Away From Home</title>
	<atom:link href="http://chrisjean.com/2009/01/18/accessing-your-home-network-away-from-home/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisjean.com/2009/01/18/accessing-your-home-network-away-from-home/</link>
	<description>Linux, WordPress, programming, anime, and other stuff</description>
	<lastBuildDate>Fri, 18 May 2012 19:58:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: gaarai</title>
		<link>http://chrisjean.com/2009/01/18/accessing-your-home-network-away-from-home/comment-page-1/#comment-1398</link>
		<dc:creator>gaarai</dc:creator>
		<pubDate>Fri, 30 Oct 2009 05:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=636#comment-1398</guid>
		<description>Most-likely, there are a couple of things going on.

&lt;ol&gt;
	&lt;li&gt;You need to set up your router to forward port 22 to the correct computer. Port 22 is the default SSH port. Forwarding is necessary to prevent the connection from getting firewalled at the router and in order to route the connection to the correct computer.&lt;/li&gt;
	&lt;li&gt;You need to configure your system&#039;s firewall to accept outside connections on port 22. If your system runs iptables, then you can quickly open up port 22 with the following command. Note that this will go away when you reboot, so it&#039;s good to test that everything works properly. I recommend reading up about firewall management for your specific version of Linux to set up a permanent solution.

&lt;code&gt;sudo iptables -A INPUT -p tcp --syn --destination-port 22 -j ACCEPT&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

Of course, there could be other factors at play here, but I believe that these two are the primary sources of your problem.</description>
		<content:encoded><![CDATA[<p>Most-likely, there are a couple of things going on.</p>
<ol>
<li>You need to set up your router to forward port 22 to the correct computer. Port 22 is the default SSH port. Forwarding is necessary to prevent the connection from getting firewalled at the router and in order to route the connection to the correct computer.</li>
<li>You need to configure your system&#8217;s firewall to accept outside connections on port 22. If your system runs iptables, then you can quickly open up port 22 with the following command. Note that this will go away when you reboot, so it&#8217;s good to test that everything works properly. I recommend reading up about firewall management for your specific version of Linux to set up a permanent solution.
<p><code>sudo iptables -A INPUT -p tcp --syn --destination-port 22 -j ACCEPT</code></li>
</ol>
<p>Of course, there could be other factors at play here, but I believe that these two are the primary sources of your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arianit</title>
		<link>http://chrisjean.com/2009/01/18/accessing-your-home-network-away-from-home/comment-page-1/#comment-1394</link>
		<dc:creator>arianit</dc:creator>
		<pubDate>Fri, 30 Oct 2009 05:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://gaarai.com/?p=636#comment-1394</guid>
		<description>Hi, 
your tutorial was very helpful.
I followed your steps but I am still not able to access my account.
When I do: ssh username@members.dyndns.org my cursor goes to the next line and I get nothing back

Do you know why this might be happening?

thank you,
arianit</description>
		<content:encoded><![CDATA[<p>Hi,<br />
your tutorial was very helpful.<br />
I followed your steps but I am still not able to access my account.<br />
When I do: ssh <a href="mailto:username@members.dyndns.org">username@members.dyndns.org</a> my cursor goes to the next line and I get nothing back</p>
<p>Do you know why this might be happening?</p>
<p>thank you,<br />
arianit</p>
]]></content:encoded>
	</item>
</channel>
</rss>

