Sshuttle killer? #91
fullmetal-fred
started this conversation in
Ideas
Replies: 1 comment
-
Hey! That's actually a cool Idea, I think all the pieces are there, and would just require to configure the host to route all the packets way back to the network/tunnel. Kairos has the Entangle CRD available to cover further automation with Kubernetes, that I think might help in this setup, docs are here: https://kairos.io/docs/reference/entangle/. It can share services https://kairos.io/docs/reference/entangle/#expose-services and also setup a daemonset for the nodes to access the tunnel: https://github.com/kairos-io/entangle/blob/master/tests/fixtures/vpn.yaml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Mudler!
I was just thinking about using EdgeVPN as a way to enable access from a local device to a remote network using P2P. The key would be being able to, just-in-time, deploy an EdgeVPN container in a remote network (K3s etc) and have a desktop client (Windows) which can get the same token, set up a tun interface locally, intercept all traffic, and pass it to the remote network. The remote container would need to forward requests to other machines it can route to, and forward DNS requests. This could be used as a just-in-time remote support solution for IoT, AV and other systems where permissive access to a remote network is required.
Just pondering here...
Beta Was this translation helpful? Give feedback.
All reactions