diff options
author | John Terpstra <jht@samba.org> | 1998-04-11 11:09:12 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 1998-04-11 11:09:12 +0000 |
commit | 7744a23bb73ced285cfda60fcbf52a10518c0470 (patch) | |
tree | 05b115659a893eade39989422f573d65c6a08895 /docs/textdocs | |
parent | 9b5b34a721ffff5ccc2cbf0bac070ab9dbc5590e (diff) | |
download | samba-7744a23bb73ced285cfda60fcbf52a10518c0470.tar.gz samba-7744a23bb73ced285cfda60fcbf52a10518c0470.tar.xz samba-7744a23bb73ced285cfda60fcbf52a10518c0470.zip |
Updated to include possible cause of failed TESTS 3/6 as bad broadcast address.
(This used to be commit 031f5b183e57b26a3401440cc3d8156c9771da2e)
Diffstat (limited to 'docs/textdocs')
-rw-r--r-- | docs/textdocs/DIAGNOSIS.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/textdocs/DIAGNOSIS.txt b/docs/textdocs/DIAGNOSIS.txt index 8625f17032a..d709d78870b 100644 --- a/docs/textdocs/DIAGNOSIS.txt +++ b/docs/textdocs/DIAGNOSIS.txt @@ -1,5 +1,5 @@ !== -!== DIAGNOSIS.txt for Samba release 1.9.18 08 Jan 1998 +!== DIAGNOSIS.txt for Samba release 1.9.18p4 28 Mar 1998 !== Contributor: Andrew Tridgell Updated: October 14, 1997 @@ -121,6 +121,10 @@ on port 139, such as Samba (ie: smbd is running from inetd already) or something like Digital's Pathworks. Check your inetd.conf file before trying to start smbd as a daemon, it can avoid a lot of frustration! +And yet another possible cause for failure of TEST 3 is when the subnet mask +and / or broadcast address settings are incorrect. Please check that the +network interface IP Address / Broadcast Address / Subnet Mask settings are +correct and that Samba has correctly noted these in the log.nmb file. TEST 4: ------- @@ -170,6 +174,8 @@ If your PC and server aren't on the same subnet then you will need to use the -B option to set the broadcast address to the that of the PCs subnet. +This test will probably fail if your subnet mask and broadcast address are +not correct. (Refer to TEST 3 notes above). TEST 7: ------- |