Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'SMB mount failure workaround' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
SMB mount failure workaround
Authored by: dfbills on Sep 13, '04 02:06:44PM

Looks to me like you need to include the increase port number on the local machine and specify it locally to get the traffic routed through the tunnel.

Try this:

sudo ssh -L 139:192.168.0.101:10139 root@church.addr.org

then connect with:

smb://localhost:10139



[ Reply to This | # ]