LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Networking (https://www.linuxquestions.org/questions/linux-newbie-8/networking-66131/)

sid_pickering 06-17-2003 09:38 AM

Networking
 
I have a home network comprising 3 computers each connected via an ADSL Router.

The network is working fine in that I am able to see and access files from any one computer to each of the other.

Clicking on Network Servers in the redhat linux system diplsays all of the computers on the network.

I am able to access windows files from Linux

However if I click on LocalHost I get the following error message

Couldn't display "smb://localhost" because the attempt to login failed

Can anyone tell me why I am getting this error message

jvannucci 06-17-2003 10:33 AM

Are you not running the Samba server on your host (localhost)?

# service smb status

To get it to start at boot time:

# chkconfig smb on

To get it to start NOW:

# service smb restart


All times are GMT -5. The time now is 01:18 AM.