[ale] Samba Windows 98 connection

Jason Day jasonday at worldnet.att.net
Wed Feb 9 13:49:02 EST 2005


On Wed, Feb 09, 2005 at 10:43:22AM -0500, Christopher Fowler wrote:
> I'm having an issue connecting from my linux box to my Windows 98
> machnie via smbclient.
> 
> cfowler at linux:~/Mov/1> smbclient -L 192.168.1.107 -U cfowler
> session request to 192.168.1.107 failed (Called name not present)
> session request to 192 failed (Called name not present)
> session request to *SMBSERVER failed (Called name not present)

smbclient wants a netbios name, not an IP address.  You need to put the
netbios name of your windows 98 box after the -L.  If the name won't
resolve, you can specify the IP address with -I, but you still need the
name.  E.g.

smbclient -L foo -I 192.168.1.107 -U cfowler

HTH,
Jason
-- 
Jason Day                                       jasonday at
http://jasonday.home.att.net                    worldnet dot att dot net
 
"Of course I'm paranoid, everyone is trying to kill me."
    -- Weyoun-6, Star Trek: Deep Space 9



More information about the Ale mailing list