[Samba] Vijay - samba box not seen in browse list.
Vizitiu, Ciprian
CVizitiu at gbif.org
Wed Jul 16 12:46:53 GMT 2003
>
> smbclient -L localhost gives the error :
>
> added interface ip=192.168.0.229 bcast=192.168.0.255
> nmask=255.255.255.0 error connecting to 127.0.0.1:139
> (Connection refused) error connecting to 127.0.0.1
> (Connection refused)
netstat -nap | grep 139
Like this:
[root at duron]# netstat -nap | grep 139
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
31102/smbd
tcp 0 0 193.338.203.231:139 193.338.203.231:53728
ESTABLISHED 2194/smbd
tcp 0 0 193.338.203.231:53728 193.338.203.231:139
ESTABLISHED 2189/sshd
As you can see there are some connections because I do a tunnel but the
important part is the LISTEN / smbd line. How does the output of the command
look in your case?
> The same command given for the DomainB gives the same
> error(withteh ip of the server )
Let me guess: DomainB is Samba?! :->
> but for DomainA ( NT
> Server 4.0 ) it asks for a username and password. Why ?
Because you haven't specify in the command line the password. man smbclient
and look how to specify the password, that's not the ideea.
> and mount -t smbfs ...................... /mnt/floppy gives
> the error : Error connecting to 127.0.0.1 (Connection refused)
> 10934: Connection to cvsbkup failed
> SMB connection failed.
Heck! Is there ANY smbd running on your machine? :-o
More information about the samba
mailing list