![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Samba Slow to Connect Xp to Solaris | ciscocbee | IP Networking | 1 | 05-19-2008 06:27 PM |
| scp is slow | tomstone_98 | UNIX for Dummies Questions & Answers | 1 | 07-26-2007 06:33 AM |
| Slow FTP & SMB | rockboles | UNIX for Dummies Questions & Answers | 4 | 12-11-2005 04:52 PM |
| ls -l over NFS slow | keelba | UNIX for Advanced & Expert Users | 3 | 01-21-2004 05:17 AM |
| CPU slow down | Henrik | UNIX for Dummies Questions & Answers | 4 | 11-21-2002 02:26 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Samba Slow ?
Ok, i got samba up and running and can see the directories i want to be able to see on my network, but it is really slow. From a windows to windows transfer or file open it is just a little under a 100 mb connection. However it takes minutes just to open a file on the linux box.I have attached my conf file, but i do no think in it lies the answer...Please help Op RH 7.1
[global] interfaces = 192.168.1.2 security = SHARE null passwords = Yes unix password sync = Yes load printers = No lm announce = True domain master = Yes unix realname = Yes #ssl CA certDir=/usr/share/ssl/certs ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt socket options = TCP_NODELAY hosts allow = 192.198.1.2 192.168.1.3 log file = /var/log/samba/%m.log dns proxy = no - Last edited by macdonto; 10-08-2001 at 01:13 PM. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
How about other network application protocols between the two platforms such as FTP and telnet ? How is the connection speed for these applications?
|
|
#3
|
|||
|
|||
|
No problems with telnet or ftp proto's. Good idea I had not tried that. I looked around and it is a common problem with most of the linux systems. I went to the samba documentation and they explain the problem but dont give any answers.
|
|
#4
|
||||
|
||||
|
Example config works fast for us.....
Here is our working samba conf file /etc/smb.conf
Quote:
|
|
#5
|
|||
|
|||
|
That worked...I just need to figure out what is wrong with mine now.
Thanks |
|
#6
|
||||
|
||||
|
My first guest would be a problem with the way SSL is working within Samba.
|
|
#7
|
|||
|
|||
|
I'm reviving this ancient thread because I couldn't easily find an answer to this problem myself, so I hope this answer will help some people out.
I fixed the very slow loading of folders by adding this line: Code:
name resolve order = wins lmhosts hosts |
|||
| Google The UNIX and Linux Forums |