2016年8月19日
Windows 7 PPTP VPN 不使用遠端的 default gateway
一般來說, 如果建立VPN後, 會把所有的網路封包轉到VPN Server上.如此client就可以access VPN server的網段,而且封包也會透過VPN Server的網段出去internet.
如果只想要去存取VPN Server的網段,如網芳,其它封包仍要走自己的local的gateway出去,那就要移除PPTP VPN所設定的default gateway.
另外一個應用就是你有兩個VPN, 兩個都要能夠同時使用, 這時就不能讓VPN 去修改你電腦的default gateway.
訂閱:
文章 (Atom)
coap-client 4.3.0 Windows build
coap-client is a wget -like tool to generate simple requests for retrieval and modification of resources on a remote server. Got the sour...
-
選擇用tinc的原因是因為官網的這句話. Automatic full mesh routing Regardless of how you set up the tinc daemons to connect to each other, VPN traffic i...
-
為了要測試重開機幾次會失敗, 寫了一個script來記算. 因為busybox的shell只提供了有限的功能, 不能像bash一樣宣告整數變數, 所以count的處理算比較麻煩. #!/bin/sh FILE = /etc/count timeout = 2 if ...
-
雖然遠端桌面時, 可以在client端設定是否要將遠端的音訊重新導向到本機, 當你有多台Server要遠端控制時就不會想要每次修改設定. 我的解決方式是修改遠端Server的音效設定值. 修改群組原則的設定.