| SambA |
WebHome | UnixGeekTools | Geekfarm | About This Site
Pointers
smb related tools
# look up netbios name
nmblookup computername
smbclient -NL computername -d 3
What is SMB?
Tunneling over ssh
simple answer
- forward port 139
- ssh -L 139:remotemachine:139 sshserver
- requires disabling local file sharing on the pass-thru box - since you can't specify which port to connect smb
trickier answer
Updated Sun Jul 23, 2006 12:13 PM