1'st serverside test
smbclient -L <servername>
should request passwd
just hit enter should display info and shares
now try to connect as a user
smbclient '//<servername>/var/www/' -u <userid>
might be eisier to use
'//<servername>/homes'
as a test to avoid permission issues
you might need a blank [homes]
section in the config
hurray for the simple config to start
try
wins support = true
(somebody has to be the wins server) so either samba or
wins server = 192.168.0.9
and possibly
allow hosts = 192.168.0.2 192.168.0.1 (use the actual addresses from your network not mine)