Showing posts with label network. Show all posts
Showing posts with label network. Show all posts

Wednesday, October 20, 2010

Frequent network failures from windows client to Linux

If you are mapping Linux directories in windows client.Then check your log file smbd.log.If you have receiving follwing error.

"getpeername failed. Error was Transport endpoint is not connected"

Check this link for solution.

http://lists.samba.org/archive/samba/2004-April/084048.html

Stop 1 : Stop windows  browser service from your all windows clients

             netstat -tvlnp | grep smbd - shows your samba service running ports in your linux system.

Stop 2 : iptables -I INPUT 1 -p tcp --dport 445 -j DROP  - Run it on linux system
Stop 3 : Check using nmap - It shows you 445 as a filtered port.


Above steps may solve your problem.

Monday, August 3, 2009

Network Not working - Without any sign of failure

If network is not working without any sign of failure,try to check your  swich in all areas in your lan systme.One switch hanging will lead to this type of problem.If it is 24 port switch , try to remove one cable at a time and check your network working status.It may solve your problem.