ericwindows
IS-IT--Management
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
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