vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have a samba server set up on a slackware 11.0 system. My windows systems can access the samba shares with no problem. 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? 2. Is there a way to access a windows share from the Linux terminal prompt? Thanks |
| |||
| 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 |
| |||
| 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? The windows computers all have shared drives and are accessible between each other. My previous linux 10.2 install could access them with no problem. There must be some problem with the config but I do not know which file is used to adjust the timeout parameters. > >> 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 |
| |||
| 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 |
| |||
| 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 |
| ||||
| 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 |