solo2 and windows network

astrea966

Vu+ Newbie
hello.i have a small problem and i need your help.i noticed that both of my receivers solo2 and uno with blackhole image are appearing in the windows network connections area.the problem is that i can browse their contents with windows explorer.i want to know if i can disable that feature or if i cant how to lock it with a password,because when i browse through windows explorer it don`t asks for password like ftp.
thank you for your time
 
Hi,

it's possible but maybe you need some linux skills.

First you need to change samba config

change in /etc/smb.conf

security from share to user.

Then comment out two lines

# public = yes
# guest ok = yes

and add

valid users = root

in the [Harddisk] section

and then add root account to samba.

smbpasswd -a root

but you need to install samba package first.

Regards

Martin
 
great i did it.it`s locked now and asks for password.the only problem is that it does`nt accept any password i wrote in the config
 
great i did it.it`s locked now and asks for password.the only problem is that it does`nt accept any password i wrote in the config

Password in the config ?

You need to setup password with smbpasswd as i wrote above.

Login via telnet or ssh and type

Code:
smbpasswd -a root

This will add root user to samba secrets file and setup password for the user.

But fort this you need to install samba package.
 
Password in the config ?

You need to setup password with smbpasswd as i wrote above.

Login via telnet or ssh and type

Code:
smbpasswd -a root

This will add root user to samba secrets file and setup password for the user.

But fort this you need to install samba package.

i will try it.thank you
 
Password in the config ?

You need to setup password with smbpasswd as i wrote above.

Login via telnet or ssh and type

Code:
smbpasswd -a root

This will add root user to samba secrets file and setup password for the user.

But fort this you need to install samba package.

I've posted an IPK in the Italian section who contains the "smbpasswd" command (and others too) if they are missing no your boxes.
I think the same IPK can be installed via Software Manager or telnet via opkg command line utility.
 
I've posted an IPK in the Italian section who contains the "smbpasswd" command (and others too) if they are missing no your boxes.
I think the same IPK can be installed via Software Manager or telnet via opkg command line utility.

Hi,

i din't say that samba is not in the repo, i'v installed with

opkg install samba

Maybe i should mention it.

Anyway thanks for your post :)
 
Back
Top