So, when I run host `hostname`
I get "Host ms2 not found: 3(NXDOMAIN)"
but nslookup gives me
Server: 192.168.1.120
Address: 192.168.1.120#53
Name: barronsfamily.net
Address: 192.168.1.120
Code:
dig barronsfamily.net mx gives me
; <<>> DiG 9.4.2-P2 <<>> barronsfamily.net mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24661
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QUESTION SECTION:
;barronsfamily.net. IN MX
;; ANSWER SECTION:
barronsfamily.net. 604800 IN MX 10 ms2.barronsfamily.net.
;; AUTHORITY SECTION:
barronsfamily.net. 604800 IN NS ms2.barronsfamily.net.
;; ADDITIONAL SECTION:
ms2.barronsfamily.net. 604800 IN A 192.168.1.120
;; Query time: 0 msec
;; SERVER: 192.168.1.120#53(192.168.1.120)
;; WHEN: Fri Nov 28 12:43:09 2008
;; MSG SIZE rcvd: 85
any idea what I am missing? where do I start to look? or is it not a big deal.
thanks
Bill B