Ik heb de search gebruikt en een stuk of 3 a 4 topic over dit zelfde onderwerp tegengekomen, helaas niet met de oplossing
Mijn samba op mijn linux Debianserver doet sinds een korte tijd raar.
- Ik kan vanaf mijn linux laptop niet meer connecten
- vanaf mijn windows XP werkbak naar de Linux server haal ik alleen nog maar snelheden van 70KB/s over het LAN, gooi ik bestanden van de linux server naar de WINXP dan haal ik 4 MB/s
FTP naar en van de bak gaat op volle snelheid
Het niet connecten vanaf de laptop:
mijn smb.conf
Mochten er fouten zitten in de config dan hoor ik het graag
Mijn samba op mijn linux Debianserver doet sinds een korte tijd raar.
- Ik kan vanaf mijn linux laptop niet meer connecten
- vanaf mijn windows XP werkbak naar de Linux server haal ik alleen nog maar snelheden van 70KB/s over het LAN, gooi ik bestanden van de linux server naar de WINXP dan haal ik 4 MB/s
FTP naar en van de bak gaat op volle snelheid
Het niet connecten vanaf de laptop:
code:
1
2
3
4
| Centrino:/home/pim# mount //192.168.1.1/tutanekai /server/ Error connecting to 192.168.1.1 (Connection refused) 30100: Connection to 192.168.1.1 failed SMB connection failed |
mijn smb.conf
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
| #======================= Global Settings =======================
[global]
log file = /var/log/samba/log.%m
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=40096 SO_RCVBUF=40096
encrypt passwords = true
passdb backend = smbpasswd guest
passwd program = /usr/bin/passwd %u
wins support = true
dns proxy = no
netbios aliases = Tutanekai
writeable = yes
server string = Tutanekai
path = /tmp
unix password sync = Yes
workgroup = MAHI
syslog = 0
panic action = /usr/share/samba/panic-action %d
max log size = 1000
[homes]
path =
comment = Home Directories
writable = yes
invalid users =
create mask = 0700
directory mask = 0700
[filez]
comment = shareware
valid users = s4
wide links = no
user = s4
write list = s4
path = /file
writable = yes
[tutanekai]
comment = sjah
valid users = root
wide links = no
user = root
write list = root
path = /
writable = yes
# By default, the home directories are exported read-only. Change next
# parameter to 'yes' if you want to be able to write to them.
# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
# create mask = 0775
# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
# directory mask = 0775
# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
#[netlogon]
# comment = Network Logon Service
# path = /home/samba/netlogon
# guest ok = yes
# writable = yes
# share modes = yes
#[printers]
# comment = All Printers
# browseable = no
# path = /tmp
# printable = yes
# public = no
# writable = no
# create mode = 0700
# A sample share for sharing your CD-ROM with others.
[root]
comment = root
writable = yes
locking = no
path = /
public = yes
# The next two parameters show how to auto-mount a CD-ROM when the
# cdrom share is accesed. For this to work /etc/fstab must contain
# an entry like this:
#
# /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
# is mounted on /cdrom
#
; preexec = /bin/mount /cdrom
; postexec = /bin/umount /cdrom |
Mochten er fouten zitten in de config dan hoor ik het graag
"The trouble with quotes from the Internet is that you can never know if they are genuine." - Elvis Presley | Niet met me eens ? DM ME