Spacebridge Tunnel HTTP

I am trying to setup a tunnel and transmit http over the tunnel.
$ ssh -p 999 -L 5000:link123456:80 -N -i /home/pi/.hologram/spacebridge.key htunnel@tunnel.hologra

when I attempt to do a wget on the tunnel (wget http://127.0.0.1/webhook) I get this error message on the tunnel connection…
channel 2: open failed: administratively prohibited: open failed

I’ve tried using other ports (8080) with same result. I also ran the tunnel with elevated privilege and got the same result.

Does the tunnel not support anything other than ssh?

Thanks

Are you trying to tunnel from the same device your are tunneling to?

We don’t block/filter any traffic over spacebridge so it should be entirely possible to access your device using whatever port you want, not just port 22. You should just be able to put together a simple webserver app and try going to a browser and doing http://127.0.0.1:5000 to get like the hello world page.

This topic was automatically closed after 30 days. New replies are no longer allowed.