[samba] share zonder security

Pagina: 1
Acties:

  • majornono
  • Registratie: Juni 2002
  • Laatst online: 04-04 23:16
Ik heb thuis een netwerkje met drie pc's: linux server, windows xp en windows 98. Nu wil ik dat de twee windows pc's bij mijn ftp dir kunnen via samba.

Er hoeft hiervoor geen security gebruikt te worden, want ik ben het zelf en naar internet zit de samba poort toch dicht. Mijn config file:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[global]
        interfaces = 192.168.1.1/255.255.255.0
        hide dot files = Yes
        browseable = yes
        security = user
        workgroup = XXX
        log level = 1
        netbios name = Linux
        bind interfaces only = Yes
        log file = /var/log/samba/%m.log
        default = ftp
        guest only = yes
[ftp]
        path = /home/proftpd
        writable = yes
        public = yes


In de netwerkomgeving zie ik de linux machine, maar als ik daar probeer op te komen krijg ik een access denied error.

wat doe ik fout?

Problem Exists Between Chair And Keyboard


  • blackd
  • Registratie: Februari 2001
  • Niet online
zet Security eens op share in plaats van user.

9000Wp o/w SolarEdge SE6K - Panasonic 5kW bi-bloc - gasloos sinds 17-7-2023


  • majornono
  • Registratie: Juni 2002
  • Laatst online: 04-04 23:16
damn wat slecht....
slotje

Problem Exists Between Chair And Keyboard