Hello,
I have replaced a Samba server that was running under Debian 5. with a new server now under Debian 6. I have restored the old Samba config files that worked normally, in the new server and there is an odd behaviour that I do not understand:
On the server:
Code:
server:~$ ping server
64 bytes from server (127.0.1.1): icmp_req=1 ttl=64 time=0.024 ms
On a windows client
Code:
C:\Documents and Settings>ping server
Pinging server.fritz.box [192.168.1.100] with 32 bytes of data:
Reply from 192.168.1.100: bytes=32 time <1ms TTL=64
both work normally.
Code:
server:~$ smbclient -L 192.168.1.100 -U user
Enter user's password:
Domain=[WINDOWS] OS=[Unix] Server=[Samba 3.5.6]
Sharename Type Comment
--------- ---- -------
print$ Disk Printer Drivers
FTP Disk FTP Shared files
temp Disk
user Disk Home Directories
Domain=[WINDOWS] OS=[Unix] Server=[Samba 3.5.6]
Server Comment
--------- -------
SERVER my server
PC-DEMO
Workgroup Master
--------- -------
WINDOWS SERVER
When testing the smb server with the server's IP address it works ok.
Code:
server:~$ smbclient -L server -U user
Enter user's password:
session request to SERVER failed (Not listening for calling name)
session request to *SMBSERVER failed (Not listening for calling name)
When testing the smb server with the server's name "server" (on this case) it does not work.
Any hints?
Thank you for your help.
Regards