met samba heb ik mijn server gelinkt aan mijn netwerk. Ik kan nu alleen niet schrijven in de map van mijn proftp. Mijn /home/shared folder kan ik wel beschrijven vanaf een andere computer. Mijn samba config staat hieronder:
# Created by Point Clark Networks
#
# Samba lets this gateway look like a Microsoft machine. Only the local
# network can see the shared folders/printers.
#
# - Default shares:
#
# shared - is just an public folder where everyone can put files, create
# directories, and do whatever. If you have a big hard disk,
# you can put all your MP3s here!
#
# website - if you decide to run your own website, this is where you
# put all your html files. You also have access to the
# cgi-bin if you want to get fancy with scripts.
#
# cdrom - if the ClarkConnect installation detects a CD-ROM, then
# it will add this as a shared resource.
#
################################################################################
#
#======================= Global Settings =====================================
[global]
netbios name = servert
workgroup = cl198a
server string = in de berging
bind interfaces only = True
interfaces=eth1 eth2 192.168.1.1/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
# ClarkConnect - WINS
# -------------------
# Uncomment "wins support" if you want this server to become a WINS server.
#wins support = yes
#domain master = yes
#local master = yes
#preferred master = yes
#os level = 65
# ClarkConnect - IPsec network
#-----------------------------
# See documentation on website
#remote announce = 192.168.10.1
#remote browse sync = 192.168.10.1
#============================ Share Definitions ==============================
[shared]
comment = Shared Folder
path = /home/shared
writable = yes
public = yes
printable = no
# **** Do not be tempted to make this WebDAV folder writable
****
# File locking issues may cause grief, so it's just a bad idea.
[configuratie]
comment = Configuratie bestanden server
path = /
writable = yes
public = yes
printable = no
hosts allow = 192.168.1.2
hosts deny = ALL
[FTP server]
comment = inhoud ftp server
path = /var/ftp
writable = yes
public = yes
printable = yes
[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
[webdav]
comment = Read Only - Internet Shared Folder
path = /home/webdav/files
writable = no
public = yes
printable = no
Wat doe ik fout?
# Created by Point Clark Networks
#
# Samba lets this gateway look like a Microsoft machine. Only the local
# network can see the shared folders/printers.
#
# - Default shares:
#
# shared - is just an public folder where everyone can put files, create
# directories, and do whatever. If you have a big hard disk,
# you can put all your MP3s here!
#
# website - if you decide to run your own website, this is where you
# put all your html files. You also have access to the
# cgi-bin if you want to get fancy with scripts.
#
# cdrom - if the ClarkConnect installation detects a CD-ROM, then
# it will add this as a shared resource.
#
################################################################################
#
#======================= Global Settings =====================================
[global]
netbios name = servert
workgroup = cl198a
server string = in de berging
bind interfaces only = True
interfaces=eth1 eth2 192.168.1.1/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
# ClarkConnect - WINS
# -------------------
# Uncomment "wins support" if you want this server to become a WINS server.
#wins support = yes
#domain master = yes
#local master = yes
#preferred master = yes
#os level = 65
# ClarkConnect - IPsec network
#-----------------------------
# See documentation on website
#remote announce = 192.168.10.1
#remote browse sync = 192.168.10.1
#============================ Share Definitions ==============================
[shared]
comment = Shared Folder
path = /home/shared
writable = yes
public = yes
printable = no
# **** Do not be tempted to make this WebDAV folder writable
# File locking issues may cause grief, so it's just a bad idea.
[configuratie]
comment = Configuratie bestanden server
path = /
writable = yes
public = yes
printable = no
hosts allow = 192.168.1.2
hosts deny = ALL
[FTP server]
comment = inhoud ftp server
path = /var/ftp
writable = yes
public = yes
printable = yes
[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
[webdav]
comment = Read Only - Internet Shared Folder
path = /home/webdav/files
writable = no
public = yes
printable = no
Wat doe ik fout?