windows server 2012 lifted Active Directory and created a domain avk.local. The full computer name became server.avk.local ip computer 192.168.137.91
The client machine (running Windows 7) has registered the DNS 192.168.137.91 made ping avk.local (packet transfer was successful)
But when I logged into ubuntu and entered ping avk.local, he did not find the domain (the computer running Ubuntu logs into the network with wi-fi, but in the DNS network settings 192.168.137.91 is set)
What am I doing wrong?
The only thing if you run on Ubuntu (here you can see, but why not ping):
$ nslookup server Server: 127.0.1.1 Address: 127.0.1.1#53 Name: server.avk.local Address: 192.168.137.91 Ping itself works on the server computer:
$ ping server PING server.avk.local (192.168.137.91) 56(84) bytes of data. 64 bytes from 192.168.137.91: icmp_seq=1 ttl=128 time=1.01 ms 64 bytes from 192.168.137.91: icmp_seq=2 ttl=128 time=3.42 ms But as a client machine (running Windows) does not work
$ ping server.avk.local ping: unknown host server.avk.local $ ping avk.local ping: unknown host avk.local
avahi. Read about ru.wikipedia.org/wiki/Zeroconf . If I were you, I would changelocaltowork,homeor something. - don Rumata