View Single Post
  #25 (permalink)  
Old 03-31-2007, 03:41 PM
afterwego afterwego is offline
Intermediate Member
 
Posts: 18
Default

My new /etc/bind/named.conf.options

Quote:
;
; Addresses and other host information.
;
@ IN SOA mail.jzeller.com.
hostmaster.mail.jzeller.com. (
2007033101 ; Serial
3600 ; Refresh
3600 ; Retry
86400 ; Expire
60 ) ; Minimum
; Define the nameservers and the mail servers
IN NS ns.jzeller.com ; local ip
ns IN A 192.168.1.110
@ IN A 192.168.1.110 ; local ip
mail IN A 192.168.1.110
IN MX 10 mail.jzeller.com. ;MXrecord
My /etc/resolv.conf

Quote:
nameserver 192.168.1.110
search hsd1.mn.comcast.net.
nameserver 68.87.77.130
nameserver 68.87.72.130
My output from 'dig mail.jzeller.com
Quote:
; <<>> DiG 9.3.2 <<>> mail.jzeller.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17949
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 13, ADDITIONAL: 0

;; QUESTION SECTION:
;mail.jzeller.com. IN A

;; AUTHORITY SECTION:
. 518400 IN NS A.ROOT-SERVERS.NET.
. 518400 IN NS B.ROOT-SERVERS.NET.
. 518400 IN NS C.ROOT-SERVERS.NET.
. 518400 IN NS D.ROOT-SERVERS.NET.
. 518400 IN NS E.ROOT-SERVERS.NET.
. 518400 IN NS F.ROOT-SERVERS.NET.
. 518400 IN NS G.ROOT-SERVERS.NET.
. 518400 IN NS H.ROOT-SERVERS.NET.
. 518400 IN NS I.ROOT-SERVERS.NET.
. 518400 IN NS J.ROOT-SERVERS.NET.
. 518400 IN NS K.ROOT-SERVERS.NET.
. 518400 IN NS L.ROOT-SERVERS.NET.
. 518400 IN NS M.ROOT-SERVERS.NET.

;; Query time: 3 msec
;; SERVER: 192.168.1.110#53(192.168.1.110)
;; WHEN: Sat Mar 31 16:40:50 2007
;; MSG SIZE rcvd: 245
Not exactly sure what all that in the Authority sections means. Ive gotta be doing something wrong.

There are errors in my syslog. Not making any sense to me though

Last edited by afterwego; 03-31-2007 at 03:47 PM..
Reply With Quote