|
|
如果局域网内有台主机名和Internet上一台主机名同名,如同为candy
访问candy (系统为Windows) 的共享资源时,如下:
# smbclient -L candy
Error connecting to 65.61.129.128 (拒绝连接)
Connection to candy failed
# nmblookup candy
querying candy on 192.168.0.255
192.168.0.144 candy<00>
# echo -e "192.168.0.144 \t candy \t candy" >> /etc/hosts
还是不行
Could you help me??Thank you very much! |
|