1.Windows ping Linux主机名
在ubuntu 下:
sudo apt-get install winbind
在centos 下:
yum install samba
service nmb start
2.Linux或Mac ping Linux主机名
在主机名后面加后缀“.local”,例如:
ping hostname.local
linux中ssh或是ping IP可以通但是主机名不通:http://www.linuxdiyf.com/linux/18560.html
ping通本机主机名问题:http://www.linuxdiyf.com/linux/15442.html