用google搜尋學術問題, 需要爬梯, 配置了一把.
阿里雲ecs主機, 選擇新加坡的, 最基本的資源就行. 作業系統選擇centos 7.3, 配置pptp.
yuminstall ppp iptables pptpd iptables-services -y
vi /etc/pptpd.conf
localip 192.168.0.1remoteip
192.168.0.234-238,192.168.0.245
vi /etc/ppp/options.pptpd
ms-dns 8.8.8.8ms-dns 223.5.5.5
vi /etc/ppp/chap-secrets
使用者名稱 pptpd 密碼 *
echo"net.ipv4.ip_forward=1
" >> /etc/sysctl.conf
sysctl -p
1 iptables -f2 iptables -a input -i lo -j accept
3 iptables -a input -m state --state established -j accept
4 iptables -a input -p icmp -m icmp --icmp-type 8 -j accept
5 iptables -a input -p tcp --dport 22 -j accept
6 iptables -t nat -a postrouting -s 192.168.0.0/24 -o eth0 -j masquerade
7 iptables -a input -p tcp --dport 1723 -j accept
8 iptables -a input -p gre -j accept
9 iptables -a output -p gre -j accept
10service iptables s**e
1systemctl enable pptpd.service
2systemctl enable iptables.service
3systemctl restart pptpd.service
4systemctl restart iptables.service
5 netstat -tunlp|grep
1723
上面是服務端的配置, 因為是用的雲主機, 需要把1723埠放通.
管理控制台==>安全組配置==>配置規則
授權策略
協議型別
埠範圍
授權型別
授權物件
描述優先順序
允許自定義tcp
1723/1723
位址段訪問
0.0.0.0/0
vpn100
接下來就是在windows主機配置vpn客戶端.
google搜尋的使用
你真的會使用google麼?如今遇到問題都會在搜尋引擎中尋找答案,如何快速準確的尋找出你想要的答案是個問題。近期看了一篇文章 如何使用google解決問題 獲益良多,現總結一下。1.關鍵字的選擇 關鍵字的選擇十分重要,一兩個關鍵字選擇的恰當會直接給出你想要的搜尋結果。如何選擇關鍵字呢?answer ...
如何使用 google 搜尋
例如,搜尋 joe bloggs 時,搜尋引擎會返回同時跟 joe 和 bloggs 相關的結果,而搜尋 joe bloggs 時,搜尋引擎只返回跟 joe bloggs 相關的結果。準確搜尋會排除常見但相關度偏低的資訊,會提高搜尋的精確性。如果準確搜尋不能得到想要的結果,你可以通過使用減號的方式來...
你真的會使用google搜尋?
google搜尋可以說是當今世界最好的搜尋工具。但你真的會使用他嗎?如果你聽過高階搜尋語法,那就讓我們一起來學習吧。google在搜尋中使用 or 大寫的 來進行搜尋結果的邏輯操作。例如 使用 a b 代表搜尋結果包含a和b 使用 a b 代表搜尋結果包含a且不寶行b 使用 a or b 代表搜尋結...