> 问答

在linux下ping通其它主机名称

人阅读 2024-10-17 00:06:32Linux
广告 X
欧意最新版本

欧意最新版本

欧意最新版本app是一款安全、稳定、可靠的数字货币交易平台。

APP下载  官网地址

  通常在windows下面,我们可以通过其它主机名称互相访问,例如

  使用

  \\helloAndroid

  来访问地主机名为helloAndroid的PC机..

  如果希望在linux下ping通其它主机名称,那么需要做下配置

  1.

  sudo apt-get install winbind

  2.

  sudo vi /etc/nsswitch.conf

  在host:行加入wins

  例如:hosts:    files mdns4_minimal [NOTFOUND=return] dns mdns4 wins

  3.测试下

  star@star-desktop:~$ ping linux221

  PING linux221 (192.168.2.221) 56(84) bytes of data.

  64 bytes from linux221.local (192.168.2.221): icmp_seq=1 ttl=64 time=3.26 ms

  64 bytes from linux221.local (192.168.2.221): icmp_seq=2 ttl=64 time=2.65 ms

  64 bytes from linux221.local (192.168.2.221): icmp_seq=3 ttl=64 time=2.14 ms

  64 bytes from linux221.local (192.168.2.221): icmp_seq=4 ttl=64 time=0.752 ms

  64 bytes from linux221.local (192.168.2.221): icmp_seq=5 ttl=64 time=0.951 ms

  64 bytes from linux221.local (192.168.2.221): icmp_seq=6 ttl=64 time=0.476 ms

关键词标签:linux

LOT物联网

iot产品 iot技术 iot应用 iot工程

Powered By LOT物联网  闽ICP备2024036174号-1

联系邮箱:support1012@126.com