howdy, thanks for the help so far... i cant even do the following over the net... smbclient -L remote_address it give the following: [root@andrew andrew]# smbclient -L //203.101.92.170 added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 session request to 203.101.92.170 failed (Called name not present) session request to 203 failed (Called name not present) session request to *SMBSERVER failed (Called name not present) [root@andrew andrew]# what am i doing wrong? cheers, andrew galdes
On Wed, 7 Mar 2001, Andrew Galdes wrote:> [root@andrew andrew]# smbclient -L //203.101.92.170 > added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 > session request to 203.101.92.170 failed (Called name not present) > session request to 203 failed (Called name not present) > session request to *SMBSERVER failed (Called name not present) > [root@andrew andrew]# > > what am i doing wrong?Try giving the netbios name. % smbclient -L servername *SMBSERVER only works with win2k and nt4 (iirc) If the client can't resolve the name you can help it with the -I option. % smbclient -L servername -I 203.101.92.170 This is described in the smbclient manpage ... /Urban
Andrew Galdes wrote:> > howdy, > > thanks for the help so far... > > i cant even do the following over the net... > > smbclient -L remote_address > > it give the following: > > [root@andrew andrew]# smbclient -L //203.101.92.170 > added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0 > session request to 203.101.92.170 failed (Called name not present) > session request to 203 failed (Called name not present) > session request to *SMBSERVER failed (Called name not present) > [root@andrew andrew]# > > what am i doing wrong? > > cheers, > andrew galdes >What are you doing with the //? use smbclient -L {netbios name} -I {IP Address}> -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba-- Andrew Bartlett abartlet@pcug.org.au