LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Smbclient and Windows 2003 Server (https://www.linuxquestions.org/questions/linux-networking-3/smbclient-and-windows-2003-server-220152/)

scostopoulos 08-20-2004 09:45 AM

Smbclient and Windows 2003 Server
 
I would like to mount into my debian machine the share directory i have in a windows 2003 advanced server .

Can you help me with the basic stuff ??

I have tried with smbclient but it doesn't connect at all .

Some of the tries are here

HP9000:/home/ice# smbclient //192.168.1.3/heliades
added interface ip=192.168.1.5 bcast=192.168.1.255 nmask=255.255.255.0
session request to 192.168.1.3 failed (Called name not present)
session request to 192 failed (Called name not present)
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
HP9000:/home/ice# smbclient //192.168.1.3/heliades -U administrator -W HELDOMAIN
added interface ip=192.168.1.5 bcast=192.168.1.255 nmask=255.255.255.0
session request to 192.168.1.3 failed (Called name not present)
session request to 192 failed (Called name not present)
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
HP9000:/home/ice# SMBCLIENT //192.168.1.3/HELIADES -U administrator -W heldomain -I 192.168.1.3
bash: SMBCLIENT: command not found
HP9000:/home/ice# smbclient //192.168.1.3/HELIADES -U administrator -W heldomain -I 192.168.1.3
added interface ip=192.168.1.5 bcast=192.168.1.255 nmask=255.255.255.0
session request to 192.168.1.3 failed (Called name not present)
session request to 192 failed (Called name not present)
Password:
Domain=[HELDOMAIN] OS=[Windows Server 2003 3790] Server=[Windows Server 2003 5.2]
tree connect failed: NT_STATUS_ACCESS_DENIED

Please help me ?? thank you

Gkarfield 09-02-2004 02:36 AM

smbmount //<machine>/<share> <folder_linux> -o ip=192.168.1.xxx, username=<user on nt> (xxx is the number u have)

elpizw na boi8isa


All times are GMT -5. The time now is 10:38 PM.