<?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: The Incredible PBX: Adding Remotes, Preserving Security	</title>
	<atom:link href="https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Tue, 08 Dec 2015 15:50:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Joe McGuirl		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-13821</link>

		<dc:creator><![CDATA[Joe McGuirl]]></dc:creator>
		<pubDate>Tue, 15 Mar 2011 21:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-13821</guid>

					<description><![CDATA[Ward,
I think I am missing something here... TravelingMan does work as advertised except for one thing.  It does not seem to remove the previous IP associated with the extension from the white list. And before anyone else says it, I know it does change the IP in the associated .inc file.

&lt;i&gt;[WM: See &lt;a href=&quot;http://pbxinaflash.com/forum/showthread.php?t=9712&quot; rel=&quot;nofollow&quot;&gt;this thread on the PIAF Forum&lt;/a&gt; for more information.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Ward,<br />
I think I am missing something here&#8230; TravelingMan does work as advertised except for one thing.  It does not seem to remove the previous IP associated with the extension from the white list. And before anyone else says it, I know it does change the IP in the associated .inc file.</p>
<p><i>[WM: See <a href="http://pbxinaflash.com/forum/showthread.php?t=9712" rel="nofollow">this thread on the PIAF Forum</a> for more information.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ward		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-13469</link>

		<dc:creator><![CDATA[ward]]></dc:creator>
		<pubDate>Tue, 18 Jan 2011 22:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-13469</guid>

					<description><![CDATA[A major SIP security vulnerability was discovered in all versions of Asterisk today. You can read all about it &lt;a href=&quot;http://downloads.asterisk.org/pub/security/AST-2011-001.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

We have developed a script for Asterisk 1.8.x which will quickly patch your system and eliminate the problem. Log into your server as root and issue the following commands:

cd /root
wget http://incrediblepbx.com/sipfix
chmod +x sipfix
./sipfix

Please apply this patch immediately to protect your server!]]></description>
			<content:encoded><![CDATA[<p>A major SIP security vulnerability was discovered in all versions of Asterisk today. You can read all about it <a href="http://downloads.asterisk.org/pub/security/AST-2011-001.html" rel="nofollow">here</a>.</p>
<p>We have developed a script for Asterisk 1.8.x which will quickly patch your system and eliminate the problem. Log into your server as root and issue the following commands:</p>
<p>cd /root<br />
wget <a href="http://incrediblepbx.com/sipfix" rel="nofollow ugc">http://incrediblepbx.com/sipfix</a><br />
chmod +x sipfix<br />
./sipfix</p>
<p>Please apply this patch immediately to protect your server!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeff		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-13357</link>

		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Mon, 27 Dec 2010 21:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-13357</guid>

					<description><![CDATA[I have spent the better part of a day trying to get external clients to be able to log into my SIP server (yes, I fully understand the risks). The whole reason I am using PIAF is to have a server for my SIP clients on my phones and tablet, connected from anywhere and everywhere.  This became eminently more useful with the addition of the direct connection to Google Voice now available in PIAF.

The above instructions over-simplify what is actually required to enable full network access.  In addition to allowing your hardware firewall, you need to edit the IPtables firewall (I edited the WHITELIST rule, effectively whitelisting the internet for testing purposes) and ensure that the extension you are attempting to use isn&#039;t limited to only the local network. After all of that, I was able to get full access to PIAF across the internet.  Hope that helps someone else out who is having similar problems.

&lt;i&gt;[WM: Our &lt;a href=&quot;http://nerdvittles.com/?p=689&quot; rel=&quot;nofollow&quot;&gt;Travelin&#039; Man&lt;/a&gt; app makes the necessary modifications to both Asterisk and IPtables if you are using the current version.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I have spent the better part of a day trying to get external clients to be able to log into my SIP server (yes, I fully understand the risks). The whole reason I am using PIAF is to have a server for my SIP clients on my phones and tablet, connected from anywhere and everywhere.  This became eminently more useful with the addition of the direct connection to Google Voice now available in PIAF.</p>
<p>The above instructions over-simplify what is actually required to enable full network access.  In addition to allowing your hardware firewall, you need to edit the IPtables firewall (I edited the WHITELIST rule, effectively whitelisting the internet for testing purposes) and ensure that the extension you are attempting to use isn&#8217;t limited to only the local network. After all of that, I was able to get full access to PIAF across the internet.  Hope that helps someone else out who is having similar problems.</p>
<p><i>[WM: Our <a href="http://nerdvittles.com/?p=689" rel="nofollow">Travelin&#8217; Man</a> app makes the necessary modifications to both Asterisk and IPtables if you are using the current version.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joel		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11314</link>

		<dc:creator><![CDATA[Joel]]></dc:creator>
		<pubDate>Wed, 16 Jun 2010 05:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11314</guid>

					<description><![CDATA[Long story short, I also had to go to Tools &#062; System Administration &#062; Asterisk SIP Settings and enter my dyndns info to get audio to work.
Hope this helps anyone with audio problems.]]></description>
			<content:encoded><![CDATA[<p>Long story short, I also had to go to Tools &gt; System Administration &gt; Asterisk SIP Settings and enter my dyndns info to get audio to work.<br />
Hope this helps anyone with audio problems.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joel		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11300</link>

		<dc:creator><![CDATA[Joel]]></dc:creator>
		<pubDate>Tue, 15 Jun 2010 03:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11300</guid>

					<description><![CDATA[I believe everywhere you typed -dport you really should type --dport (with two hyphens) correct?

&lt;i&gt;WM: Yes. It&#039;s a formatting bug in WordPress. We fixed it in the article, but there&#039;s no fix in comments. Sorry.&lt;/i&gt;&lt;i&gt;&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I believe everywhere you typed -dport you really should type &#8211;dport (with two hyphens) correct?</p>
<p><i>WM: Yes. It&#8217;s a formatting bug in WordPress. We fixed it in the article, but there&#8217;s no fix in comments. Sorry.</i><i></i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joel		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11295</link>

		<dc:creator><![CDATA[Joel]]></dc:creator>
		<pubDate>Mon, 14 Jun 2010 15:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11295</guid>

					<description><![CDATA[I believe the address block for t-mobile is located here:

https://developer.t-mobile.com/loadKbaseEntry.do?solutionId=1154]]></description>
			<content:encoded><![CDATA[<p>I believe the address block for t-mobile is located here:</p>
<p><a href="https://developer.t-mobile.com/loadKbaseEntry.do?solutionId=1154" rel="nofollow ugc">https://developer.t-mobile.com/loadKbaseEntry.do?solutionId=1154</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lee		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11293</link>

		<dc:creator><![CDATA[Lee]]></dc:creator>
		<pubDate>Mon, 14 Jun 2010 06:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11293</guid>

					<description><![CDATA[Since I use a Nokia N95, I followed through on the article&#039;s recommendation to find a VPN client for this phone. Nokia offers a sort of red herring for my purposes, called &quot;Nokia Mobile VPN Client&quot; which a requires an IPsec router (like a Ci$co) or either OpenSwan or FreeSwan doing the job on a linux box. I use DD-WRT for my routing purposes, which only offers OpenVPN/PPTP VPN service easily. SO, in order to connect Symbian devices to something like a DD-WRT box, it is possible to use a $30 client called SymVPN from http://www.telexy.com.

FWIW, the VPN version of DD-WRT also offers a Milkfish SIP firewall-thingy. In real-life, this Milkfish sorted out my SIP NAT voice issues having a DD-WRT in a subnet behind another DD-WRT, (which might be common in a well-networked multi-tenet building sharing a common internet connection.)]]></description>
			<content:encoded><![CDATA[<p>Since I use a Nokia N95, I followed through on the article&#8217;s recommendation to find a VPN client for this phone. Nokia offers a sort of red herring for my purposes, called "Nokia Mobile VPN Client" which a requires an IPsec router (like a Ci$co) or either OpenSwan or FreeSwan doing the job on a linux box. I use DD-WRT for my routing purposes, which only offers OpenVPN/PPTP VPN service easily. SO, in order to connect Symbian devices to something like a DD-WRT box, it is possible to use a $30 client called SymVPN from <a href="http://www.telexy.com" rel="nofollow ugc">http://www.telexy.com</a>.</p>
<p>FWIW, the VPN version of DD-WRT also offers a Milkfish SIP firewall-thingy. In real-life, this Milkfish sorted out my SIP NAT voice issues having a DD-WRT in a subnet behind another DD-WRT, (which might be common in a well-networked multi-tenet building sharing a common internet connection.)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11289</link>

		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Fri, 11 Jun 2010 19:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11289</guid>

					<description><![CDATA[Ward,

Are there any problems with using Apple&#039;s Extreme N Router?  I haven&#039;t seen any comments for or against.  TIA]]></description>
			<content:encoded><![CDATA[<p>Ward,</p>
<p>Are there any problems with using Apple&#8217;s Extreme N Router?  I haven&#8217;t seen any comments for or against.  TIA</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ward		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11285</link>

		<dc:creator><![CDATA[ward]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11285</guid>

					<description><![CDATA[Another example of why opening SIP access to your server is a bad idea... from a user in Atlanta:

&gt; FYI ---
&gt;     Had &#039;209.76.47.13&#039;  attempt to access a box this afternoon..
&gt;     [Jun  9 15:03:10] NOTICE[3216] chan_sip.c: Registration from
&gt; &#039;&quot;1831848281&quot;&lt;sip :1831848281@MY HOST ADDRESS&gt;&#039; failed for &#039;209.76.47.13&#039;
&gt; - No matching peer found
&gt;     [Jun  9 15:24:47] NOTICE[3216] chan_sip.c: Registration from
&gt; &#039;&quot;487739648&quot; &lt;/sip&gt;&lt;sip :487739648@MY HOST ADRESS&gt;&#039; failed for &#039;209.76.47.13&#039; -
&gt; No matching peer found
&gt;     In 21 Mins had 77,464 attempts.
&gt;     JMS...&lt;/sip&gt;]]></description>
			<content:encoded><![CDATA[<p>Another example of why opening SIP access to your server is a bad idea&#8230; from a user in Atlanta:</p>
<p>> FYI &#8212;<br />
>     Had &#8216;209.76.47.13&#8217;  attempt to access a box this afternoon..<br />
>     [Jun  9 15:03:10] NOTICE[3216] chan_sip.c: Registration from<br />
> &#8216;"1831848281&#8243;<sip :1831848281@MY HOST ADDRESS>&#8216; failed for &#8216;209.76.47.13&#8217;<br />
> &#8211; No matching peer found<br />
>     [Jun  9 15:24:47] NOTICE[3216] chan_sip.c: Registration from<br />
> &#8216;"487739648&#8243; </sip><sip :487739648@MY HOST ADRESS>&#8216; failed for &#8216;209.76.47.13&#8217; &#8211;<br />
> No matching peer found<br />
>     In 21 Mins had 77,464 attempts.<br />
>     JMS&#8230;</sip></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11281</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 14:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11281</guid>

					<description><![CDATA[Hi Ward--Why was my question/post removed?

&lt;i&gt;[WM: It wasn&#039;t. But we don&#039;t stay up all night moderating comments. :roll: Details &lt;a href=&quot;http://pbxinaflash.com/forum/showthread.php?p=45355#post45355&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi Ward&#8211;Why was my question/post removed?</p>
<p><i>[WM: It wasn&#8217;t. But we don&#8217;t stay up all night moderating comments. 🙄 Details <a href="http://pbxinaflash.com/forum/showthread.php?p=45355#post45355" rel="nofollow">here</a>.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Naser		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11279</link>

		<dc:creator><![CDATA[Naser]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 09:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11279</guid>

					<description><![CDATA[what about IAX client ? As you know the IAX is NAT friendly more than SIP.  can the next article be about connecting IAX client ?]]></description>
			<content:encoded><![CDATA[<p>what about IAX client ? As you know the IAX is NAT friendly more than SIP.  can the next article be about connecting IAX client ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11278</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 06:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11278</guid>

					<description><![CDATA[&quot;Then register your phone number on e164.org and others can call you at no cost using your traditional phone number&quot; - Well that&#039;s certainly not how enum works.  Obviously these &quot;others&quot; would need to be calling through an enum trunk.

&lt;i&gt;[WM: The context was that others would also be using an Incredible PBX. And it would work as advertised.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>"Then register your phone number on e164.org and others can call you at no cost using your traditional phone number" &#8211; Well that&#8217;s certainly not how enum works.  Obviously these "others" would need to be calling through an enum trunk.</p>
<p><i>[WM: The context was that others would also be using an Incredible PBX. And it would work as advertised.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: daj		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11276</link>

		<dc:creator><![CDATA[daj]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 03:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11276</guid>

					<description><![CDATA[I&#039;ll second Trousle&#039;s request]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll second Trousle&#8217;s request</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11275</link>

		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 02:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11275</guid>

					<description><![CDATA[HI Ward--great article. I have a hardware firewall and have port 5060 open. Your article implies that it&#039;s possible to leave this closed and still receive phone calls (perhaps I&#039;m reading it wrong). As a test I disabled 5060 and dialed my home number from my cell: busy signal. How is it possible to receive calls with 5060 closed?

&lt;i&gt;[WM: Use the recommended firewalls, and there won&#039;t be a problem. Details &lt;a href=&quot;http://pbxinaflash.com/forum/showthread.php?p=45355#post45355&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>HI Ward&#8211;great article. I have a hardware firewall and have port 5060 open. Your article implies that it&#8217;s possible to leave this closed and still receive phone calls (perhaps I&#8217;m reading it wrong). As a test I disabled 5060 and dialed my home number from my cell: busy signal. How is it possible to receive calls with 5060 closed?</p>
<p><i>[WM: Use the recommended firewalls, and there won&#8217;t be a problem. Details <a href="http://pbxinaflash.com/forum/showthread.php?p=45355#post45355" rel="nofollow">here</a>.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Curious		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11263</link>

		<dc:creator><![CDATA[Curious]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 22:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11263</guid>

					<description><![CDATA[The risk of bulk international calling obviously exists, but in Google Voice&#039;s case, doesn&#039;t Google Voice not connect an international call unless there is a sufficient balance in the account? 

Also, assume my SIP provider allows me to turn off international calling, would that also protect me?

I&#039;m an absolute newbie in the field and I&#039;m not entirely sure where to begin my googling.]]></description>
			<content:encoded><![CDATA[<p>The risk of bulk international calling obviously exists, but in Google Voice&#8217;s case, doesn&#8217;t Google Voice not connect an international call unless there is a sufficient balance in the account? </p>
<p>Also, assume my SIP provider allows me to turn off international calling, would that also protect me?</p>
<p>I&#8217;m an absolute newbie in the field and I&#8217;m not entirely sure where to begin my googling.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Trousle		</title>
		<link>https://nerdvittles.com/the-incredible-pbx-adding-remotes-preserving-security/comment-page-1/#comment-11261</link>

		<dc:creator><![CDATA[Trousle]]></dc:creator>
		<pubDate>Mon, 07 Jun 2010 15:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=684#comment-11261</guid>

					<description><![CDATA[Since this article is about remote clients, can the next article (or one in the next couple of weeks) be about adding remote servers or connecting servers using SIP or IAX?]]></description>
			<content:encoded><![CDATA[<p>Since this article is about remote clients, can the next article (or one in the next couple of weeks) be about adding remote servers or connecting servers using SIP or IAX?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
