<?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>FAQ Book &#187; VPN</title>
	<atom:link href="https://blog.faq-book.com/?cat=746&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://blog.faq-book.com</link>
	<description>Some SOP,Note,Learned Article of IT  關於IT資訊界的筆記和學習紀錄</description>
	<lastBuildDate>Sun, 27 Mar 2022 12:25:43 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<atom:link rel='hub' href='https://blog.faq-book.com/?pushpress=hub'/>
		<item>
		<title>How to Install PPTP Server on Ubuntu</title>
		<link>https://blog.faq-book.com/?p=4383</link>
		<comments>https://blog.faq-book.com/?p=4383#comments</comments>
		<pubDate>Mon, 30 Jan 2012 01:03:38 +0000</pubDate>
		<dc:creator>Calvert</dc:creator>
				<category><![CDATA[VPN]]></category>
		<category><![CDATA[Install PPTP Server]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[PPTP Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.faq-book.com/?p=4383</guid>
		<description><![CDATA[<p><span style="font-size: 14px">此篇文章由 </span><a href="http://eddy.heroku.com/blog/2012/01/20/how-to-install-pptp-server-on-ubuntu/">My Tech Notebook</a><span style="font-size: 14px">的 Calvert 所提供</span></p>
<p><span style="font-size: 14px">更多文章內容可參考<a href="http://eddy.heroku.com/"> My Tech Notebook</a></span></p>
<p>1.安裝 pptpd</p><pre class="crayon-plain-tag">apt-get install pptpd</pre><p>&nbsp;</p>
<p>2.編輯 <code>/etc/pptpd.conf</code></p><pre class="crayon-plain-tag">vim /etc/pptpd.conf</pre><p>將以下幾行設定前的註解符號 # 去除</p><pre class="crayon-plain-tag">option /etc/ppp/pptpd-options localip 192.168.0.1 remoteip 192.168.0.234-238,192.168.0.245</pre><p>註：localip 為 Server 連線後使用的位址，remoteip 則為要配發給 VPN Client 的位址。</p>
<p>&nbsp;</p>
<p>3.編輯 <code>/etc/ppp/pptpd-options</code></p><pre class="crayon-plain-tag">vim /etc/ppp/pptpd-options</pre><p>此檔內 name 預設為 pptpd，該名稱需與 <code>/etc/ppp/chap-secrets</code> 內的設定相對應。</p><pre class="crayon-plain-tag"># Authentication name pptpd</pre><p>將 ms-dns 前方之註解符號 # 去除，並填上正確的 DNS</p><pre class="crayon-plain-tag"># Network and Routing ms-dns 168.95.192.1 ms-dns 168.95.1.1</pre><p><a href="https://blog.faq-book.com/?p=4383#more-4383" class="more-link">繼續閱讀 &raquo;</a></p>

<div class="wp_rp_wrap  wp_rp_pinterest" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">更多內容</h3><ul class="related_post wp_rp" style="visibility: visible"><li data-position="0" data-poid="in-4702" data-post-type="none" ><a href="https://blog.faq-book.com/?p=4702" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/05/PPTP.jpg" alt="Cenots PPTP VPN 設定" /></a><a href="https://blog.faq-book.com/?p=4702" class="wp_rp_title">Cenots PPTP VPN 設定</a></li><li data-position="1" data-poid="in-2328" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2328" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="Windows Server 2008 PPTP VPN " /></a><a href="https://blog.faq-book.com/?p=2328" class="wp_rp_title">Windows Server 2008 PPTP VPN </a></li><li data-position="2" data-poid="in-5308" data-post-type="none" ><a href="https://blog.faq-book.com/?p=5308" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/07/squid1.jpg" alt="Squid 常用設定" /></a><a href="https://blog.faq-book.com/?p=5308" class="wp_rp_title">Squid 常用設定</a></li><li data-position="3" data-poid="in-2214" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2214" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="開啟Virtual Box 外連服務" /></a><a href="https://blog.faq-book.com/?p=2214" class="wp_rp_title">開啟Virtual Box 外連服務</a></li><li data-position="4" data-poid="in-5108" data-post-type="none" ><a href="https://blog.faq-book.com/?p=5108" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/06/Forward-Proxy.jpg" alt="Squid 代理伺服器 (正向代理 Forward Proxy)" /></a><a href="https://blog.faq-book.com/?p=5108" class="wp_rp_title">Squid 代理伺服器 (正向代理 Forward Proxy)</a></li><li data-position="5" data-poid="in-5191" data-post-type="none" ><a href="https://blog.faq-book.com/?p=5191" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/07/Transparent-Proxy.jpg" alt="Squid 代理伺服器 (通透式代理 Transparent Proxy)" /></a><a href="https://blog.faq-book.com/?p=5191" class="wp_rp_title">Squid 代理伺服器 (通透式代理 Transparent Proxy)</a></li><li data-position="6" data-poid="in-3579" data-post-type="none" ><a href="https://blog.faq-book.com/?p=3579" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="NFS Client端設定" /></a><a href="https://blog.faq-book.com/?p=3579" class="wp_rp_title">NFS Client端設定</a></li><li data-position="7" data-poid="in-2836" data-post-type="none" ><a href="https://blog.faq-book.com/?p=2836" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2013/02/default-150x150.png" alt="DNS正反解查詢指令" /></a><a href="https://blog.faq-book.com/?p=2836" class="wp_rp_title">DNS正反解查詢指令</a></li><li data-position="8" data-poid="in-5883" data-post-type="none" ><a href="https://blog.faq-book.com/?p=5883" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/09/USB-install-VMware-ESXi-5.1.jpg" alt="使用USB隨身碟安裝 VMware ESXi 5.1" /></a><a href="https://blog.faq-book.com/?p=5883" class="wp_rp_title">使用USB隨身碟安裝 VMware ESXi 5.1</a></li><li data-position="9" data-poid="in-5976" data-post-type="none" ><a href="https://blog.faq-book.com/?p=5976" class="wp_rp_thumbnail"><img src="http://blog.faq-book.com/wp-content/uploads/2012/10/VMware-vSphere-VM.jpg" alt="VMware vSphere 5.1 新增VM虛擬機" /></a><a href="https://blog.faq-book.com/?p=5976" class="wp_rp_title">VMware vSphere 5.1 新增VM虛擬機</a></li></ul></div></div>
<div class='yarpp-related-rss'>
<h3>相關文章:</h3>
<div class="yarpp-thumbnails-horizontal">
<a class='yarpp-thumbnail' href='https://blog.faq-book.com/?p=2328' title='Windows Server 2008 PPTP VPN'>
<span class="yarpp-thumbnail-default"><img src="http://blog.faq-book.com/wp-content/plugins/yet-another-related-posts-plugin/default.png"/></span><span class="yarpp-thumbnail-title">Windows Server 2008 PPTP VPN</span></a>
</div>
<img src='http://yarpp.org/pixels/96bfd12e93e905461749e105253e82f0'/>
</div>
]]></description>
		<wfw:commentRss>https://blog.faq-book.com/?feed=rss2&#038;p=4383</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
