PDA

View Full Version : DNS wont resolve when using eth ip address


Tanathka
2008-06-04, 10:24 AM CDT
Fedora 9, BIND issue:

When ever I use 127.0.0.1 in my /etc/resolv.conf my server can resolve DNS names.
However if I change the IP address to the one used by the sole network card of 192.168.36.2, it wont resolve at all.

None of my client PC's can resolve when pointed at this IP address either.

IPTABLES have been switched off.

Can someone point out what's stopping this working?

Tanathka
2008-06-04, 05:39 PM CDT
Sorted thanks to this link http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch18_:_Configuring_DNS

I just needed to allow port 53 to be open on the eth0 interface.

hyperspace
2008-06-04, 06:21 PM CDT
Sorted thanks to this link http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch18_:_Configuring_DNS

I just needed to allow port 53 to be open on the eth0 interface.That is a great site! :cool: