Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
General Linux > Samba > Issue <<  54 of 98 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 2357
Last update: 11-05-06
Issue:
Samba is running but clients cannot access the server. What can I check?
Resolution:
This is likely due to a firewall blocking traffic. Samba runs over tcp ports 137-139 and depending on your environment 445 may need to be available as well. To see if this is the cause do the following:

1. On the Samba server stop iptables: service iptables stop
(Some systems may use service ipchains stop instead.)
2. Check /etc/hosts.allow and /etc/hosts.deny to make sure there are no rules prohibiting access.
3. On the client make sure there are no personal firewalls running.

Note: In order to turn your firewall back on, you can issue the following command:
service iptables start
(Some systems may use service ipchains start instead.)


How well did this entry answer your question?


good wrong incomplete out of date
General Linux > Samba > Issue <<   54  of  98  >>