Rasp, Robert wrote:
Hello,
you can see, that the XP-Box use Port 445 for the connection to the SMB-Server. Port 445 is in use of MS for File-Share since WIN2000 As far as i know, Samba only use 135, 137 ... After a few seconds the XP-Box switch to this ports and trys to connect to the SMB-Server.
Have you restricted the interface for samba ??
Perhaps is a problem of samba configuration, here is the global section of my smb.conf file:
# Global parameters
[global]
workgroup = GRUPODETRABAJO
netbios name = LINUXSERVER
server string = %h server (Samba %v)
interfaces = 192.168.1.40/24 10.4.0.2/24
encrypt passwords = Yes
printing = bsd
printcap name = /etc/printcap
load printers = yes
debug level = 3
deadtime = 1
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
os level = 65
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
invalid users = root
nt acl support = No
Do you see any problem with this configuration?
If I run smbclient -L LINUXSERVER (10.4.0.2) -U myname
I get response from the server and I get the list of the samba volumes.
Try this: Change the IP in the lmhosts file to the 192.168.1.215..
This doesn´t work at all it trys to connect to my PC, and gives an error.