[Samba] Is anything special needed for connecting two linux computers?

Tomáš Hnyk tomashnyk at gmail.com
Sun Mar 11 19:19:27 GMT 2007


Oops, yeah, I know about that, I did not realize this difference in  
smb.conf. Sorry for the misinformation. The files are actually as follows  
(so they have unique names):
1
[global]
    workgroup = UBAKA
    server string = bill
    security = share
    netbios name = bill1
    socket options = TCP_NODELAY
    hosts allow = 0.0.0.0/0


[Desktop]
path = /home/tom/Desktop
available = yes
browsable = yes
public = yes
writable = no


[Osobni]
path = /home/tom/Osobni
available = yes
browsable = yes
public = yes
writable = no


[Hudba]
path = /home/tom/Hudba
available = yes
public = yes
writable = no
browsable = yes


[new]
path = /home/tom/Desktop/new
available = yes
browsable = yes
public = yes
writable = yes
force user = tom

2
[global]
    workgroup = UBAKA
    server string = cubix
    security = share
    netbios name = cubix1
    socket options = TCP_NODELAY
    hosts allow = 0.0.0.0/0

[Desktop]
path = /home/frenkac/Desktop
available = yes
browsable = yes
public = yes
writable = no
guest ok = yes


On Sun, 11 Mar 2007 20:11:30 +0100, Rashkae <rashkae at tigershaunt.com>  
wrote:

> Tomáš Hnyk wrote:
>
>> I use the same smb.conf file on both machines:
>>
>
> To start, you'll need to give each machine it's own netbios name.




More information about the samba mailing list