Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Noob: Basic public share problem

Status
Not open for further replies.

ericwindows

IS-IT--Management
May 1, 2006
1
US
When I got to browse the network neighborhood I get the generic error of;

Myworkgroup is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
The list of servers for this workgroup is not currently available.

I've check the logs and the samba service is running and recieving request, but it just seems to ignore them. The following is my config;

[global]
workgroup = MYWORKGROUP
server string = Samba Server %v
log file = /var/log/samba/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
interfaces = lo eth0
bind interfaces only = yes
hosts allow = 127.0.0.1 192.168.62.0/24
hosts deny = 0.0.0.0/0
security = share
guest account = local_user
guest ok = yes

[public]
comment = Public Files
browseable = yes
public = yes
create mode = 0766
guest ok = yes
path = /tmp/test


This is running on a gentoo server if that helps. Any suggestions?

Eric
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top