hi all, I would like to connect from linux box to a windows 2000 share I try the command: smbmount //10.2.20.43/share mnt -o username=USER workgroup=DOMAIN and the answer is: 2323: session request to 10.2.20.43 failed (Called name not present) 2323: session request to 10 failed (Called name not present) Password: I type the password and the answer is 2323: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed but if I use smbclient command smbclient -L 10.2.20.43 -W DOMAIN -U USER the answer is added interface ip=10.2.20.25 bcast=10.2.255.255 nmask=255.255.0.0 session request to 10.2.20.43 failed (Called name not present) session request to 10 failed (Called name not present) Password: (I type the password) Domain=[DOMAIN] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager] and it print all the shares that the server have I do not what I am doing wrong, could anyone help me? thanks
El Martes, 19 de Agosto de 2003 15:39, Jordi Castells escribi?:> hi all,Hi, ?o tal vez hola? ;-)> I would like to connect from linux box to a windows 2000 share > > I try the command: > smbmount //10.2.20.43/share mnt -o username=USER workgroup=DOMAINTry this: # smbmount //NetBios_name_of_win_machine/share -o ip=10.2.20.43 username=USER workgroup=DOMAIN I hope that's work.