Hallo zusammen,
ich habe einen Samba-Server auf meinem vServer aufgesetzt. Leider kann ich nicht von meinem lokalen Rechner aus nicht auf die Freigabe zugreifen, sondern nur vom vServer aus. Woran liegt das und wie kann ich den Fehler beheben?
Zugriff (smbclient -L //meineDomain.de/) vom vServer aus:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.17-Ubuntu] Sharename Type Comment --------- ---- ------- Share Disk IPC$ IPC IPC Service (MeineDomain.de) Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.17-Ubuntu] Server Comment --------- ------- CUPCAKE01 MeineDomain.de JASPERS jaspers server (Samba, Ubuntu) Workgroup Master --------- ------- WORKGROUP JASPERS |
Zugriff (smbclient -L //meineDomain.de/) von lokalem Rechner aus:
1 | Connection to MeineDomain.de failed (Error NT_STATUS_IO_TIMEOUT) |
Ausgabe von testparam:
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 | Load smb config files from /etc/samba/smb.conf Processing section "[Share]" Loaded services file OK. Server role: ROLE_STANDALONE Press enter to see a dump of your service definitions [global] server string = meineDomain.de interfaces = 127.0.0.0/8, eth0, 192.168.220.100/255.255.255.0, 192.168.210.30/255.255.255.0 server role = standalone server map to guest = Bad User obey pam restrictions = Yes pam password change = Yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . syslog = 10 log file = /var/log/samba/log.%m max log size = 10000 printcap name = /dev/null dns proxy = No usershare allow guests = Yes panic action = /usr/share/samba/panic-action %d idmap config * : backend = tdb hosts allow = ALL printing = bsd print command = lpr -r -P'%p' %s lpq command = lpq -P'%p' lprm command = lprm -P'%p' %j [Share] path = /srv/samba force user = dievar force group = users read only = No create mask = 0664 directory mask = 0775 |
Log-file:
1 2 3 | smbd version 4.1.17-Ubuntu started. Copyright Andrew Tridgell and the Samba Team 1992-2013 [2016/03/21 19:16:27.493061, 0] ../lib/util/become_daemon.c:136(daemon_ready) |
Vielen Dank für Eure Mühen.
Grüße DieVar