I have an install of OpenSolaris 79b and zfs installed. But on my windows boxes, under my workgroup name (which is INNER), my solaris box never comes up. I can manually type in the i address of the system in an explorer window and it finds the box without a problem, but it never appears as part of the workgroup.
Ports to the solaris box are not closed and nmap from my windows box sees the open ports to samba ... What else can I look for? === NMAP results === Interesting ports on solaris.loc (10.0.0.21): Not shown: 1690 closed ports PORT STATE SERVICE 22/tcp open ssh 25/tcp open smtp 111/tcp open rpcbind 139/tcp open netbios-ssn 445/tcp open microsoft-ds 587/tcp open submission 901/tcp open samba-swat Nmap finished: 1 IP address (1 host up) scanned in 343.766 seconds ================================== My samba config (I have only posted where settings are not default): #======================= Global Settings===================================== [global] # workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH workgroup = INNER # server string is the equivalent of the NT Description field server string = Solaris # Security mode. Defines in which mode Samba will operate. Possible # values are share, user, server, domain and ads. Most people will want # user level security. See the Samba-HOWTO-Collection for details. security = user # If you want to automatically load your printer list rather # than setting them up individually then you'll need this load printers = yes # this tells Samba to use a separate log file for each machine # that connects log file = /var/samba/log/log.%m # Put a capping on the size of the log files (in Kb). max log size = 5000 # Backend to store user information in. New installations should # use either tdbsam or ldapsam. smbpasswd is available for backwards # compatibility. tdbsam requires no further configuration. passdb backend = smbpasswd # DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names # via DNS nslookups. The default is NO. dns proxy = no #============================ Share Definitions ============================== [SolaRaidZ] comment = RAIDZ path = /solaraid writable = yes browsable = yes This message posted from opensolaris.org