PDA

View Full Version : DHCPD Reservation


dmode
26th November 2008, 10:45 AM
Hi,

My DHCPD private network is accessing internet with squid's excellent transparent proxying. I have setup a small webserver say intranet.em on the network. I want all browser on the network to access intranet.em.

When I type intranet.em I am getting Address Not Found. Which is quite normal since in dhcpd.conf i have added option domain-name-servers <public DNS Server>.

My question is : what is the simplest way of accessing intranet.em?

I have already modified hosts file on server but to no avail. Is there an exception somewhere I can put in dhcpd.conf? Or should I setup a DNS server with this inclusion? Any howto would be much welcome.

Thanks
dMode

markkuk
26th November 2008, 12:42 PM
Either you modify the hosts file on all machines on the network, or set up a DNS server.

dmode
27th November 2008, 07:32 AM

Either you modify the hosts file on all machines on the network, or set up a DNS server.

Thanks for the help, but I have already mentioned those... i have set up a dns server now how do i include the exception, e.g. intranet.em goes to 192.168.10.169 (local)

HELP!