Hola quisiera que me dijieran que tengo mal ya que no puedo ver las redes de windows en ubuntu este es mi smb.conf<br>
<br>
#======================= Global Settings =======================<br>
<br>
[global]<br>
<br>
## Browsing/Identification ###<br>
<br>
# Change this to the workgroup/NT-domain name your Samba server will part of<br>
workgroup = RED<br>
<br>
# server string is the equivalent of the NT Description field<br>
server string = %h server (Samba, Ubuntu)<br>
<br>
# Windows Internet Name Serving Support Section:<br>
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server<br>
; wins support = no<br>
<br>
# WINS Server - Tells the NMBD components of Samba to be a WINS Client<br>
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both<br>
; wins server = w.x.y.z<br>
<br>
# This will prevent nmbd to search for NetBIOS names through DNS.<br>
dns proxy = no<br>
<br>
# What naming service and in what order should we use to resolve host names<br>
# to IP addresses<br>
; name resolve order = lmhosts host wins bcast<br>
<br>
<br>
#### Debugging/Accounting ####<br>
<br>
# This tells Samba to use a separate log file for each machine<br>
# that connects<br>
log file = /var/log/samba/log.%m<br>
<br>
# Put a capping on the size of the log files (in Kb).<br>
max log size = 1000<br>
<br>
# If you want Samba to only log through syslog then set the following<br>
# parameter to 'yes'.<br>
; syslog only = no<br>
<br>
# We want Samba to log a minimum amount of information to syslog. Everything<br>
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log<br>
# through syslog you should set the following parameter to something higher.<br>
syslog = 0<br>
<br>
# Do something sensible when Samba crashes: mail the admin a backtrace<br>
panic action = /usr/share/samba/panic-action %d<br>
<br>
<br>
####### Authentication #######<br>
<br>
# "security = user" is always a good idea. This will require a Unix account<br>
# in this server for every user accessing the server. See<br>
# /usr/share/doc/samba-doc/htmldocs/ServerType.html in the samba-doc<br>
# package for details.<br>
security = user<br>
username map = /etc/samba/smbusers<br>
<br>
# You may wish to use password encryption. See the section on<br>
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.<br>
encrypt passwords = true<br>
<br>
# If you are using encrypted passwords, Samba will need to know what<br>
# password database type you are using. <br>
passdb backend = tdbsam guest<br>
<br>
obey pam restrictions = yes<br>
<br>
; guest account = nobody<br>
invalid users = root<br>
<br>
# This boolean parameter controls whether Samba attempts to sync the Unix<br>
# password with the SMB password when the encrypted SMB password in the<br>
# passdb is changed.<br>
; unix password sync = no<br>
<br>
# For Unix password sync to work on a Debian GNU/Linux system, the following<br>
# parameters must be set (thanks to Augustin Luton <<a href="mailto:aluton@hybrigenics.fr">aluton@hybrigenics.fr</a>> for<br>
# sending the correct chat script for the passwd program in Debian Potato).<br>
passwd program = /usr/bin/passwd %u<br>
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .<br>
<br>
# This boolean controls whether PAM will be used for password changes<br>
# when requested by an SMB client instead of the program listed in<br>
# 'passwd program'. The default is 'no'.<br>
; pam password change = no<br>
<br>
<br>
########## Printing ##########<br>
<br>
# If you want to automatically load your printer list rather<br>
# than setting them up individually then you'll need this<br>
; load printers = yes<br>
<br>
# lpr(ng) printing. You may wish to override the location of the<br>
# printcap file<br>
; printing = bsd<br>
; printcap name = /etc/printcap<br>
<br>
# CUPS printing. See also the cupsaddsmb(8) manpage in the<br>
# cupsys-client package.<br>
; printing = cups<br>
; printcap name = cups<br>
<br>
# When using [print$], root is implicitly a 'printer admin', but you can<br>
# also give this right to other users to add drivers and set printer<br>
# properties<br>
; printer admin = @ntadmin<br>
<br>
<br>
######## File sharing ########<br>
<br>
# Name mangling options<br>
; preserve case = yes<br>
; short preserve case = yes<br>
<br>
<br>
############ Misc ############<br>
<br>
# Using the following line enables you to customise your configuration<br>
# on a per machine basis. The %m gets replaced with the netbios name<br>
# of the machine that is connecting<br>
; include = /home/samba/etc/smb.conf.%m<br>
<br>
# Most people will find that this option gives better performance.<br>
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/speed.html<br>
# for details<br>
# You may want to add the following on a Linux system:<br>
# SO_RCVBUF=8192 SO_SNDBUF=8192<br>
socket options = TCP_NODELAY<br>
<br>
# The following parameter is useful only if you have the linpopup package<br>
# installed. The samba maintainer and the linpopup maintainer are<br>
# working to ease installation and configuration of linpopup and samba.<br>
; message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &<br>
<br>
# Domain Master specifies Samba to be the Domain Master Browser. If this<br>
# machine will be configured as a BDC (a secondary logon server), you<br>
# must set this to 'no'; otherwise, the default behavior is recommended.<br>
; domain master = auto<br>
<br>
# Some defaults for winbind (make sure you're not using the ranges<br>
# for something else.)<br>
; idmap uid = 10000-20000<br>
; idmap gid = 10000-20000<br>
; template shell = /bin/bash<br>
<br>
#======================= Share Definitions =======================<br>
<br>
[homes]<br>
comment = Home Directories<br>
browseable = no<br>
<br>
# By default, the home directories are exported read-only. Change next<br>
# parameter to 'yes' if you want to be able to write to them.<br>
writable = no<br>
<br>
# File creation mask is set to 0700 for security reasons. If you want to<br>
# create files with group=rw permissions, set next parameter to 0775.<br>
create mask = 0700<br>
<br>
# Directory creation mask is set to 0700 for security reasons. If you want to<br>
# create dirs. with group=rw permissions, set next parameter to 0775.<br>
directory mask = 0700<br>
<br>
# Un-comment the following and create the netlogon directory for Domain Logons<br>
# (you need to configure Samba to act as a domain controller too.)<br>
;[netlogon]<br>
; comment = Network Logon Service<br>
; path = /home/samba/netlogon<br>
; guest ok = yes<br>
; writable = no<br>
; share modes = no<br>
<br>
[printers]<br>
comment = All Printers<br>
browseable = no<br>
path = /tmp<br>
printable = yes<br>
public = no<br>
writable = no<br>
create mode = 0700<br>
<br>
# Windows clients look for this share name as a source of downloadable<br>
# printer drivers<br>
[print$]<br>
comment = Printer Drivers<br>
path = /var/lib/samba/printers<br>
browseable = yes<br>
read only = yes<br>
guest ok = no<br>
# Uncomment to allow remote administration of Windows print drivers.<br>
# Replace 'ntadmin' with the name of the group your admin users are<br>
# members of.<br>
; write list = root, @ntadmin<br>
<br>
# A sample share for sharing your CD-ROM with others.<br>
;[cdrom]<br>
; comment = Samba server's CD-ROM<br>
; writable = no<br>
; locking = no<br>
; path = /cdrom<br>
; public = yes<br>
<br>
# The next two parameters show how to auto-mount a CD-ROM when the<br>
# cdrom share is accesed. For this to work /etc/fstab must contain<br>
# an entry like this:<br>
#<br>
# /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0<br>
#<br>
# The CD-ROM gets unmounted automatically after the connection to the<br>
#<br>
# If you don't want to use auto-mounting/unmounting make sure the CD<br>
# is mounted on /cdrom<br>
#<br>
; preexec = /bin/mount /cdrom<br>
; postexec = /bin/umount /cdrom<br>
<br>
[public]<br>
comment = Public Folder<br>
path = /home/public<br>
public = yes<br>
writable = yes<br>
create mask = 0777<br>
directory mask = 0777<br>
force user = nobody<br>
force group = nogroup<br>
<br clear="all"><br>-- <br>Benito Torres<br>Soporte Tecnico