i want to use the the domain name example.local instead of 192.168.1.100 in the local context. in the mean while, the user will still be able to access the Internet.

anyone can help to suggest what are the steps i need to do? things like: which dns server should i choose? how to configure it?

thanks in advance!

link|improve this question

25% accept rate
1  
What platform, Windows or Linux? If Windows, I believe you need Server; if Linux then "bind" is the program to install and search for help on. – pjc50 Feb 17 '11 at 15:19
@pjc50, BIND can also be installed on Windows, thereby eliminating the requirement for a Server OS. – John Gardeniers Feb 17 '11 at 20:58
feedback

2 Answers

Use your local hosts file for resolving this domain name.

link|improve this answer
Without a hosted dns server, this needs to be setup on each client. – gAMBOOKa Feb 17 '11 at 19:54
The use of hosts creates a maintenance nightmare that causes far more problems than it solves. It should be used on individual machines for special purposes only, never as a substitute for DNS. – John Gardeniers Feb 17 '11 at 20:56
feedback

Don't use .local as your domain as it will conflict with Zeroconf/Bonjour.

If you have a Linux server in the mix, I would look at dnsmasq. You can configure it to do DHCP, in which case I would disable DHCP on the router.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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