LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   samba server (https://www.linuxquestions.org/questions/linux-newbie-8/samba-server-428049/)

Envision5000 03-24-2006 11:04 AM

samba server
 
How does one go about setting up a samba server?

Does a samba server need an ip adress or a domain name?

How does one log in to it from windows?

Are there any good tutorials out there?

wpg9210 03-24-2006 11:37 AM

There are many tutorials, however its fairly easy. First make sure you have samba installed and running using the service command as root IE:

#su-

#service smb status

This should output either the status (running or not) of the service, or it will say no such service...in which case you need to install samba.

After that just find your smb.conf file, which is usually /etc/smb.conf and edit it to allow users to browse the shares or whatever it is you want to do...just type smb.conf in google to find some good information..

Envision5000 03-24-2006 09:57 PM

Do I need to purchase an ip adress?

Envision5000 03-24-2006 10:10 PM

Quote:

Originally Posted by wpg9210
There are many tutorials, however its fairly easy. First make sure you have samba installed and running using the service command as root IE:

#su-

#service smb status

This should output either the status (running or not) of the service, or it will say no such service...in which case you need to install samba.

After that just find your smb.conf file, which is usually /etc/smb.conf and edit it to allow users to browse the shares or whatever it is you want to do...just type smb.conf in google to find some good information..


acually search smb.conf in google gave some great tutorials.

Thanks


All times are GMT -5. The time now is 06:14 PM.