Kam Salisbury on Thu, 2 May 2002 10:28:23 -0400 |
Just in case you did not have enough Samba information, here is some more that concerns the Network Neighborhood doesn't work issue. Though <a href="http://us6.samba.org/samba/docs/">the actual documentation</a> is the defacto resource, I found the short answer to what I needed to add to Samba'a smb.conf file for WINS support in a small LAN environment. These changes effectively fix the Network neighborhood does not see the Linux box problem. (Ref: Samba UNIX & NT Internetworking, James Deroest, McGraw Hill, ISBN 0-07-135104-3; Add the following to your smb.conf, be sure to reference Samba's documentation for configuration item specifics. (See BROWSING.txt and BROWSING-Config.txt which should be located in .../samba- version/docs/textdocs) wins support = true dns proxy = true workgroup = YOURGRPNAME netbios name = COMPUTERNAME announce as = NT announce version = 5.2 domain master = yes local master = yes preferred master = yes os level = 65 *The above entries assume you want the WINS support of Samba to do all it can. If you are integrating Samba with NT or 2000 machines, you really need to read the documentation to understand what to change for the desired effect. Have a great day, Kam. ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|