CREATE PROXY SERVER IN WINDOWS 10 - LAPTOP

Scarlet Witch

Junior Member
Joined
Feb 12, 2022
Messages
109
Reaction score
30
Hello there, I hope everyone on the forum is doing great. Tagging professionals here. I'm sure there are more professionals who'd like to make their input here.

@proxygo & @Bers666

Suppose I have Laptop A and Laptop B. Laptop A is in United Kingdom. Laptop B, for instance, is in Australia.

If I want to use the internet of Laptop A from Laptop B - because I am in Australia and I need to use UK's internet and IP - what software do I need to install on Laptop A so that it acts as a proxy server.

I know how to configure a proxy in windows and with browsers i.e. FoxyProxy and stuff.

What I really want to know is: how can one make a proxy server in Windows 10. Is there a plug a play software that will do all the work?

From what I know is: I will need to have a hostname or IP with a port number? How can this be achieved.
 
Laptop A - proxy server. Laptop B - proxy client.
The task is splitted into 2:

1. Set up proxy on Laptop A. For simplicity download https://v2.gost.run/en/ and run in Windows CMD console: gost -L :5656 , so you will have a proxy on port 5656 without authentication, both http and socks5.

2. Set up connectivity between the laptops. There is plenty of options:

2a. Free Zerotier.com client. You can start virtual LAN between them and use private Zerotier virtual LAN IP of the Laptop A to reach the proxy service. But Zerotier is FREE so don't expect speed more than 2mbps.
2b. If Laptop A has an ISP that allows inbound connections, forward port 5656 from external IP to its LAN IP. And then use that IP and port 5656 on Laptop B.
2c. You can rent a VPS and install Openvpn or Wireguard there. Then connect both Laptops there. So they can reach each other, and Laptop B can use Laptop A's VPN IP to reach the proxy service at 5656 port.
2d. You can rent a VPS and install Gost there again. On VPS start a socks server. It will be used for exposing Laptop's A proxy service. So you can use VPS_IP:5656 as HTTP or SOCKS server. Check https://v2.gost.run/en/port-forwarding/ => "Remote TCP port forwarding" for examples.
2e. You can rent a VPS and install V2ray there and on Laptop A. Basically it's the same as 2d but more complex. Laptop A is a portal client, VPS is portal server, Laptop A is TCP client. https://www.v2ray.com/en/configuration/reverse.html & https://guide.v2fly.org/en_US/app/reverse.html
 
Laptop A - proxy server. Laptop B - proxy client.
The task is splitted into 2:

1. Set up proxy on Laptop A. For simplicity download https://v2.gost.run/en/ and run in Windows CMD console: gost -L :5656 , so you will have a proxy on port 5656 without authentication, both http and socks5.

2. Set up connectivity between the laptops. There is plenty of options:

2a. Free Zerotier.com client. You can start virtual LAN between them and use private Zerotier virtual LAN IP of the Laptop A to reach the proxy service. But Zerotier is FREE so don't expect speed more than 2mbps.
2b. If Laptop A has an ISP that allows inbound connections, forward port 5656 from external IP to its LAN IP. And then use that IP and port 5656 on Laptop B.
2c. You can rent a VPS and install Openvpn or Wireguard there. Then connect both Laptops there. So they can reach each other, and Laptop B can use Laptop A's VPN IP to reach the proxy service at 5656 port.
2d. You can rent a VPS and install Gost there again. On VPS start a socks server. It will be used for exposing Laptop's A proxy service. So you can use VPS_IP:5656 as HTTP or SOCKS server. Check https://v2.gost.run/en/port-forwarding/ => "Remote TCP port forwarding" for examples.
2e. You can rent a VPS and install V2ray there and on Laptop A. Basically it's the same as 2d but more complex. Laptop A is a portal client, VPS is portal server, Laptop A is TCP client. https://www.v2ray.com/en/configuration/reverse.html & https://guide.v2fly.org/en_US/app/reverse.html
Thank you so much, mate. You're extremely professional at this. I wish I had all the knowledge in this filed like you have. Nevertheless, I wanted to ask why is the port number specifically 5656? Can it be something else? For instance 9823?
 
One word: CCProxy. It works the best. As you mentioned: plug and play software. You'll only need to set some settings.
 
Hello @ristoriel
Hope you are doing well.
Can you please let me know how to use CCProxy?
I have installed in vps and that is working for me, but when I installed in laptop, that is not working.
Can you please guide me?
 
Back
Top