NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
pmcvay
Sep 27, 2016Follower
Local Domain Routing
When I view the attached devices for my netgear wireless router it shows the ip addresses and the device names. I can ping a computer on the network by the ip address but when I ping by device name i...
- Sep 28, 2016
It's very likely that a DNS query is occuring, and yes a Netgear router will forward the query to a real DNS server. nslookup should give you more details.
If the device you are trying to ping is a Windows machine, then you can try appending \\ to the device name to access it (e.g. \\mypc).
If the device is a Mac, then appending .local may work (e.g. mypc.local). This will utilize mDNS to perform a local query. A Windows machine with either Bonjour or iTunes installed will also respond to mDNS queries.
TheEther
Sep 28, 2016Guru
It's very likely that a DNS query is occuring, and yes a Netgear router will forward the query to a real DNS server. nslookup should give you more details.
If the device you are trying to ping is a Windows machine, then you can try appending \\ to the device name to access it (e.g. \\mypc).
If the device is a Mac, then appending .local may work (e.g. mypc.local). This will utilize mDNS to perform a local query. A Windows machine with either Bonjour or iTunes installed will also respond to mDNS queries.