Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VPN サーバーがいくつかありますが、サーバーごとに複数の構成を作成するのは非常に面倒です。
完璧な世界では、次のようなことをしたいと思っています。
pptp 168.24.15.65 username password
そして、それはすぐに私を接続します、これは実行可能ですか?
pppd pty "pptp SERVER --nolaunchpppd" file /etc/ppp/options.pptp user USER password PASSWORD
require-mppe-128オプション (options.pptp で有効にすることができます) は、Windows サーバーで必要になることがよくあります。
require-mppe-128
接続後、通常はルーティングの設定が必要です。このようなもの: ip route add 10/8 dev ppp0
ip route add 10/8 dev ppp0