<?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>MattLog.net &#187; PPTP</title>
	<atom:link href="http://mattlog.net/tag/pptp/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattlog.net</link>
	<description>All things IT Pro</description>
	<lastBuildDate>Mon, 19 Dec 2011 04:10:16 +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>PPTP VPN not connecting (Error 800)</title>
		<link>http://mattlog.net/2008/09/15/pptp-vpn-not-connecting-error-800/</link>
		<comments>http://mattlog.net/2008/09/15/pptp-vpn-not-connecting-error-800/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 01:05:42 +0000</pubDate>
		<dc:creator>Matt Shadbolt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Microsoft Small Business Server]]></category>
		<category><![CDATA[Port Query Tool]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[SBS]]></category>
		<category><![CDATA[TCPView]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://mattlog.wordpress.com/?p=44</guid>
		<description><![CDATA[My users logged a call this morning complaining that they couldn&#8217;t connect to the corportate VPN &#8211; PPTP running on RAS (Microsoft Small Business Server 2003). I tried to connect and found the same thing. After restarting the RAS services I started to troubleshoot. I tried everything from disabling/enabling the Miniport driver to deleting the [...]]]></description>
			<content:encoded><![CDATA[<p>My users logged a call this morning complaining that they couldn&#8217;t connect to the corportate VPN &#8211; PPTP running on RAS (Microsoft Small Business Server 2003). I tried to connect and found the same thing.</p>
<p>After restarting the RAS services I started to troubleshoot.</p>
<p>I tried everything from disabling/enabling the Miniport driver to deleting the PPTP config and starting again &#8211; all to no avail.</p>
<p>Running the Microsoft Port Query tool (<a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;310099">http://support.microsoft.com/default.aspx?scid=kb;en-us;310099</a>) I found that the PPTP port 1723 was &#8220;ESTABLISHED&#8221; &#8211; this should be in &#8220;LISTENING&#8221; mode. This tells me that there is something running on the 1723 port that shouldn&#8217;t be &#8211; locking my users out.</p>
<p>I then used another great tool from sysinternals to find the process that was using my PPTP port. The tool is called TCPView and you can download it at <a href="http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx">http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx</a>. TCPView told me that the connection on port 1723 was established by my SQL server and the exe that was using it was a BlackBerry service. I killed the process, restarted the RAS services and our PPTP VPN was now working.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattlog.net/2008/09/15/pptp-vpn-not-connecting-error-800/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MS KB948110 (Also KB948110-v2) Do not install on SBS 2003</title>
		<link>http://mattlog.net/2008/08/24/ms-kb948110-also-kb948110-v2-do-not-install-on-sbs-2003/</link>
		<comments>http://mattlog.net/2008/08/24/ms-kb948110-also-kb948110-v2-do-not-install-on-sbs-2003/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 11:57:10 +0000</pubDate>
		<dc:creator>Matt Shadbolt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Hotfix]]></category>
		<category><![CDATA[KB948110]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://mattlog.wordpress.com/?p=27</guid>
		<description><![CDATA[About a month ago I installed the Microsoft Update onto our SBS2003 domain controller. All the services started successfully and everything looked OK until the next morning. Users were reporting that the PPTP VPN was no longer available. Checking the logs I found nothing out of place (Routing and RAS was started and the snap-in [...]]]></description>
			<content:encoded><![CDATA[<p>About a month ago I installed the Microsoft Update onto our SBS2003 domain controller. All the services started successfully and everything looked OK until the next morning.</p>
<p>Users were reporting that the PPTP VPN was no longer available. Checking the logs I found nothing out of place (Routing and RAS was started and the snap-in didn&#8217;t report any issues). I rolled back the Windows Updates and the PPTP became active.</p>
<p>I&#8217;ve just attempted to install the v2 update to the KB article and the same problems occur. Do not install this update!</p>
<p>There is an &#8220;official&#8221; MS blog post however there is nothing noting the PPTP issues that occurred for me. I actually posted a comment with my particular situation on the comments page &#8211; however they haven&#8217;t approved the comment. <a href="http://blogs.technet.com/sbs/archive/2008/07/09/hold-off-on-installing-hotfix-948110-on-sbs-2003-servers.aspx">http://blogs.technet.com/sbs/archive/2008/07/09/hold-off-on-installing-hotfix-948110-on-sbs-2003-servers.aspx</a></p>
<p>Microsoft&#8217;s KB article didn&#8217;t uncover any reasons why my PPTP connectinos failed &#8211; <a href="http://support.microsoft.com/kb/948110">http://support.microsoft.com/kb/948110</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mattlog.net/2008/08/24/ms-kb948110-also-kb948110-v2-do-not-install-on-sbs-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

