first, thank you both for your replies... it helps greatly to talk things thru to a conclusion.
I logged into my server at the school to run some tests. It is virtually the same setup as my home server. I ran host `hostname` and it resolved to the host name of the server so I then started to look at the files involved. In /etc/resolv.conf my school server looked like this:
Code:
bbarrons@ms1:~$ cat /etc/resolv.conf
nameserver 192.168.3.5
domain stmarysstclair.org
here is how my home server looked:
Code:
bbarrons@ms2:~$ cat /etc/resolv.conf
### BEGIN INFO
#
# Modified_by: NetworkManager
# Process: /usr/bin/NetworkManager
# Process_id: 6883
#
### END INFO
nameserver 192.168.1.120
nameserver 68.94.156.1
nameserver 68.94.157.1
So I did as you suggested and removed the forwarders because as you said they are already setup in bind.
It still didnt work so I then added this line to my file:
Code:
domain barronsfamily.net
so that it now looks like this:
Code:
bbarrons@ms2:~$ cat /etc/resolv.conf
nameserver 192.168.1.120
domain barronsfamily.net
worked as it should. thank you for being persistent.
Bill B