As a reminder, we do not support any networking or configuration issues other than Windows, but here's a configuration that we've used with the AudioTron successfully. We did not notice any hicupps or sharing issues.
We have successfully used the audiotron with Redhat 7.0, samba version 2.0.6 and dhcp 2.0pl5.
www.samba.org http://www.isc.org/products/DHCP/dhcp-v2.html
(smb.conf file below)
#==================/etc/smb.conf=============================== # # # # #========================Global Settings=======================
[global] interfaces = 192.168.1.1/24 netbios name=musicserver workgroup = smb-link server string = mlong.basement.idsi.net hosts allow = 192.168.1. 127.
##### Printer Stuff ##### printcap name = /etc/printcap load printers = yes printer driver file=/usr/local/data/pdef/printers.def
log file = /var/log/samba/log.%m security = user encrypt passwords = yes smb passwd file = /etc/smbpasswd ; username map = /etc/smbusers logon script=login.bat socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 wins support=yes domain master=yes domain logons = yes dns proxy = no unix password sync = no comment = gatekeeper map to guest = never password level = 0 null passwords = no os level = 0 dead time = 0 debug level = 0
#============================ Share Definitions================= [homes] comment = Home Directories browseable = no writable = yes
[netlogon] comment = Network Logon Service path = /home/netlogon readonly=yes guest ok = no oplocks=no write list=@username
# Un-comment the following to provide a specific roving profile share # the default is to use the user's home directory ;[Profiles] ; path = /home/profiles ; browseable = no ; guest ok = yes
# NOTE: If you have a BSD-style print system there is no need to # specifically define each individual printer
[printers] comment = All Printers path = /var/spool/samba browseable = no # Set public = yes to allow user 'guest account' to print guest ok = no writable = no printable = yes
[printer$] path=/usr/local/data/pdrivers public=yes readonly=yes browseable=yes
[4019-PS] print ok=yes path=/var/spool/samba browseable=yes printer=lp valid users=@users printer driver =IBM 4019 LaserPrinter PS39 printer driver location=%hPRINTER$
[pub] comment = public dir path = /home/groups/pub valid users = @users,@mlong admin users= @mlong force group = users readonly = No create mask = 660 directory mask = 750
[apps] comment = public Apps path = /home/apps valid users = @users,@mlong admin users= @mlong force group = users readonly = No create mask = 750 directory mask = 750
NOTE: The above information is offered as is as a courtesy to our customers. It is not supported by VTB and no guaranties are being made. ____________________________________________________________________________ |