[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SAMBA Q



On Tue, 11 Sep 2001, Erez Boym wrote:

> Hi,
> 
> A simple SAMBA Q.
> 
> I have a NT server which I can connect to by using:
> smbclient \\172.17.2.2\Applic -U dp18382

Is this being run from a shell? unquoted '\\' in a shell is translated to
'\'

> 
> now  I want to permanently mount it on /mnt/Chol.
> the commands :
> smbmount //172.17.2.2/Applic /mnt/Chol -U dp18382
> smbmount "//172.17.2.2/Applic" -c 'mount /mnt/Chol'
> 
> are producing the same message :
> 
> Added interface ip=127.0.0.1 bcast=127.255.255.255
> nmask=255.0.0.0
> 
> -----
> Session request failed (131,130) with myname=LOCALHOST
> destname=172.17.2.2
> 
> Called name not present
> Try to connect to another name (instead of 172.17.2.2)
> 
> You may find the -I option useful for this
> -----
> 
> What am I missing ?

As the error message suggest: 

smbclient //servername -I serverip

(-I serverip is in case the name can't be resolved properly).

As always, the -d option may come handy as well. In this case it will
provide you more information on exactly how the names are resolved to IPs.

-- 
Tzafrir Cohen
mailto:tzafrir@technion.ac.il
http://www.technion.ac.il/~tzafrir


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il