Skip to content

Instantly share code, notes, and snippets.

@bamsutler
Created June 18, 2023 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bamsutler/bc6d7e09f90c98193151b3d6a690ab92 to your computer and use it in GitHub Desktop.
Save bamsutler/bc6d7e09f90c98193151b3d6a690ab92 to your computer and use it in GitHub Desktop.
Global Trafic Routing

How to route internet traffic from another server on windows.

  1. Download Putty this will help route the traffic

  2. Configure putty following instructions use the ip address i texted you as the host name the port should be 22 the source port in step 3 should be 2727 here

  3. download firefox

image

4. Configure firefox proxy with the host=localhost and the port=2727. also select remote DNS and Socks 5 as shown here.

image

5. hit OK and save the settings.

If the putty connnection is running firefox should now route all traffic through the server I set up. you can test this by googling "what is my ip?" and you should see the ip i provided over text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment