Network slow -> open smb://server takes long time

Asked by Sebastian Geiger

When trying to open a certain location on the network, no matter what location, it takes always a lot of time till the folders show up oder untill i can see the available computers when i open :

Places -> Network

smb://server

I have clearly verified that my network itself has no problem and that after a time when the computers and their folders will finally appear everything works fine. On WINXP this is much faster. So is this a general linux problem and therefore within the design or can i tweak the speed in some configuration file?

Best Regards
Lanoxx

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu samba Edit question
Assignee:
No assignee Edit question
Solved by:
M Hickford
Solved:
Last query:
Last reply:
Revision history for this message
Best M Hickford (hickford) said :
#1

I suspect this is a firewall issue. Waiting for requests on certain ports to time out. You probably need to open some ports on your firewall (linux). If you use firestarter, (firewall interface for linux) this is easy

For scientific testing try running the commands
smbtree -b -N
and findsmb

See article for a list of ports.
http://lists.samba.org/archive/samba/2002-January/036471.html

Revision history for this message
Sebastian Geiger (lanoxx) said :
#2

Thanks Matt H, that solved my question.