SAMBA Speed Up
Aug 3, 2007how can we ridiculously speed up SAMBA connections?
View 6 Replieshow can we ridiculously speed up SAMBA connections?
View 6 RepliesI'm currently trying out SAMBA, and having a few last minute issues:
I got both of my centos servers to run samba fine, the mount from serverA to serverB is great... the only problem is that it can't DIR/LS the mounted/shared folder for browsing and viewing. Here is my current smb.conf:
[global]
netbiosname = superpix
security = USER
password level = 4
os level = 64
domain master = yes
local master = yes
prefered master = yes
browsable = yes
writable = yes
locking = no
case sensitive = no
default case = lower
preserve case = yes
short preserve case = no
encrypt passwords = Yes
workgroup = superpix
[homes]
read only = no
browseable = no
[shared]
path = /san
interfaces = eth1 lo
hosts deny = ALL
hosts allow = 10.222.0.
browseable = yes
write list =root, admin
create mask = 0644
directory mask = 0777
public = yes
valid users = admin
I'm not sure what I'm doing wrong... but I can access the files in that folder fine from another server, i just can list/dir the darn thing.
This is a little samba guide from my own experiences of how to map a network drive under windows 2000 to a Linux server. I am not technical expert and this guide is the result from my trail and error.
What's Samba?
Samba allows Linux computers to share files and printers across a network connection. By using its SMB protocol, your Linux box can appear in Windows Network Neighborhood or My Network Places just like any other windows machine. You can share files this way, as well as printers. By using samba on my home network, for example, my Windows machines have access to a printer directly hooked up to my Linux box, and my Linux box has access to a printer directly hooked up to one of my Windows machines. In addition, everyone can access everyone else's shared files. You can see how samba can be very useful if you have a network of both Windows as well as Linux machines.
My OSs
Windows 2000
RHEL 3 (Redhat Enterprise Linus)
My goal
Map a network drive to Linux servers, so that I can access the Linux files under windows 2000.
Installation
Most Linux should have Samba already installed. But if it hasn't install, you can find at in http://rpmfind.net or using up2date command "up2date -i samba". You can also get it at http://www.samba.org
Then you can install it by tying the following Command:
Install:
rpm -i samba.rpm
Upgrade:
rpm -U samba.rpm
Configuration
Samba conf file is located at /etc/samba/smb.conf, allows you to specify which resources on the Linux machine you wish to share and who they can be accessed by.
Samba provide a full version conf if it's fresh install. But most of the times, we don't really need all of these options. So I provide my own conf here, which is rather simple, but it makes things work.
[global]
workgroup = WORKGROUP
server string = LinuxBOX
hosts allow = your_windows_machine_IP
log file = /var/log/samba/%m.log
security = user
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
[Downloads]
comment = Downloads
path = /path_to_your_sharefolder
browseable = yes
writable = yes
public = yes
read only = no
[homes]
comment = My Home Directory
browseable = yes
writable = yes
public = yes
read only = no
[printers]
path = /var/spool/samba
public = yes
guest ok = yes
printable = yes
browseable = yes
writable = yes
read only = no
Just replace workgroup to your windows workgroup name, your_windows_machine_IP and /path_to_your_sharefolder. If you don't need printers sharing, you don't need to have printer section.
Setup Samba Users
Since we're using user level security, we need to setup samba users. This can be easily done by using Webmin. You can go to Server --> Samba --> Convert Unix users to Samba users, you can just covert all your existing Linux users and set them password under the icon "Edit Samba users and passwords" later.
If you don't use webmin, you can also type the following command:
cat /etc/passwd | mksmbpasswd.sh > /etc/samba/smbpasswd
smbpasswd username
Replace username with each of your user's usernames. You will then be prompted to enter a password for this user account.
Samba Service
Now, it's time to start your samba server:
service smb start
service smb stop
service smb restart
Once the computer is restarted or shutdown, the samba service won't start up again in next boot up. I use webmin to make it startup at boot time.
Windows 2000 Configuration
1. Under windows 2000, you can got to windows explorer --> Tools --> map a network drive
2. select drive letter
3. enter the path (e.g. your_server_ipDownloads)
4. click connect using different user name
5. enter your samba usernaem and password that you just set
6. You can connect to your Linux machine now!
This method work for me. If there is any correction or improvements, please let me know.
I'm trying to setup a PDC Login server with SAMBA+LDAP (in separate servers).
How can I test if SAMBA is trying to login properly into the LDAP server?
Im running a redhat server with samba version 3.0.25b..
I dont think it even has winbind, and I need it to join the windows active domain so people can log in and access files etc..
ive searched everywhere to find a nice wget ftp url so i could get the rpm and just install the thing..but is nowhere to be found. I tried installing some random version of the winbind that I COULD find...but no luck, wouldnt work.
I'm struggling hard to integrate a group of windows boxes to authenticate with a Linux samba/ldap server (with personal mapped drives as well).
I get stuck in this error:
root@LittleCode:/usr/share/smbldap-configure# smbldap-useradd -a -m moquist
Error looking for next uid in cn=NextFreeUnixId,dc=activespace,dc=local:value does not conform to assertion syntax at /usr/share/perl5/smbldap_tools.pm line 1071.
root@LittleCode:/usr/share/smbldap-configure#
I am trying to install samba-3.2.1 from source.
To give a short background, I download the src zip and unpack it to local.
go into the file and run a
./autogen.sh
./configure --with-winbind --prefix=/usr/local/samba --with-smbwrapper --with-pam --with-pam-smbpass
make
make install
When I try to run
/usr/local/samba/sbin/smbd -D
I get this message
Error while loading shared libraries : libtalloc.so.1 : cannot open shared object file: no such file or directory
I searched online and found this solution, which sounds like they know what they are talking about..only problem is..I dont!
[url]
We've got a Linux box running ProFTPd reaches a Windows box over SAMBA. This works very well but when the client has a great number of files, the FTP Windows-based FTP clients they use don't always give accurate directory listings (if any at all). I know there's some bug in the way SAMBA works with Windows File Sharing but I don't know what the magic file number is that, when reached, prevents a proper directory listing. Does anyone know what this magic number is or if there's an available, tested fix for this?
View 3 Replies View RelatedI was wondering if anyone has came across this error when dealing with SAMBA.
[url]is the error and the 'fix'.
I have about 50users that can connect just fine, running sp2 (xp pro) but some other users that have xp home or media center can't. There running sp2 and they still get the above error. In the article i need to contact MS for the hotfix...
Any quick fixes other then maybe changing then workgroup?
Netbios is enabled
All can ping the server.
Z drive is OK for use (IE there PC doesnt have a Z drive in use)
I'm currently running SAMBA on one my linux servers, and wanting to connect to it from another linux server.
1. Do I need to install SAMBA on the connecting server (client-side)?
2. I can see/mount the SAMBA folder just fine, I can delete,make,etc. The only thing I can't do on the client side is change ownership of a file or folder... even if I'm logged in as root.
how to preserve permissions the same 1:1 after mounting the remote resource with samba mount cause currectly the permissions are changing.
View 2 Replies View RelatedI think the samba add on for Plesk 12 is not correctly implemented for CentOS 7.To get smb users added I first had to manually install the samba-client, since smbpasswd was missing:
Code:
yum install samba-client Next I had to manually run
Code:
chcon -R -t samba_share_t /var/www/vhosts/my-server.tld/ for each share to be able to access it...
I am trying to isolate different users in a directory and subdirectories.
Case:-
Directory A --> Sub A
--> Sub B
--> Sub C
I want everybody to be able to access "Directory A" but limited access to "Sub A", "Sub B" and "Sub C". How can i achieve that?
Currently, all users that are able to access "Directory A" can go in "Sub A", "Sub B" and "Sub C".
I have configured samba on my server but when i access shared directory but i can't its gives error.......
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.25b-1.el5_1.4]
Server not using user level security and no password supplied.
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
The scenario is like this I have Plesk + IIS + windows server and I want to store Plesk backups to a partition in linux server. So I have created a samba share and mounted it under the windows server. the issue showing is it is not possible to write to samba shared partition.
View 2 Replies View RelatedSamba accesses can be restricted to certain IP / ranges through the access tab in the Plesk Samba extension screen.This builds the /etc/samba/ smb. conf.include file with entered information.All well and good so far.
This file contains the standard 'do not modify...' text, so making manual changes directly here is undesirable. In Plesk are some Linux commands such as /usr/local/psa/bin/php_handler through which permitted changes can be made from the command line.
Is there a similar command included which would allow a shell script to make changes in a supported manner like the /usr/local/psa/bin/php_handler file does? any changes the script makes can be seen in the Plesk Panel and unless admin changes them through the panel will be persistent.
I have a rented VPS with 2TB of disk space and a plesk license in order to host the sites that i develop and my sites, and found myself with around 1.8TB of free space, plesk samba management and plesk vpn management but with few missing pieces for my idea. My idea was to setup vpn tunneling between my laptop and desktop to plesk server and access samba share from the server like they were in my LAN.In the firewall I have opened only the classic mail and web ports (obviously plesk access too).
View 2 Replies View RelatedI am having some serious speed issues with my 1Gbit server at FDC. After opening a ticket, they've simply dismissed it as a server configuration problem. However I am convinced it isn't because certain ISP's (usually universities) get good speeds, usually 700kb/sec but the vast majority of my users get between 20-50 kb/sec and it's causing a lot of complaints.
Furthermore I have other servers with FDC which are 100mbit which perform better than my 1 Gbit one. There are no server bottlenecks (CPU/RAM/HDD), since I've closely monitored them (PRTG) and they aren't even heavily utilised. So the problem is with the network at some point.
Speed Test : [url]
where abouts you are downloading from, your ISP and net connection. Wget's from servers are also welcome as are traceroutes.
I have a linux server for a video sharring site
The video encoder that I prefer to use will only work in a windows enviorment
The windows server would pass off the converted video to the Linux server.
Will a Samba server for Linux allow a Linux machine to connect and share files with a Windows machine work for this application.
Although it's probably a dumb question but can Linux and Windows exist on the same server?
After reading tons and tons of messages on these forums... I have decided to get a VPS from KnownHost or SLhost.com.
KnownHost packages are a bit more expensive than SLHost (prepaying 6 months), however I am not looking to save a buck or two. I want the best speed for the money.
Can anyone tell me which of these two has the best performance (server performance and bandwidth performance) for the money?
KnownHost offers:
200GB Premium Bandwidth
256MB Guaranteed RAM Burstable to 768 MB
10 GB Disk Space
$5 - Control Panel
$402 per year with Control Panel
SLHost offers:
300 GB Bandwidth
384 Guaranteed RAM (Burstable unknown?)
20 GB Storage
4 IPs
Free Control Panel
$389.64 per year
Just trying to figure out which one would give me the best performance...
ive got a site (heavily mysql/php based) and ive installed e-accel and mod_gzip. im wondering if anyone knows any other ways to speed up the site ?. mysql has been optimized also.
its pretty quick loading now but i want tho get it running as fast as possible
how do we speed up NFS connections?
This is what I currently have in the server exports:
Code:
/images 192.222.0.3(rw,no_root_squash) 10.111.0.11(rw,no_root_squash)
I am trying to purchase a server and HiVelocity gave me a really good quote. But their speed test did not turn out really good.
Anyone can share their views on their network and speed?
I want ask How i know the Server Download speed from Rapidshare ? I have windows Dedicated Server with 1GB Port and when i download something from rapidshare its just 2MB/s , is that Normal ? and now i am thinking to Buy another one , How i can know the Download speed from rapidshare site ? I ask some Company about that but No one give me test or any thing like that ,
View 6 Replies View RelatedI recently setup WAMP on my dedicated, and I'm unsure if the slow download speed is from WAMP or something else I need to remove from the dedicated. Might just be the distance I am from the dedicated because it's hitting 88.74Mb/s down and 71.19Mb/s up from a local city.
It's located in Kansas city, MO.
208.94.241.242/speedtest/
I ordered my first vps and uploaded a 1 page web site with a few graphics. I browsed to the web site and it took longer than normal to load the entire site with all graphics.
Is there a way that I can test my vps account speed?
Is it normally to get an 8-9 mb/s down speed and 2-3 mb/s upload with this server?
View 11 Replies View RelatedCan i have a speed test from different locations. [url]
View 14 Replies View Relateddo you know vps4less? I have a plan there. LxAdmin is very slow but hyper vps is fast.
View 2 Replies View Relatedi have this couple of windows 2003 servers, colocated in data center, i need to improve download speeds to our customers who are at least 200ms away, the end user is not using download accelarator,
is there a way that any settings to be done on server so that per thread speed can be increased, this case the server and client both have the ability to make a connection at more than a megabit speed. i did some search but all the articles point to end user and not the server saying to increase tcp window size etc.. not sure if those articles relate to server side changes.
Can a few people try to download the test file in [url] and tell me what speeds you get and from which location?
I'm comparing UK2 and RapidSwitch. I'm interested to know the d/l speeds from East/West coast USA, Asia, Australia. I'm assuming Europe would be fast.