一臺電腦多撥VPN方案,Openwrt+virtualbox
1. 下載virtaulbox並安裝。
2. 下載openwrt的img在openwrt網站。
3. 把img轉換為VirtualBox格式: VBoxManage convertfromraw --format VDI openwrt.img openwrt.vdi (in virtualbox version 5.0.12 the "--format VDI" is at the end of command)
4. 把eth0設置為brige與宿主的網絡連接,並設置DHCP,此網絡連接外網。
5. 把eth1設置為interanet,在openwrt設置static靜態IP,IP自定義例如192.168.10.1不要和宿主IP沖突。
6. 客戶端機為Windows XP和Windows 7安裝在virtualbox,跨虛擬機的例如VM暫時沒法實現,因為網段不一樣。設置eth0為interant,然後手動設置IP,DSN也必須有設置不然會出現頻繁斷線問題。 如openwrt的ip為192.168.10.1那麽客戶機的網關和DNS同時設置為192.168.10.1。
7. 在openwrt安裝PPTP,
opkg update
opkg install luci-proto-ppp
8. 重起openwrt。
9. 然後登陸路由器如192.168.10.1, 在network -> Interface 下面添加pptp的撥號。
10. 最後在network -> Firework 裏面設置Wan -> VPN in 和 out 設置accept。
通過此方法可以設置多個openwrt的軟路由來撥號VPN,實現一臺電腦撥多個VPN的方案。
一臺電腦多撥VPN方案,Openwrt+virtualbox