Thread: Samba problem
View Single Post

   
  #6 (permalink)  
Old 02-21-2008, 04:33 AM
goarilla
 
Posts: n/a
Default Re: Samba problem

George wrote:
> George wrote:
>> Tom Canich wrote:
>>>
>>> Hi George,
>>>
>>> On Fri, 17 Aug 2007, George wrote:
>>>
>>>> 1. When I try to access windows shares from within KDE the workgroup
>>>> computers show up, but when I click on one of them I get a timed out
>>>> message right away, there is no delay before the timeout message
>>>> window is displayed. Is there a config file that specifies how long
>>>> the timeout is? Or is there something else that could be happening?
>>>
>>> Is sharing configured on the Windows machines? Are the Windows machines
>>> running a firewall?
>>>
>>>> 2. Is there a way to access a windows share from the Linux terminal
>>>> prompt?
>>>
>>> smbclient will do this.
>>>
>>> smbclient //server/share -U "DOMAIN\user"
>>>
>>> See the smbclient man page for more details.
>>>
>>> Tom

>>
>> OK, I did some checking and I believe that the problem may be in my
>> /etc/lisarc file. Can anyone suggest an example of the setting for
>> this file?
>>
>> Thanks

>
> I have one other question:
> Should the LISa deamon be started at boot, or should KDE load it
> when it boots up?
>
> Thanks

i don't use LISA and i'm able to read, write to win xp and windows 2000
machines

you seem to see the computers netbios names but get no browse list of
all the invidual machines
also it would be nice to know if you're network is WORKGROUP based or if
you use a domain, ...

try this

smbclient -NL //computername

this will attempt a anonymous browselisting of the machine named
computername
Reply With Quote