containerlab icon indicating copy to clipboard operation
containerlab copied to clipboard

Explore alternatives to `border0` to unauthorized access to containerlab nodes over Internet

Open hellt opened this issue 2 years ago • 0 comments

Since border0 doesn't allow unauthenticated access to the nodes it is challenging to expose lab nodes to the open internet if users wish so.

We have to explore alternatives, such as

ngrok

seems to be exactly what we need

Tailscale funnel

https://tailscale.com/kb/1223/tailscale-funnel/

Unfortunately it seems that funnel can't expose arbitrary TCP ports and is limited to HTTPS applications.

Cloudflare

TBD

Teleport

Requires a client to be authenticated, which is not ideal as we want to provide un-auth access.

hellt avatar May 17 '23 09:05 hellt