I've set up a dev-enviroment on Debian 7 and installed the following services:
- Apache
- Bind9
I have one site that is reachable through "asix.debian.local". I've set up the zone and added NS and A registry to the db.debian.local file.
Everything is working, this is the response I get with curl:
"curl asix.debian.local"
Apache default
<h1> It works!! </h1>
<h2> Aquest es la pagina de benvinguda de ASIX </h2>
So I guessed I got everything up and working, but when I type in the same URL in browser, I get "Server not found error - Iceweasel can't find the server at asix.debian.local."
Only nameserver in /etc/resolv.conf is the local IP of the server.
Why can't browser reach the website if curl did?
Any help is appreciated.
Thanks