Make all connections from VPN Server on Windows 8.1 to do some port redirect
On Linux, I use pptpd and iptables to make all connections through VPN
server to redirect to my development server.
for example:
Mobile Phone A use VPN to connect to My PC, I use iptables to make all
connections from VPN to redirect to redsocks which also redirect
connections to Charles. Charles make all connections redirect to develop
server.
Phone(api.dev.com:80) -> VPN(api.dev.com:80/socket) ->
redsocks(api.dev.com:80/http) -> Charlesredsocks(localpc:8010/http) ->
develop server(devserver:9008/http).
How can I do the same thing on Windows? Thank you.
No comments:
Post a Comment