|
SAMBA can't access win share through ip address
I have SAMBA server running between Mandy 9.2 and Windows98
when i issuse this command
# smbclient //192.168.1.1/C
added interface ip=192.168.1.2 bcast=192.168.1.255 nmask=255.255.255.0
session request to 192.168.1.1 failed (Called name not present)
session request to 192 failed (Called name not present)
session request to *SMBSERVER failed (Called name not present)
but when i issuse this command it works properly,
# smbclient //c5m9x2/C
added interface ip=192.168.1.2 bcast=192.168.1.255 nmask=255.255.255.0
Password:
smb: \> ls
why it is not working even its entry is mapped into /etc/hosts file
as
#/etc/hosts
192.168.1.1 c5m9x2
|