This is a discussion on Command line remote access within the Networking, Firewalls and Security forums, part of the Mastering Servers category; Dear i am new on linux box but i need to know how i can to access on my remotehost ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Dear
i am new on linux box but i need to know how i can to access on my remotehost trougth local network with line commande , for exemple when i access on remote host with GUI i use explorer smb://IP_address/e$ and after i have the popup authentication user pass and domaine bu how i can to access with remote host with line comande could you please help me thanks Best regard sorry for my poor english |
| Sponsored Links | ||
|
|
|
||||
|
You need to use smbclient command to access another windows/samba share:
Code:
smbclient //ip-address//e$ -U ntusername Another option is mount remote windows / samba system using mount command: Code:
mkdir -p /mnt/test mount -t cifs //server-ip/share username=monk,password=secreat /mnt/test cd /mnt/test ls |
|
|||
|
Dear
Very thanks, it's good .you can see my error messages HTML Code:
root@ange:/home/angel# smbclient //10.1.5.10//e$ -U angel.angelus Password: session setup failed: NT_STATUS_LOGON_FAILURE HTML Code:
root@angel:/home/angel# mount -t nfs //10.1.5.10/MAIN$ username=angel.angelus,password=my password /mnt/Bluecoatman
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
thanks for your help Best Regard |
|
|||
|
hello
i tried a scond but have the same error HTML Code:
root@angel:/home/angel# smbclient //10.1.5.6/e$ -U mydomain\angelus.kit Password: session setup failed: NT_STATUS_LOGON_FAILURE HTML Code:
root@angel:/home/angel# mount.cifs //10.1.5.6/ssh-vnc /mnt/Bluecoatman/ -o user=angelus.kit,dom=mydomain.com Password: root@angel:/home/angel# ls /mnt/Bluecoatman/ Putty-VNC.avi Putty-VNC.rar Ssh-Vnc.avi Ssh-Vnc.rar thanks Best Regard sorry for my poor english |
|
|||
|
hi
thanks you all and special thanks for monk i resolved my issue, the wrong on my files is the symbole <>, when i created the files for authentication windows automatically i write like this <username = my userID> but the correct is username = my userID password = mypass domaine = mydomaine and when type the command smbclient //10.12.30.90/c$ -A files_authenticate thnaks sorry for my poor english |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remote access to linux server | RamPD | Linux software | 9 | 05-26-2008 08:21 AM |
| How do I configure the network card from the command line? | jerry | Linux software | 4 | 09-17-2007 04:52 PM |
| MySQL remote server access howto | raj | Databases servers | 0 | 07-29-2007 06:32 AM |
| HP UX create or add users from command line using useradd | rockdalinux | HP-UX | 0 | 12-20-2006 03:13 PM |
| Remote CVS Access | rajuk | Linux software | 4 | 10-20-2006 11:41 AM |