Hi,
This is my first post... I'm sick now of configuring simplest SAMBA service. I've spent 5 hours to get some infos about that (searching forum and my own trys).
Service is installed and running. Ports are open (139 and 445), host with router ip added to main config (/etc/hosts), config is changed by guy, who know linux quite well, looks like this
[global]
syslog = 0
syslog only = yes
workgroup = OpenWrt
server string = SambaServer
security = share
encrypt passwords = no
guest account = sirfalo
local master = yes
name resolve order = lmhosts hosts bcast
interfaces = 192.168.1.0/24 127.0.0.1
bind interfaces only = yes
create mask = 0777
directory mask = 0777
host allow = 192.168.1.0/24 127.0.0.1
os level = 65
# time server = yes
# dos filetimes = yes
# fake directory create times = yes
# dos filetime resolution = yes
character set = ISO8859-2
client code page = 852
[samba]
comment = /samba
path = /mnt/part2
browseable = yes
public = yes
writeable = yes
guest ok = yes
There is only one problem: when I'm trying to access from windows (using \\192.168.1.1) there is msg (translation from my language)
No Internet provider didn't accept network path
What is wrong?