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
: 서버는 개인 네트워크에 도달하는 방법을 알아야 합니다. 그렇지 않으면 패킷이 서버의 소스에서 손실됩니다.