Hi Robert,

About the ftp issue is not a big deal, I think what is happening is that
win2k is not a ftp-server so I can't ping to it... but it doesn't matter.


About the Samba issue I've tried a lot of things but without any success...

Yes, I can ping my win2k machine successfully and I did what you told me
and this is what I got:


[root@lenux root]# smbclient -L win2000
added interface ip=192.168.58.2 bcast=192.168.58.255 nmask=255.255.255.0
session request to WIN2000 failed (Called name not present)
Password:
Anonymous login successful
Domain=[VEZCCS01] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
tree connect failed: ERRDOS - 52
[root@lenux root]#


Any Idea????

Also I did this:


[root@lenux root]# smbmount //win2000/SIERRA /samba/
1685: session request to WIN2000 failed (Called name not present)
Password:
1685: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed
[root@lenux root]#


Honestly, I already have a headache with this.....

I created an user named "leonardo" in both machines with the same password
and the SIERRA folder has the privileges set to "All".....

Well, I hope this can help you figure out the problem (If you can), I hope
so...


Thanks in advance....

Leonardo



                        
                        
----------- Mensaje Original --------------
                                                                
De: Robert Soros [[EMAIL PROTECTED]]
Para: [EMAIL PROTECTED] [[EMAIL PROTECTED]]
Cc: 
Asunto: Re: FTP, SAMBA
Fecha: 08/12/2002 14:34:04
Mensaje:

                        
                                (1)

 From the looks of it there are two seperate issues to deal with and 
probably have nothing to do with each other.   First off, when you try 
to ftp to your windows 2K machine, have you tried using the IP Number 
instead of using the hostname ?

If not, the problem might be solved by adding this line to your 
/etc/hosts file

192.168.58.1    win2000

Another question, are FTP services in Windows 2K running ? 

(2)

Regarding your SMB problem, just a few ideas, have you tried using 
smbclient to see the available shares ?

smbclient -L 192.168.58.1

Try that and see what pops up, if anything.  It should list the 
available shares (I hope... but honestly i haven't used any Windows 2K 
machines.)
If that doesn't help, try using this command line instead, to mount the 
share

smbmount //192.168.58.1/SIERRA /samba

Might work, and its simpler, and it does the trick here with Windows98 
boxes sharing folders.

(3)

One more thing, you can ping your Windows 2K box successfully ? You have 
the proper crossover cable if its direct connection ?



Robert S.

 >Leonardo Rodríguez wrote:
 >
 >Hi Everybody, I have a problem trying to connect my Linux box (RedHat 
7.2) to my >windows box (Win2000) via ftp and smbclient,
 >I do this from my windows box to my linux box and I have no problems 
but when I want >to do the opposite I get this:
 >
 >[root@lenux root]# ftp win2000
 >ftp: connect: Connection refused
 >ftp>
 >
 >[root@lenux root]# mount -t smbfs \\\\192.168.58.1\\SIERRA /samba/
 >2495: session request to 192.168.58.1 failed (Called name not present)
 >2495: session request to 192 failed (Called name not present) Password:
 >2495: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB 
connection >failed
 >root@lenux root]#
 >
 >Please if somebody knows what's happening here I will appreciate your 
help.... Thanks in >advance Leonardo





_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

                                                



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to