Hello!
I cant ping my Nano Server from another computer. I added IP and host at file hosts. But I have next problem. Then I ran Resolve-DnsName command I saw next(sorry, I cant attach an image):
[192.168.0.100]: PS C:\Users\Administrator\Documents> Resolve-DnsName WebServerName Type TTL Section IPAddress
---- ---- --- ------- ---------
WebServer AAAA 1200 Question ::1
WebServer A 1200 Question 192.168.0.100
As I understand my host isn't resolved. I disable IPv6 and prefer IPv4. But I can't ping Server from another machine. How I can resolve hostname?
Thank you!