[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] "Mini" DNS options?
|
In named.conf:
options {
...
listen-on { 127.0.0.1; 209.50.171.77; };
allow-query { 127.0.0.1; 209.50.171.77; 209.50.171.78;
209.50.171.79; 209.50.171.80; };
allow-transfer { none; };
...
};
Substitute your IPs.
-John
On May 15, 2006, at 7:24 PM, jazzman@exdomain.org wrote:
Ok, the more i deal with this the more i understand why DNS is a pain
in
the butt.
I've gotten named working as I hoped it would, but there's a catch
(when
isn't there a catch???). It seems named only response to the machine
that
named is running on! Other machines can connect to port 53 (I can even
telnet into it and verify the connection doesn't get dropped. I opened
the
port in my iptables specifically and I can see in netstat -nl that it's
listening on both loopback port 53 and eth0 port 53). But whenever I
do an
nslookup on another machine with the DNS set to the named machine I
get no
response.
Help! :)
Thanks in advance
_______________________________________________________________________
____
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
___________________________________________________________________________
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
|
|