New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Accessibility from network

Got problems with Bubba? Then this forum is for you.
Locked
Hammer
Posts: 124
Joined: 02 Oct 2007, 13:37

Accessibility from network

Post by Hammer »

Hi again.

It seems anyone on the network can just type in \\bubba to go there.
If I do that from a Vista computer I however get a login prompt.

I want everyone who tries to reach bubba to get the login, how to solve?

/Hammer
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

Hi
I don't get the question?

Default the samba configuration is with a login.
So anyone going to the \\bubba gets a login screen.

cheers
Eek
Hammer
Posts: 124
Joined: 02 Oct 2007, 13:37

Post by Hammer »

Yes, that would've been preferable. But that is not how it works. Everyone in our house can access the \\bubba but me on the Vista 64 pc.

Strange?
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

yes they can probably go to \\bubba
but not to \\bubba\home without logging in.
\\bubba is just the windows representation,
that does not mean you have accessed the bubba.
Microsoft did change a lot of security in Vista 64-bit.
In samba you can set the open or close the shares anyway you want.

cheers
Eek
Hammer
Posts: 124
Joined: 02 Oct 2007, 13:37

Post by Hammer »

Ok, so how do I set \\bubba\storage so that none other than logged on people can access it?

Cheers,
Hammer
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

change the smb.conf file

Code: Select all

vi /etc/samba/smb.conf
the file is pretty self explanatory
probably set the following in the [storage] section
public = no
guest ok = no
check http://us3.samba.org/samba/docs/man/Sam ... ollection/ for more info
cheers
Eek
rewien
Posts: 127
Joined: 27 Sep 2008, 18:10

how to acces samba in bubbatwo

Post by rewien »

Eek wrote:change the smb.conf file

Code: Select all

vi /etc/samba/smb.conf
the file is pretty self explanatory
probably set the following in the [storage] section
public = no
guest ok = no
check http://us3.samba.org/samba/docs/man/Sam ... ollection/ for more info
cheers
Eek
Hello Eek,

How can I acces samba smb.conf in bubbatwo?, I tried the help it saids:
/usr/local/samba/lib/smb.conf

I tried:http://bubba/admin/local/samba/lib/smb.conf
but it saids page not found error.

sorry if my question sounds stupid, I'm an new bee to linux.
Thanks,
Rewien
pa
Posts: 308
Joined: 06 Dec 2006, 04:38
Location: Sweden
Contact:

Post by pa »

Hi,

In the manual for Bubba|Two, read the section about SSH in chapter "CUSTOMIZING BUBBA - SW & HW" on how to get shell access to Bubba.

A useful editor to change the file is "nano". In order to change the file you need to change to the "root" user.

A short howto on using ssh and changing configuration files can be found here:
http://forum.excito.net/viewtopic.php?t=766

/PA
Locked