Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 16:13:57 +0200
From:      Martin Hasenbein <mh-freebsd-questions@space.net>
To:        Eric Boucher <eric_boucher60@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: SAMBA: browseability with FreeBSD and win2k Pro.
Message-ID:  <20010517161357.R65803@Space.Net>
In-Reply-To: <20010517134935.33926.qmail@web9404.mail.yahoo.com>; from eric_boucher60@yahoo.com on Do , Mai 17, 2001 at 06:49:35am -0700
References:  <20010517134935.33926.qmail@web9404.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Eric Boucher (eric_boucher60@yahoo.com) wrote:
> Hi,
> 
> I'm using a small network with one FreeBSD server and
> one Win2k Pro client. I wanted to know if it is
> possible to be able to browse via the network
> neigborhood to see my unix server. Because I can't get
> it to work. Do I need Win2k server edition? If I do:
> c:> net view /domain:my_domain_name, I didn't see my
> server in there, nor do I when I go thru the network
> neigborhood in windows. I can only access it when I do
> a "find computer". It found it in my_domain_name (that
> is, the right domain). Does somebody did it with win2k
> Pro?
> 
> Here is some of my configuration:
> -Try both security = domain (or user)
> -wins support = yes
> -domain master = no
> -workgroup = my_domain_name
> -netbios name = my_unix_server_name
> -Try both os level = 0 (or 65)
>           local master = no (or yes)
>           preferred server = no (or yes)
>           domain logons = no (or yes)
> -encrypted password = yes
> 
> Note: this two commands work correctly.
> c:>net view \\server_name
> and
> c:>net use * \\server_name\homes
> 
> Thanks
> 
> Eric
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
---

Hi Eric,

seems like you didn't specify the network which is allowed to connect to your
FreeBSD-Server. This is my configuration-File. I also have a FreeBSD-Server with
Samab 2.0.7 and a W2k-Client which connects to it. But its only a workstation:

[global]
        printing = bsd
        printcap name = /etc/printcap
        load printers = yes
        workgroup = HOME
        server string = Pentium III - 500MHz, FreeBSD 4.2, Samba 2.0.7
        encrypt passwords = yes
        security = user
        remote announce = 192.168.0.7/HOME
        hosts allow = 127. 192.168.0.0/255.255.255.248
        hosts deny = all

[Homes]
        comment = Homeverzeichnis
        path = /home/%u
        browseable = no
        writeable = yes
        read only = no

[Workspace]
        comment = Arbeitsverzeichnis
        path = /work/files
        browseable = yes
        writeable = yes
        read only = no

[printers]
        comment = HPLJ1100
        path = /var/spool/lpd/printer1-ljet4-a4-auto-600x600
        browseable = no
        writeable = no
        read only = yes
        printable = yes
        public = yes


\martin

---

--------------------------------------------------------------------
               Martin Hasenbein  Phone (Fax): (+49) 89 1216376-1 (3)
     \|/       Weiglstr.9	 mailto:martin@hasenbein.com        
     @ @       D-80636 München	 http://martin.hasenbein.com        
-oOO-(_)-OOo--------------------------------------------------------

                On the 8th day, god created Unix ;-)                

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010517161357.R65803>