View Single Post
  #2  
Old July 11th, 2005, 07:56 PM
davcamer davcamer is offline
Registered User
 
Join Date: Jul 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
davcamer is on a distinguished road
don't do it

I just started with Macs too, but I've done a fair bit of DNS. You're proposing a DNS server that faces two ways, and for a small network it really isn't worth the pain. It involves quite a bit of mucking with config files. I just took a look at the interface for DNS in Server Admin and they don't even provide the possibility of doing this, as far as I can tell.

But there is a relatively easy solution!

Add example.com to the hosts files on all of the PCs behind the router. On OSX this is /private/etc/hosts on windows machines it's aproximately c:\windows\system32\drivers\etc . Searching is probably best. You'll need to add a line

www.example.com 192.168.1.1

I hope that helps!
Reply With Quote