I’m trying to access a shared printer through a public hostname tunnel. The printer is connected via USB to a laptop that hosts cloudflared. I have tried the following public hostname configurations with no success:
Type: SMB
URL: localhost://445
Type: TCP
URL: localhost://445
Type TCP
URL: localhost://139
I can however connect to the printer share using a Private Network tunnel. Is connecting to a SMB share over a public hostname tunnel supported? If so, any suggestions on what I might check to troubleshoot this issue would be much appreciated.
The problem comes in when I attempt to connect to the SMB share. This is a shared printer I’m attempting to connect to, so I have to connect using a UNC. Connecting using \localhost:1400\share is not supported.