Stephen Gran on 16 May 2006 17:40:41 -0000 |
On Mon, May 15, 2006 at 10:20:36PM -0400, jazzman@exdomain.org said: > options { > allow-query { 127.0.0.1; 10.2.2.22; }; Well, this would be a problem, I would think. You'll want to allow the class C to query. Also, if the hosts on your network get their address infromtation via dhcp, make sure you are also telling them about the nameserver they should be using. dhcp.conf snippet (adjust for IP addresses): # option definitions common to all supported networks... option domain-name "lobefin.net"; option domain-name-servers 192.168.1.1; authoritative; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.100 192.168.1.150; option routers 192.168.1.1; option ntp-servers 192.168.1.1; option broadcast-address 192.168.1.255; } -- -------------------------------------------------------------------------- | Stephen Gran | I left my WALLET in the BATHROOM!! | | steve@lobefin.net | | | http://www.lobefin.net/~steve | | -------------------------------------------------------------------------- Attachment:
signature.asc ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|