Click to See Complete Forum and Search --> : Using Netbios without opening ports?


daYz
03-05-2004, 03:51 PM
Is it possible to access files on a Windows pc from Linux using Netbios without opening ports on the Linux pc? I don't need to be able to access files on the Linux pc from the Windows pc.
I want to run Linux with a direct internet connection so I don't want to open ports if it's not nessesarry.

happybunny
03-05-2004, 04:26 PM
yes...sambasambasamba

you can mount windows shares on linux:

smbmount //server/share /mnt/location -U usernameonwindowsbox

this should prompt for a password of the useraccount.

then "browse" to the /mnt/location on the linux box a poof! there is the share.

no netbios needed.

daYz
03-06-2004, 02:54 AM
Thanks happybunny