Can't see linux box running Samba from Windows machine
Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I've managed to get my linux machine running Samba--easier than I thought it'd be. BUT...
I can ping the linux machine from the windows 2K box. I can, running a search for computer with the linux machine's IP address, find the linux box. In fact, I can even open it up from Win2K and browse folders, etc.
For some reason, though, the linux machine doesn't show up in the Network Neighborhood / Computers Near Me browser window.
This isn't a critical fault, more just an annoyance. My Samba guide (Slackware Linux Unleashed) tells me that the Win2K box sometimes needs a little time to get its house in order and notice the linux machine running Samba, but I've been waiting for about a half hour, now, and nothing's coming up.
I'm pretty new to this, but just had a similar prob with Windows ME. To resolve it, I did the following. Go into network neighborhood and add a new network place. For the location I typed \\linux_box_name and that did the trick. You might want to give it a try.
Had this problem described before. It turned out to be the default installation of the iptables on redhat7.2 was blocking the port required by Samba.
Try issuing the command iptables -F to flush the firewall settings and try connecting.
Also, if you have portsentry running on the Linux box check the /etc/hosts.deny file by entering cat /etc/hosts.deny at the command line. Portsentry monitors the network connection for ping sweeps e.g. using NMap and it may have interpreted your pings as a potential attack and block the port.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.