echt heel vaag, normaal als je CC installeerd (www.clarkconnect.org -> redhat 7.2 -> CC 0.9.1) dan heb je dus automatisch ook samba erbij.. hij is gewoon geinstalleerd.. maar ik kan hem dus nergens vinden op mijn win2k bak.. 
de smb.conf is auto generated:
guest account klopt want die shared dir is meteen een ftp dir
bij win2k is werkgroep: WATERWORLD
iemand een id waarom het niet wilt werken?
de smb.conf is auto generated:
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
| [global]
netbios name = Atlantis
workgroup = WATERWORLD
server string = the unknown land
bind interfaces only = True
interfaces = eth1 192.168.1.0/255.255.255.0
printcap name = /etc/printcap
load printers = yes
max log size = 50
security = share
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = no
[shared]
path = /home/shared
writable = yes
comment = Shared Folder
printable = no
guest account = ftp
public = yes
[webdav]
comment = Read Only - Internet Shared Folder
path = /home/webdav/files
writable = no
public = yes
printable = no
[website]
comment = Web Site
path = /var/www
writable = yes
public = yes
printable = no
create mask = 0755
[printers]
printing = cups
browseable = yes
printable = yes
public = yes |
guest account klopt want die shared dir is meteen een ftp dir
bij win2k is werkgroep: WATERWORLD
iemand een id waarom het niet wilt werken?