0

We have a RHEL5 Linux Server with few Windows XP client boxes.

Using Samba server for share files between systems.

My server working well in all systems but one Windows XP machine didn't connect to server.

Here i give some screen shots for clear idea,

alt text

For Check network connection i use ping, It working well.

alt text

I use above way for connect to server. For all other systems it working well.

alt text

I am getting error message like this.

** I am using squid for proxy in Linux, For me internet also working well in that Windows XP system.

** I Deleted stored user name and password for samba in windows XP.

Help me to solve this problem.

EEAA
  • 108,414
  • 18
  • 172
  • 242
Kumar
  • 823
  • 3
  • 20
  • 43
  • Your smb.conf would be helpful. This could be due to a myriad of different things. Is there a firewall rule on the server that would drop packets from this stations IP, does it have a stale share on it (net use), etc, etc. – sinping Nov 15 '10 at 13:34
  • 1
    Can you telnet to port 445 of the server? I think Windows-syntax is: start telnet, then "open //10.1.1.1 445". If you can telnet, this would rule out some potential issues. – Hans Nov 15 '10 at 14:44
  • @sinping, This same IP working well in another system. Also working IP of other system too not work in problem system... – Kumar Nov 17 '10 at 04:13
  • Is samba a domain controller or stand alone server? Any secure channel errors on the client? – sinping Nov 17 '10 at 13:11
  • @sinping, I am using samba server for just local sharing, have squid proxy and samba server. – Kumar Nov 18 '10 at 04:46
  • What do the logs say on the Samba server for that machine? Some samba installations make a log file for each client/IP that connects to it. Can the user account being used on that machine connect from elsewhere? – sinping Nov 18 '10 at 13:32

2 Answers2

0

Of course we're sure about Virus presence? Which Service Pack? Smells like Conficker...

To be totally sure try to open \localhost\

Pitto
  • 2,009
  • 10
  • 33
  • 49
0

I cleared this problem. Problem in network adopter drivers. After reinstalling driver , samba server working well.

Kumar
  • 823
  • 3
  • 20
  • 43