Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I have a number of local windows, Linux and macs on my local LAN, but no matter what, Safari will not resolve them by name.

How can I get this to work as there is no "server" on my network. I use the machine names only without suffixes.

share|improve this question

1 Answer

It's likely that the computers are using NetBIOS name resolution (aka WINS or occasionally SMB). This is used commonly for Windows file sharing, and is typically set when you enter a hostname for a computer. On Macs and Linux, it's not always broadcast, unless Windows file sharing is enabled/installed, but it typically is, so it's usually a workable option for small networks without a lot of fuss.

However, iOS devices don't use NetBIOS (since they don't do Windows file sharing, there's not a lot of point, and there may be licensing issues, I'm not sure). So unless you've explicitly set up DNS hostnames on your network, this is most likely why you can't address your machines by name from your iPad.

The best solution here is to assign hostnames using static DHCP on your router — because your machines most likely already use your router for DNS, you should be able to change your settings on the router without needing any changes on any of the machines. Most home routers have some way of doing this, but it varies from model to model. The basic process is to assign a DHCP reservation for each machine and add the host name (some routers might allow for a hostname based on MAC address, without a static reservation). Those host names should then be resolvable from all machines, including the iPad via DNS.

If you need further help with this, add some information about your router (although searching for an answer on Superuser might yield the information you need).

share|improve this answer
I have a Billion BiPAC 7301VGP. I've already gone into to the DHCP service and entered fixed hosts for all my devices, using their mac address, and naming the fixed host. this includes the ipad, my htc phone, my apple tv, and everything else. all the machines have been shut down a few times since then (power failures guarantee that) but some host name resolution still doesn't happen. for instance my mac (mountain lion) can't resolve my qnap ts209 by name in a web browser but it can ping it by name; my ipad can't resolve anything; my win7 pc can see my htc phone by name when I use certain apps. – frumbert Oct 22 '12 at 23:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.