[Samba] Not seeing Samba Server from My Network Places

2003-12-16 Thread Mike Tutaj
Using RedHAT 9.0 and Samba that came with it.. Samba states it is up and
running..Here is the current samba.conf file.. I can browse from the linux
box and get into the window shares. Can ping the address of the linux
server.. See the workgroup from windows, but no machine or folders
available..
 
Please Help..

Thanks,
 
Mike
 
#samba conf-12-12-03
# Global parameters

[global]
workgroup = rharch
server string = rh-server
netbios name = rhserver
interfaces = 192.168.254.0/24 127.0.0.0/24
bind interfaces only = Yes
security = SHARE
encrypt passwords = yes
log file = /var/log/samba/log.%m
max log size = 500
socket options = TCP_NODELAY
os level = 33
preferred master = yes
dns proxy = No
wins support = no
guest ok = yes
guest account = smbuser

[public]
comment = Public Storage
path = /home/public
writeable = yes
map archive = yes
map hidden = yes
map system = No
create mask = 744
directory mask = 755

[data]
comment = Data
path = /home/samba/data
writeable = yes
map archive = Yes
map hidden = Yes
map system = No
create mask = 744
directory mask = 770
force group = smb



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.551 / Virus Database: 343 - Release Date: 12/11/2003
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Not seeing Samba Server from My Network Places

2003-12-16 Thread Craig White
On Tue, 2003-12-16 at 21:38, Mike Tutaj wrote:
 Using RedHAT 9.0 and Samba that came with it.. Samba states it is up and
 running..Here is the current samba.conf file.. I can browse from the linux
 box and get into the window shares. Can ping the address of the linux
 server.. See the workgroup from windows, but no machine or folders
 available..
---
from Linux box...

service iptables off

then try to connect from Winbox to Linux Box

if it works - adjust your firewall

Also - I don't think that your 'interfaces' is correct - you have the
network address and not the actual ip address...

interfaces - 192.168.254.1/24 127.0.0.1/32

Craig

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Not seeing Samba Server from My Network Places

2003-12-16 Thread Andrew Gaffney
Mike Tutaj wrote:
Using RedHAT 9.0 and Samba that came with it.. Samba states it is up and
running..Here is the current samba.conf file.. I can browse from the linux
box and get into the window shares. Can ping the address of the linux
server.. See the workgroup from windows, but no machine or folders
available..
Is your config file actually named samba.conf? If so, this is where your problem probably 
lies. The config file that samba will look for is called smb.conf.

--
Andrew Gaffney
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba