Win7 to OpenSuSe using SWAT?....

Hi,

Need help in connection to my web server using SWAT to configure Samba. I have installed and enabled both WebYaST services, enabled Samba related services, added all to firewall and configured files as:

smb.conf:

[global]
	workgroup = ANOINTEDSOFTW
	netbios name = anointed-server
	server string = The Tent of Appointment Web Server
	security = SHARE
	name resolve order = bcast host lmhosts wins
	preferred master = Auto
	local master = Yes
	domain master = No
	wins support = No
	usershare allow guests = Yes
	usershare max shares = 100
	hosts allow = 192.168.0.101 127.0.0.1
	hosts deny = ALL
	os level = 64
	printcap name = cups
	cups options = raw
	use client driver = Yes
	map to guest = Bad User
	write raw = yes
	read raw = no

[server]
	guest ok = yes
	path = /home/server
	read only = No

swat:

service swat
{
	socket_type     = stream
	protocol        = tcp
	wait            = no
	user            = root
	server          = /usr/sbin/swat
#	only_from       =  127.0.0.1
	log_on_failure  += USERID
	disable         =  no
}

servers:

service servers
{
	type		= INTERNAL UNLISTED
	port		= 9099
	socket_type	= stream
	protocol	= tcp
	wait		= no
	disable		= no
#	only_from	= 127.0.0.1
	FLAGS		= IPv6 IPv4
}                                                                               

services:

service services
{
	type		= INTERNAL UNLISTED
	port		= 9098
	socket_type	= stream
	protocol	= tcp
	wait		= no
	disable		= no
#	only_from	= 127.0.0.1
	FLAGS		= IPv6 IPv4
}                                                                               

  1. I can connect via using Win Explorer, I get “Server not Found” typing 192.168.0.101:901 using my browser
  2. Also, I want to force user “admin” and group “www” for this folder only.

Thanks!..