Comment 4 for bug 611226

Revision history for this message
Ian Barton (ian-manor-farm) wrote :

Antonio,

Thanks for the feedback. Attached is the information you requested. The computer has a static ip address of 192.168.0.30. It has bind9 installed, which is configured the same as my primary DNS server, which it will eventually replace. The computer 192.168.0.32 is my secondary DNS. As far as I can tell bind is working correctly.

Ian.

resolv.conf:
nameserver 192.168.0.30
nameserver 192.168.0.32
domain bantercat.co.uk
search bantercat.co.uk

/etc/hosts:

127.0.0.1 mail.wilkesley.net
192.168.0.30 mail.wilkesley.net firewall.bantercat.co.uk

::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

/etc/nsswitch.conf:
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd: compat
group: compat
shadow: compat

hosts: files dns
networks: files

protocols: db files
services: db files
ethers: db files
rpc: db files

netgroup: nis