SMB
In this guide, we demonstrate how to use the NoPorts Tunnel to mount a SMB share on a remote machine on 192.168.1.90 to localhost:9000 so we can access the SMB share service locally.
Command Line
The command should look like:
npt -f @<client> -t @<device> -d <device name> -r @<relay> -p 445 \
-h 192.168.1.90 -l 9000
Example:
npt -f @alice_client -t @alice_device -d my_server -r @rv_am -p 445 \
-h 192.168.1.90 -l 9000
Now you can mount the SMB share locally using the finder app ( Go->Connect to server) on MacOs

Once mounted, you can use the file share as normal. As you dismount the file share, the NPT command will disconnect.
To learn more about NPT
npt UsageDesktop Application
When using the NoPorts desktop application, your connection profile should look something like this:
Profile Name
My SMB Connection
Device atSign
@alice_device
Device Name
my_server
Relay
@rv_am
Local Port
9000
Remote Host
localhost
Remote Port
445
Last updated