Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I've updated my question to coincide with my progress

I am attempting to configure WAMP on my development machine.

I would like to use it in conjunction with DD-WRT's DNSMasq feature to access multiple virtual hosts via aliases (dev1.local,dev2.local,etc.) over my local wireless network.

I have followed the following tutorial which allows me to setup virtual hosts and access on local network by ip addresses.

http://www.logicspot.com/web-development-2/viewing-a-locally-hosted-website-with-your-smartphone/

I've got this up and running.

For simplicity sake I'd still like to setup DNSMasq to connect via aliases.

I have followed the following tutorial

http://www.question-defense.com/2008/12/29/add-static-dns-entries-to-dd-wrt-router-firmware

And the aliases load on my development machine, but I can not access via the aliases on my mobile devices connected to the local network. I can however access via IPs.

Thanks for any help you can provide

share|improve this question

closed as off topic by HopelessN00b, EEAA, Michael Hampton, Iain Dec 1 '12 at 8:07

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

I figured out my issue! After some testing I found the reason I could not connect via mobile was because I used the top level domain of ".local". Changing to ".dev" everything works great.

Apparently apple uses .local for Bojourn causing a conflict.

You can read about it here...

http://www.isimplyconnect.com/blog/trouble-with-ios-and-local-domains-heres-a-solution/

share|improve this answer

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