Here my samba conf file: [global] ??? workgroup = MYGROUP ?? ?server string = Samba Server Version %v ? ??? interfaces = lo eth0 x.x.x.x/x #my ip and mask ?? ?hosts allow = 127. 10.0. ??? log file = /var/log/samba/log.%m ?? ?max log size = 50 # ----------------------- Standalone Server Options ------------------------ ?? ?security = user ?? ?passdb backend = tdbsam # ----------------------- Domain Members Options ------------------------ # ----------------------- Domain Controller Options ------------------------ # ----------------------- Browser Control Options ---------------------------- #----------------------------- Name Resolution ------------------------------- # --------------------------- Printing Options ----------------------------- ?? ?load printers = yes ?? ?cups options = raw # --------------------------- File System Options --------------------------- #============================ Share Definitions ============================= [Share] ?? ?comment = Data ?? ?browseable = yes ?? ?writable = yes ?? ?path = /somepath ?? ?public = no ?? ?guest ok = no ?? ?create mask = 0660 ?? ?directory mask = 0770 ?? ?force group = Family
On 03/05/15 07:31, ????????? ???????? wrote:> Here my samba conf file: > > [global] > > workgroup = MYGROUP > server string = Samba Server Version %v > > interfaces = lo eth0 x.x.x.x/x #my ip and mask > hosts allow = 127. 10.0. > > log file = /var/log/samba/log.%m > > max log size = 50 > > # ----------------------- Standalone Server Options ------------------------ > > security = user > passdb backend = tdbsam > > > # ----------------------- Domain Members Options ------------------------ > > # ----------------------- Domain Controller Options ------------------------ > > # ----------------------- Browser Control Options ---------------------------- > > #----------------------------- Name Resolution ------------------------------- > > > # --------------------------- Printing Options ----------------------------- > > > load printers = yes > cups options = raw > > # --------------------------- File System Options --------------------------- > > #============================ Share Definitions =============================> > > [Share] > comment = Data > browseable = yes > writable = yes > path = /somepath > public = no > guest ok = no > create mask = 0660 > directory mask = 0770 > force group = FamilyTry these two lines like this: interfaces = eth0 hosts allow = 10.0. or like this: interfaces = x.x.x.x/x #my ip and mask hosts allow = 10.0. or better still: hosts allow = 10.0. If you don't understand why, try reading 'man smb.conf' Rowland
Hello, Am 03.05.2015 um 08:31 schrieb ????????? ????????:> Here my samba conf file: > > [global] > > workgroup = MYGROUP > server string = Samba Server Version %v > > interfaces = lo eth0 x.x.x.x/x #my ip and mask > hosts allow = 127. 10.0. > > log file = /var/log/samba/log.%m > > max log size = 50 > > security = user > passdb backend = tdbsam > > load printers = yes > cups options = raw > > [Share] > comment = Data > browseable = yes > writable = yes > path = /somepath > public = no > guest ok = no > create mask = 0660 > directory mask = 0770 > force group = FamilyI've started exactly this smb.conf here on my Fedora 21 (Samba 4.1.17) PC. I've only replaced eth0 with my device name and the IP stuff. When I try to copy > 4 GB ISO files from/to this share to/from my Win81 laptop, I have a constant transfer rate of ~110 MB/Sec: http://picpaste.com/screenshot-IXV2zgmI.png Your low transfer rates seem to have a different reason (HDD performance, filesystem or many other things). Regards, Marc
Hello, Am 03.05.2015 um 17:38 schrieb ????????? ????????:> Thank you for your time. What network did you test it? > 100Mb or 1000Mb?I'm using 1Gbit here at home. With a 100Mbit connection it wouldn't be possible to reach transfer rates of 110MB/Sec. A realistic good transfer rate for a 100Mbit connection is just around 11 MB/Sec. Regards, Marc