Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: vpn like resolving #81

Open
shoriwe opened this issue Aug 13, 2023 · 0 comments
Open

feat: vpn like resolving #81

shoriwe opened this issue Aug 13, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request feature New features added to the tool good first issue Good for newcomers help wanted Extra attention is needed

Comments

@shoriwe
Copy link
Owner

shoriwe commented Aug 13, 2023

fullproxy should be able to forward traffic over a virtual network interface to a set of fullproxy running slaves.

Main ideas

Setup a wiregard or netgard running in master node and have the client resolve all the traffic comming from the VPN protocol though the slave or vice versa.

Main goals:

  • Have the ability to send and receive any kind of traffic between machines connected from the slave side.
  • Have the ability to listen to a specific port in the master side but traffic forwarded though slave.

Example

Setup

  • Master running
  • Slave connected to master
  • Slave network is 192.168.50.1/24.
  • Slave local IP is 192.168.50.101

Capabilities

  • Master can listen at any port on 192.168.50.101 (Slave's IP)
  • Any traffic at 192.168.50.1/24 is resolved though the VPN tunnel between the master and slave: Meaning if a ping is executed from the master side. traffic will be redirected by the tunnel.
  • The same when opening connections.
@shoriwe shoriwe added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers feature New features added to the tool labels Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request feature New features added to the tool good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant