summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-08-26 07:56:00 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-08-26 07:56:00 +0000
commite470dd55612558ae6f308c0a871e3c01e7dea4f7 (patch)
treea2cdc66bc919ce7903a8da8e22a5fa5c7f8f52ce /docs
parent462d10370ad08d3f3c9a12a8122db1cb7f640430 (diff)
downloadsamba-e470dd55612558ae6f308c0a871e3c01e7dea4f7.tar.gz
Advice about firewalls (step 1) and tcp wrappers (step 8). Dan
Diffstat (limited to 'docs')
-rw-r--r--docs/textdocs/DIAGNOSIS.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/textdocs/DIAGNOSIS.txt b/docs/textdocs/DIAGNOSIS.txt
index 5f20f610310..11eb91b2ff8 100644
--- a/docs/textdocs/DIAGNOSIS.txt
+++ b/docs/textdocs/DIAGNOSIS.txt
@@ -69,7 +69,12 @@ run ping.
If you get a message saying "host not found" or similar then your DNS
software or /etc/hosts file is not correctly setup. It is possible to
run samba without DNS entries for the server and client, but I assume
-you do have correct entries for the remainder of these tests.
+you do have correct entries for the remainder of these tests.
+
+Another reason why ping might fail is if your host is running firewall
+software. You will need to relax the rules to let in the workstation
+in question, perhaps by allowing access from another subnet (on Linux
+this is done via the ipfwadm program.)
TEST 3:
@@ -208,6 +213,10 @@ same fixes apply as they did for the "smbclient -L" test above. In
particular, make sure your "hosts allow" line is correct (see the man
pages)
+If you get "specified computer is not receiving requests" or similar
+it probably means that the host is not contactable via tcp services.
+Check to see if the host is running tcp wrappers, and if so add an entry in
+the hosts.allow file for your client (or subnet, etc.)
TEST 9: