I am not able to use ip address in servername instead of netbios name, like smbclient //10.3.1.90/tvs1 -P -N It gives error: session request to *SMBSERVER failed (Called name not present)
but when I use server netbios name instead of IP address it gets connected successfully. How can I connect to a server through smbclient if I know only the ip address of the server? Thanks in advance.