Browsing works, but not graphically

David Forrest drf5n at mug.sys.virginia.edu
Thu Mar 30 02:13:00 GMT 2000


I know browsing is an old topic, but I've not seemed to find out what is
causing my problem.  Browsing seems to work from the command line, but not
graphically.

Complaint:
  inside of windows, mug does not show up on the browse list, but allows
  connections.

Environment:
se-ntserver is a NT Server on domain SE-NTNET 128.143.6.*
mug is linux on 128.143.6.* (running samba 2.0.6)
  vmware running win98 as Mugwin on SE-NTNET inside of mug , getting a
    dhcp address of 128.143.6.170

Symptoms:
mug#  testparm               # works fine
mug#  smbclient -L mug -U%   # works fine
c:>net view \\mug            # also works fine

Mugwin is able to map drives to mug and se-ntserver, and a number of
other windows machines show up on the explorer list and in the network
neighborhood, but Mugwin Does not show up in the network neighborhood, and
neither does mug.

Below is a diff of my smc.conf file from the smb.conf.default

Both DIAGNOSIS.txt and
http://us2.samba.org/samba/oreilly/using_samba/ch09_02.html seem to say I
have no problem with browsing, since their tests work, but I am still not
seeing my machines in the graphical browse lists.

Has this happened to anyone else?  Has anyone a suggestion?

Dave.
-- 
 Dave Forrest                                dforrest at virginia.edu
 (804)296-7283h 924-3954w      http://mug.sys.virginia.edu/~drf5n/

####################################################################
--- /usr/local/src/samba-2.0.6/examples/smb.conf.default	Wed Dec  3 00:05:53 1997
+++ /etc/smb.conf	Wed Mar 29 21:04:34 2000
@@ -14,11 +14,11 @@
 #======================= Global Settings =====================================
 [global]
 
-# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4
-   workgroup = MYGROUP
+# workgroup = NT-Domain-Name or Workgroup-Name
+   workgroup = SE-NTNET
 
 # server string is the equivalent of the NT Description field
-   server string = Samba Server
+   server string = Samba Server drf5n
 
 # This option is important for security. It allows you to restrict
 # connections to machines which are on your local network. The
@@ -26,6 +26,8 @@
 # the "loopback" interface. For more examples of the syntax see
 # the smb.conf man page
 ;   hosts allow = 192.168.1. 192.168.2. 127.
+;    hosts deny = ALL
+;    hosts allow = 128.143. 127.
 
 # If you want to automatically load your printer list rather
 # than setting them up individually then you'll need this
@@ -47,10 +49,12 @@
 # Uncomment this if you want a guest account, you must add this to /etc/passwd
 # otherwise the user "nobody" is used
 ;  guest account = pcguest
+  guest account = ftp
+  null passwords = yes
 
 # this tells Samba to use a separate log file for each machine
 # that connects
-   log file = /usr/local/samba/var/log.%m
+   log file = /var/adm/samba/log.%m
 
 # Put a capping on the size of the log files (in Kb).
    max log size = 50
@@ -61,10 +65,17 @@
 # Use password server option only with security = server
 ;   password server = <NT-Server-Name>
 
+# Password Level allows matching of _n_ characters of the password for
+# all combinations of upper and lower case.
+;  password level = 8
+
 # You may wish to use password encryption. Please read
 # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
 # Do not enable this option unless you have read those documents
-;  encrypt passwords = yes
+  encrypt passwords = yes
+
+# Unix users can map to different SMB User names
+;  username map = /etc/smbusers
 
 # Using the following line enables you to customise your configuration
 # on a per machine basis. The %m gets replaced with the netbios name
@@ -78,7 +89,15 @@
 # Configure Samba to use multiple interfaces
 # If you have multiple network interfaces then you must list them
 # here. See the man page for details.
-;   interfaces = 192.168.12.2/24 192.168.13.2/24 
+interfaces = 128.143.6.251/16  192.168.178.1/24
+
+# Configure remote browse list synchronisation here
+#  request announcement to, or browse list sync from:
+#	a specific host or from / to a whole subnet (see below)
+;   remote browse sync = 192.168.3.25 192.168.5.255
+# Cause this host to announce itself to local subnets here
+;   remote announce = 192.168.1.255 192.168.2.44
+
 
 # Browser Control Options:
 # set local master to no if you don't want Samba to become a master
@@ -125,6 +144,8 @@
 # WINS Server - Tells the NMBD components of Samba to be a WINS Client
 #	Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
 ;   wins server = w.x.y.z
+;   wins server = 128.143.6.42
+;   wins server = 128.143.6.40
 
 # WINS Proxy - Tells Samba to answer name resolution queries on
 # behalf of a non WINS capable client, for this to work there must be
@@ -136,6 +157,15 @@
 # this has been changed in version 1.9.18 to no.
    dns proxy = no 
 
+# Case Preservation can be handy - system default is _no_
+# NOTE: These can be set on a per share basis
+;  preserve case = no
+;  short preserve case = no
+# Default case is normally upper case for all DOS files
+;  default case = lower
+# Be very careful with case sensitivity - it can break things!
+;  case sensitive = no
+
 #============================ Share Definitions ==============================
 [homes]
    comment = Home Directories
@@ -164,18 +194,18 @@
 [printers]
    comment = All Printers
    path = /usr/spool/samba
-   browseable = no
+   browseable = yes
 # Set public = yes to allow user 'guest account' to print
    guest ok = no
    writable = no
    printable = yes
 
 # This one is useful for people to share files
-;[tmp]
-;   comment = Temporary file space
-;   path = /tmp
-;   read only = no
-;   public = yes
+[tmp]
+   comment = Temporary file space
+   path = /tmp
+   read only = no
+   public = yes
 
 # A publicly accessible directory, but read only, except for people in
 # the "staff" group



More information about the samba mailing list