You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, you want wrap like this? (((Data)OpenVPN)hans)
On windows, I would setup like this, make hans IP direct to current host gateway, try add this on batch file 👍
SET HOST=123.123.123.123 (replace with our hans server IP)
SET MASK=255.255.255.255
for /f "tokens=2,3 delims={,}" %%a in ('"WMIC NICConfig where IPEnabled="True" get DefaultIPGateway /value | find "I" "') do set GATE=%%~a
echo Deleting route
route delete %HOST%
echo Adjusting host route, allowing VPN over has
route add %HOST% mask %MASK% %GATE%
echo Running Hans!
hans -vfc %HOST% -p password
Would you please explain how to initialize an OpenVPN on top of hans?
The text was updated successfully, but these errors were encountered: