giganetwireless
IS-IT--Management
- Jul 18, 2007
- 20
Hello Group
UBUNTU 6.06
Apache2 2.0.55
PHP 5.1.2
ISPConfig 2.3.2
Shorewall 3.0.4
This server is intended to be the primary www, IMAP server for my wireless ISP clientelle.
I utilized as my guide for setting up the server itself and have also installed ISPConfig.
At this point I am trying to see if anyone can shed some light on the logs pertaining to DNS when I run 'nano /var/log/syslog'
I have been reading an article which indicated at the end of each 'zone' line should end with 'loaded serial 1'
Can someone help me to decypher this log so I know what is an actual error and what is acceptable functionality?
* command channel listening on ::1#953 [shouldn't this line indicate my public IP?]
* zone giganetwireless.com/IN: loading master file pri.giganetwireless.com: CNAME and other data
[shoudn't this line indicate 'loaded serial 2007083107'?]
* zone 152.169.72.in-addr.arpa/IN: sending notifies (serial 2007083107)
[where are 'notifies' being sent, is this an error?]
When I run 'dig 72.169.152.211 giganetwireless.com any' I recieve the following:
Can someone point in the right direction to troubleshooting DNS resolution for this server?
Thank you
Regards
UBUNTU 6.06
Apache2 2.0.55
PHP 5.1.2
ISPConfig 2.3.2
Shorewall 3.0.4
This server is intended to be the primary www, IMAP server for my wireless ISP clientelle.
I utilized as my guide for setting up the server itself and have also installed ISPConfig.
At this point I am trying to see if anyone can shed some light on the logs pertaining to DNS when I run 'nano /var/log/syslog'
I have been reading an article which indicated at the end of each 'zone' line should end with 'loaded serial 1'
Can someone help me to decypher this log so I know what is an actual error and what is acceptable functionality?
* command channel listening on ::1#953 [shouldn't this line indicate my public IP?]
* zone giganetwireless.com/IN: loading master file pri.giganetwireless.com: CNAME and other data
[shoudn't this line indicate 'loaded serial 2007083107'?]
* zone 152.169.72.in-addr.arpa/IN: sending notifies (serial 2007083107)
[where are 'notifies' being sent, is this an error?]
Code:
Aug 31 11:03:21 giganetwireless named[13512]: starting BIND 9.3.2 -u bind -t /var/lib/named
Aug 31 11:03:21 giganetwireless named[13512]: found 1 CPU, using 1 worker thread
Aug 31 11:03:21 giganetwireless named[13512]: loading configuration from '/etc/bind/named.conf'
Aug 31 11:03:21 giganetwireless named[13512]: listening on IPv4 interface lo, 127.0.0.1#53
Aug 31 11:03:21 giganetwireless named[13512]: listening on IPv4 interface eth0, 72.169.152.211#53
Aug 31 11:03:21 giganetwireless named[13512]: command channel listening on 127.0.0.1#953
Aug 31 11:03:21 giganetwireless named[13512]: command channel listening on ::1#953
Aug 31 11:03:21 giganetwireless named[13512]: zone 0.0.127.in-addr.arpa/IN: loaded serial 1
Aug 31 11:03:21 giganetwireless named[13512]: zone 152.169.72.in-addr.arpa/IN: loaded serial 2007083107
Aug 31 11:03:21 giganetwireless named[13512]: dns_master_load: pri.giganetwireless.com:25: [URL unfurl="true"]www.giganetwireless.com:[/URL] CNAME and other data
Aug 31 11:03:21 giganetwireless named[13512]: zone giganetwireless.com/IN: loading master file pri.giganetwireless.com: CNAME and other data
Aug 31 11:03:21 giganetwireless named[13512]: zone highcountryhomesofanza.com/IN: loaded serial 2007083112
Aug 31 11:03:21 giganetwireless named[13512]: running
Aug 31 11:03:21 giganetwireless named[13512]: zone 152.169.72.in-addr.arpa/IN: sending notifies (serial 2007083107)
Aug 31 11:03:21 giganetwireless named[13512]: zone highcountryhomesofanza.com/IN: sending notifies (serial 2007083112)
Aug 31 11:03:21 giganetwireless named[13512]: client 72.169.152.211#33300: received notify for zone 'highcountryhomesofanza.com'
When I run 'dig 72.169.152.211 giganetwireless.com any' I recieve the following:
Code:
mailman@giganetwireless:/etc/bind$ sudo dig 72.169.152.211 giganetwireless.com any
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20175
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;72.169.152.211. IN A
;; ANSWER SECTION:
72.169.152.211. 102 IN A 0.0.0.0
;; Query time: 11 msec
;; SERVER: 72.169.152.211#53(72.169.152.211)
;; WHEN: Fri Aug 31 11:47:53 2007
;; MSG SIZE rcvd: 48
; <<>> DiG 9.3.2 <<>> 72.169.152.211 giganetwireless.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 30054
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;giganetwireless.com. IN ANY
;; Query time: 4 msec
;; SERVER: 72.169.152.211#53(72.169.152.211)
;; WHEN: Fri Aug 31 11:47:53 2007
;; MSG SIZE rcvd: 37
Can someone point in the right direction to troubleshooting DNS resolution for this server?
Thank you
Regards