View Single Post
  #5 (permalink)  
Old 06-19-2009, 10:01 AM
lhutton lhutton is offline
New Member
 
Posts: 4
Default

/etc/hosts:

Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1		localhost.localdomain localhost
::1		localhost6.localdomain6 localhost6
74.81.191.68		webhost1.buttonhost.net webhost1
/etc/resolv.conf
Code:
search buttonhost.net
nameserver 208.67.222.222
nameserver 208.67.220.220
dig butthost.net any
Code:
; <<>> DiG 9.3.4-P1 <<>> buttonhost.net any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42561
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;buttonhost.net.			IN	ANY

;; ANSWER SECTION:
buttonhost.net.		172790	IN	NS	ns1.dn***it.com.
buttonhost.net.		172790	IN	NS	ns2.dn***it.com.
buttonhost.net.		172790	IN	NS	ns3.dn***it.com.

;; Query time: 21 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Fri Jun 19 11:59:02 2009
dig buttonhost.net mx
Code:
; <<>> DiG 9.3.4-P1 <<>> buttonhost.net mx
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61213
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;buttonhost.net.			IN	MX

;; ANSWER SECTION:
buttonhost.net.		28800	IN	MX	0 mail.buttonhost.net.

;; Query time: 26 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Fri Jun 19 11:59:35 2009
;; MSG SIZE  rcvd: 53
host `hostname`
Code:
webhost1.buttonhost.net has address 208.69.32.132
Host webhost1.buttonhost.net not found: 3(NXDOMAIN)
Reply With Quote