safehaven
1.0.0
查看我的部落格文章以了解實作細節。
點擊此處觀看演示
Usage:
-d string
private network destination (default "10.108.0.2")
-g global
routes all traffic to tunnel server
-l string
local address
-s string
remote server address (default "138.197.32.138")
-srv
server mode
-tc string
client tun device ip (default "192.168.1.100/24")
-tname string
tunname (default "tun0")
-ts string
server tun device ip (default "192.168.1.102/24")
server mode
在伺服器上運行,並在伺服器上執行sysctl -w net.ipv4.ip_forward=1
以允許 IP 轉送。ping
目標位址,您應該會收到回顯回覆。 NB
:您的伺服器必須知道如何到達專用網絡,否則您的資料包將在伺服器上遺失。