Hi all, sorry for my english but i'm spanish
I have downloaded, expanded and installed the latest samba (from www.samba.org).
gnutar -xvzf samba . . .
cd (to the new samba directory created in the last step)
cd source
./configure
make
make install
Create smb.conf file and put it in /usr/local/samba/lib/ directory.
Create startsmb file and make it executable with chmod +x startsmb, put it anyware.
When i run startsmb file and check it in Proccess Viewer, the smbd and nmbd daemons are working owned by root. But i cannot connect to my machine from a Nt Server 4. Is samba only server and not client? What is wrong?
smbd.conf (file):
[global]
workgroup = no
[homes]
guest ok = no
read only = no
startsmb (file):
/bin/sh
/usr/local/samba/bin/smbd -D
/usr/local/samba/bin/nmbd -D
Thanks to all people for reading this and to try to help me
Best regards,
Eduardo
comfot@ctv.es
I have downloaded, expanded and installed the latest samba (from www.samba.org).
gnutar -xvzf samba . . .
cd (to the new samba directory created in the last step)
cd source
./configure
make
make install
Create smb.conf file and put it in /usr/local/samba/lib/ directory.
Create startsmb file and make it executable with chmod +x startsmb, put it anyware.
When i run startsmb file and check it in Proccess Viewer, the smbd and nmbd daemons are working owned by root. But i cannot connect to my machine from a Nt Server 4. Is samba only server and not client? What is wrong?
smbd.conf (file):
[global]
workgroup = no
[homes]
guest ok = no
read only = no
startsmb (file):
/bin/sh
/usr/local/samba/bin/smbd -D
/usr/local/samba/bin/nmbd -D
Thanks to all people for reading this and to try to help me
Best regards,
Eduardo
comfot@ctv.es