slackhq / nebula

A scalable overlay networking tool with a focus on performance, simplicity and security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Support UDP/TCP port fowarding to a host without setting up a tun

johnmaguire opened this issue · comments

Allow binding another Nebula node's port as a local port on the machine. This would allow tun-less access to that host/port combo.

Discussed in #1011

Originally posted by nick008a November 12, 2023
Feature request : support UDP/TCP port fowarding without setting up a tun

This will allow nebula to work without root, and one could further set up a socks proxy with this to enable #915

Originally posted by nick008a November 12, 2023

i was looking for something like ngrok which allows you tunnel a port to a remote machine (a local machine can access 127.0.0.1:8080 to talk to, say, 127.0.0.1:8081 on a remote machine without setting up a tun)

I'm also looking forward to this feature.

Yes, something like this would be great!
I'm currently using SSH for this, but still need a working tun adapter or direct connection.