Hi, i?ve configured samba 3 on a linux box, the strange part is that i know samba is working, if i use connect to ... on windowze terminals and manually use the share address i can see them , write files, etc, but i cant see any share, or the samba box, or any other pc on the network neighbourhood. Why is this.?? Thanx. ___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar
Please attach your smb.conf! //Henrik 4 okt 2005 kl. 15.34 skrev allmoto allmoto:> Hi, i?ve configured samba 3 on a linux box, the > strange part is that i know samba is working, if i use > connect to ... on windowze terminals and manually use > the share address i can see them , write files, etc, > but i cant see any share, or the samba box, or any > other pc on the network neighbourhood. Why is this.?? > > > Thanx. > > > > > > > > > ___________________________________________________________ > 1GB gratis, Antivirus y Antispam > Correo Yahoo!, el mejor correo web del mundo > http://correo.yahoo.com.ar > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >
Sorry, Henrik, i should ?ve attached it before you asking me to. Here it is: # Samba config # from localhost (127.0.0.1) # Date: 2004/03/08 10:06:15 # Global parameters [global] workgroup = conastec netbios name = SEVIDOR LINUX server string = Samba PDC running %v socket options = IPTOS_LOWDELAY TCP_NODELAY \ SO_SNDBUF=8192 SO_RCVBUF=8192 guest account = nobody #invalid users = root valid users = mariel, sergio, silvana, virginia, ernesto, adrian, juan, fabian, hernan, roberto hosts deny = ALL hosts allow = 192.168.1.0/24 127. interfaces = eth0 preserve case = yes short preserve case = yes unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\sUNIX\spassword:*\ %n\n *Retype\snew\sUNIX\spassword:*%n\n. time server = yes wins support = yes name resolve order = wins lmhosts host bcast #dns proxy = no ;####PDC Options#### os level = 33 preferred master = yes local master = yes domain master = yes passdb backend = tdbsam:/etc/samba/passdb.tdb ;####NetLogon#### domain logons = yes logon path = \\&N\profiles\%U logon drive = H: logon home = \\homeserver\%U\winprofile logon script = netlogon.bat ;####Security#### security = user encrypt passwords = yes domain logons= yes log file =/var/log/samba/log.%m log level = 2 max log size = 50 #add user script = useradd -d /dev/null -g machines -s /bin/false -M %u [homes] comment = Home Directories browseable = yes writable = yes read only = no public = yes printable = no guest ok = yes [backup] path = /hdc5 browseable = yes writable = yes read only = no public = yes printable = no guest ok = yes [Publica] path = /home/public read only = No guest ok = Yes browseable = yes writable = yes public = yes [CD-ROM] path = /mnt/cdrom read only = no guest ok = Yes browseable = yes writable = yes public = yes [netlogon] path=/home/netlogon read only =yes [profiles] path = home/profiles read only = no create mask = 0600 directory mask = 0700 --- Henrik Zagerholm <henke@mac.se> escribi?:> Please attach your smb.conf! > > //Henrik > 4 okt 2005 kl. 15.34 skrev allmoto allmoto: > > > Hi, i?ve configured samba 3 on a linux box, the > > strange part is that i know samba is working, if i > use > > connect to ... on windowze terminals and manually > use > > the share address i can see them , write files, > etc, > > but i cant see any share, or the samba box, or any > > other pc on the network neighbourhood. Why is > this.?? > > > > > > Thanx. > > > > > > > > > > > > > > > > > > >___________________________________________________________> > 1GB gratis, Antivirus y Antispam > > Correo Yahoo!, el mejor correo web del mundo > > http://correo.yahoo.com.ar > > > > -- > > To unsubscribe from this list go to the following > URL and read the > > instructions: > https://lists.samba.org/mailman/listinfo/samba > > > >___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 allmoto allmoto schrieb: | Hi, i?ve configured samba 3 on a linux box, the | strange part is that i know samba is working, if i use | connect to ... on windowze terminals and manually use | the share address i can see them , write files, etc, | but i cant see any share, or the samba box, or any | other pc on the network neighbourhood. Why is this.?? | | | Thanx. | | | | | | | | | ___________________________________________________________ | 1GB gratis, Antivirus y Antispam | Correo Yahoo!, el mejor correo web del mundo | http://correo.yahoo.com.ar | Hi, configure samba as a wins server ( be sure theres no other one in your net ) and configure your win clients to use it. posting your smb conf will help Regards - -- Mit freundlichen Gruessen Best Regards Robert Schetterer robert_at_schetterer.org Munich / Bavaria / Germany https://www.schetterer.org \********************************** \* gnupgp \* public key: \* https://www.schetterer.org/public.key \********************************** -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDQrT+b0iqzJq+0MgRAtTOAJ9X+i8gaXCt+CD6upSVbRTE+BWplQCfbv/W 7m5mEHTdI1vwB08o04Ni4jw=DQjx -----END PGP SIGNATURE-----
Hi robert: Thanks for answering, i ?ve already posted the config, but Here it is: (as you can see, its already configured to be wins server, each windoze terminal is setted up to use 192.168.1.1 to be wins server, and i?ve edited lmhost file and manually added every single ip and name, but its not working) # Samba config # from localhost (127.0.0.1) # Date: 2004/03/08 10:06:15 # Global parameters [global] workgroup = conastec netbios name = SEVIDOR LINUX server string = Samba PDC running %v socket options = IPTOS_LOWDELAY TCP_NODELAY \ SO_SNDBUF=8192 SO_RCVBUF=8192 guest account = nobody #invalid users = root valid users = mariel, sergio, silvana, virginia, ernesto, adrian, juan, fabian, hernan, roberto hosts deny = ALL hosts allow = 192.168.1.0/24 127. interfaces = eth0 preserve case = yes short preserve case = yes unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\sUNIX\spassword:*\ %n\n *Retype\snew\sUNIX\spassword:*%n\n. time server = yes wins support = yes name resolve order = wins lmhosts host bcast #dns proxy = no ;####PDC Options#### os level = 33 preferred master = yes local master = yes domain master = yes passdb backend = tdbsam:/etc/samba/passdb.tdb ;####NetLogon#### domain logons = yes logon path = \\&N\profiles\%U logon drive = H: logon home = \\homeserver\%U\winprofile logon script = netlogon.bat ;####Security#### security = user encrypt passwords = yes domain logons= yes log file =/var/log/samba/log.%m log level = 2 max log size = 50 #add user script = useradd -d /dev/null -g machines -s /bin/false -M %u [homes] comment = Home Directories browseable = yes writable = yes read only = no public = yes printable = no guest ok = yes [backup] path = /hdc5 browseable = yes writable = yes read only = no public = yes printable = no guest ok = yes [Publica] path = /home/public read only = No guest ok = Yes browseable = yes writable = yes public = yes [CD-ROM] path = /mnt/cdrom read only = no guest ok = Yes browseable = yes writable = yes public = yes [netlogon] path=/home/netlogon read only =yes [profiles] path = home/profiles read only = no create mask = 0600 directory mask = 0700 --- Robert Schetterer <robert@schetterer.org> escribi?:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > allmoto allmoto schrieb: > | Hi, i?ve configured samba 3 on a linux box, the > | strange part is that i know samba is working, if i > use > | connect to ... on windowze terminals and manually > use > | the share address i can see them , write files, > etc, > | but i cant see any share, or the samba box, or any > | other pc on the network neighbourhood. Why is > this.?? > | > | > | Thanx. > | > | > | > | > | > | > | > | > | >___________________________________________________________> | 1GB gratis, Antivirus y Antispam > | Correo Yahoo!, el mejor correo web del mundo > | http://correo.yahoo.com.ar > | > Hi, > configure samba as a wins server ( be sure theres no > other one in your > net ) and configure your win clients to use it. > posting your smb conf will help > Regards > > - -- > Mit freundlichen Gruessen > Best Regards > Robert Schetterer > > robert_at_schetterer.org > Munich / Bavaria / Germany > https://www.schetterer.org > > \********************************** > \* gnupgp > \* public key: > \* https://www.schetterer.org/public.key > \********************************** > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (MingW32) > Comment: Using GnuPG with Thunderbird - > http://enigmail.mozdev.org > >iD8DBQFDQrT+b0iqzJq+0MgRAtTOAJ9X+i8gaXCt+CD6upSVbRTE+BWplQCfbv/W> 7m5mEHTdI1vwB08o04Ni4jw> =DQjx > -----END PGP SIGNATURE----- > > begin:vcard > fn:Robert Schetterer > n:Schetterer;Robert > adr:;;;Munich;Bavaria;;Germany > email;internet:robert@schetterer.org > url:https://www.schetterer.org > version:2.1 > end:vcard > >___________________________________________________________ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo http://correo.yahoo.com.ar
Try: remote announce = 192.168.1.255 192.168.2.255 (etc) replacing the address(es) with your local subnet(s) So your server will announce itself to the other subnets. This worked on mine. NOTE: It may take a few minutes for it to show up after making the change. -Ric At 10:59 AM 10/4/2005, Robert Schetterer wrote:>-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >allmoto allmoto schrieb: >| Hi, i?ve configured samba 3 on a linux box, the >| strange part is that i know samba is working, if i use >| connect to ... on windowze terminals and manually use >| the share address i can see them , write files, etc, >| but i cant see any share, or the samba box, or any >| other pc on the network neighbourhood. Why is this.?? >| >| >| Thanx. >| >| >| >| >| >| >| >| >| ___________________________________________________________ >| 1GB gratis, Antivirus y Antispam >| Correo Yahoo!, el mejor correo web del mundo >| http://correo.yahoo.com.ar >| >Hi, >configure samba as a wins server ( be sure theres no other one in your >net ) and configure your win clients to use it. >posting your smb conf will help >Regards > >- -- >Mit freundlichen Gruessen >Best Regards >Robert Schetterer > >robert_at_schetterer.org >Munich / Bavaria / Germany >https://www.schetterer.org > >\********************************** >\* gnupgp >\* public key: >\* https://www.schetterer.org/public.key >\********************************** >-----BEGIN PGP SIGNATURE----- >Version: GnuPG v1.4.1 (MingW32) >Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > >iD8DBQFDQrT+b0iqzJq+0MgRAtTOAJ9X+i8gaXCt+CD6upSVbRTE+BWplQCfbv/W >7m5mEHTdI1vwB08o04Ni4jw>=DQjx >-----END PGP SIGNATURE----- > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/listinfo/samba