PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Newbie: Samba über IP nicht erreichbar



dayZ
13.04.08, 12:21
Hallo Linuxer,

Habe folgendes Problem mit meinem Samba-Server, wenn ich ihn lokal aufrufe.



joern@lieblingswg-server:/media$ smbclient -L 127.0.0.1
Password:
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.26a]

Sharename Type Comment
--------- ---- -------
...

Server Comment
--------- -------
...
Workgroup Master
--------- -------
...


aber:



joern@lieblingswg-server:/media$ smbclient -L 192.xxx.xxx.33
Password:
Receiving SMB: Server stopped responding
tree connect failed: Call returned zero bytes (EOF)



...wobei anstatt der xxx natürlich die echte ip-adresse angegeben wird.

Warum kann ich im ersten Fall zugreifen, im zweiten aber nicht? Von extern komm ich natürlich gar nicht dran...

Pings gehen sowohl über 127.... als auch über 192...
Rechner hängt hinter einer Fritzbox.

Danke für Eure Hilfe, DayZ

marce
13.04.08, 12:27
Poste mal die smb.conf

dayZ
13.04.08, 12:35
thx fuer die schnelle antwort.



[global]
netbios name = LieblingsWG_Server
server string = CAD architects, Stockholm. East 32nd st, 34th floor
workgroup = Workgroup
security = user
hosts allow = 192.168.178.0
interfaces = 127.0.0.1/8 192.168.0.0/24
remote announce = 192.168.0.255
remote browse sync = 192.168.0.255
printcap name = /etc/printcap
load printers = yes
cups options = raw
printing = cups
guest account = smbguest
log file = /var/log/samba/samba.log
max log size = 1000
null passwords = no
username level = 8
password level = 8
encrypt passwords = true
unix password sync = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = no
domain master = no
preferred master = no
domain logons = no
os level = 33
logon drive = m:
logon home = \\%L\homes\%u
logon path = \\%L\profiles\%u
logon script = %G.bat
time server = no
name resolve order = wins lmhosts bcast
wins support = no

wins proxy = no
dns proxy = no
preserve case = no
client use spnego = no
client signing = no
client schannel = no
server signing = no
server schannel = no
nt pipe support = yes
nt status support = yes
allow trusted domains = no
obey pam restrictions = yes
enable spoolss = yes
client plaintext auth = yes
disable netbios = no
follow symlinks = no
update encrypted = yes
pam password change = no
passwd chat timeout = 120
hostname lookups = no
username map = /etc/samba/smbusers
smb passwd file = /etc/samba/smbpasswd
passwd program = /usr/bin/passwd '%u'
passwd chat = *New*password* %n\n *ReType*new*password* %n\n *passwd*changed*\n
add user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null '%u'
add user to group script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null -g '%g' '%u'
add group script = /usr/sbin/groupadd '%g'
delete user script = /usr/sbin/userdel '%u'
delete user from group script = /usr/sbin/userdel '%u' '%g'
delete group script = /usr/sbin/groupdel '%g'
add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c 'Samba Machine Account' -s /dev/null -M '%u'
machine password timeout = 120
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /dev/null
winbind use default domain = no
winbind separator = @
winbind cache time = 360
winbind trusted domains only = yes
winbind nested groups = no
winbind nss info = no
winbind refresh tickets = no
winbind offline logon = no

[homes]
comment = Home Directories
path = /media/Daten/homes
read only = no
available = yes
browseable = yes
writable = yes
guest ok = no
public = no
printable = no
share modes = no
locking = no

[netlogon]
comment = Network Logon Service
path = /home/netlogon
read only = no
available = yes

writable = no
guest ok = no
public = no
printable = no
share modes = no
locking = no

browsable = yes
[profiles]
comment = User Profiles
path = /var/samba/profiles
read only = no
available = yes

writable = yes
guest ok = no
public = no
printable = no
locking = no
create mode = 0600
directory mask = 0700

browsable = no
[printers]
comment = All Printers
path = /var/spool/samba
browseable = yes
writable = no
guest ok = no
public = no
printable = yes
share modes = no
locking = no

[pdf-documents]
path = /home/pdf-documents
comment = Converted PDF Documents
available = yes


guest ok = yes

browsable = yes
public = no
writable = yes
[pdf-printer]
path = /tmp
comment = PDF Printer Service
printable = yes
guest ok = yes
use client driver = yes
printing = bsd
print command = /usr/bin/gsambadpdf %s %u
lpq command =
lprm command =

[Bilder]
path = /media/Daten/Bilder
available = yes
browsable = yes
public = yes
writable = no
joern@lieblingswg-server:~$

Aqualung
13.04.08, 12:36
Warum kann ich im ersten Fall zugreifen, im zweiten aber nicht? Von extern komm ich natürlich gar nicht dran...

Wie hast Du Deine FW konfiguriert? Samba-Server für die externe Zone erlaubt?

Gruß Aqualung

marce
13.04.08, 12:42
[global]
[...]
hosts allow = 192.168.178.0
[...]
Bin mir nicht 100% sicher - aber zumindest lt. Doku fehlt dort die Netzmaske, keine Ahnung wie penibel Samba damit ist...

dayZ
13.04.08, 13:03
Bin mir nicht 100% sicher - aber zumindest lt. Doku fehlt dort die Netzmaske, keine Ahnung wie penibel Samba damit ist...

Das wars, tausend Dank!

@aqualung:

so weit bin ich noch gar nicht. mit extern meinte ich erstmal einfach nur andere rechner, und dazwischen liegt keine fw. Wenn ich das nicht hinbekomme, wende ich mich dann vertrauensvoll an Dich. :-) Thx für Deinen Input,

Gruß, DayZ