Named Problem July 2020

Problem: There is a delay in establishing most internal network connections.

Most machines have the following /etc/resolv.conf file

domain cs.edinboro.edu
search cs.edinboro.edu math.cs.edinboro.edu eup.edinboro.edu edinboro.edu
nameserver 147.64.32.6
nameserver 147.64.32.189

This is pointing at

On a DIG for name servers for edinboro.edu

[08:28] dbennett@kickstart:~ $ dig NS edinboro.edu @edinborodc06.edinboro.edu

; <<>> DiG 9.9.3-rl.13207.22-P2-RedHat-9.9.3-15.P2.fc19 <<>> NS edinboro.edu @edinborodc06.edinboro.edu
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45312
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 10

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4000
;; QUESTION SECTION:
;edinboro.edu.                  IN      NS

;; ANSWER SECTION:
edinboro.edu.           7200    IN      NS      edinborodc02.edinboro.edu.
edinboro.edu.           0       IN      NS      cailean.edinboro.edu.
edinboro.edu.           0       IN      NS      dmz-host.edinboro.edu.
edinboro.edu.           7200    IN      NS      edinborodc05.edinboro.edu.
edinboro.edu.           7200    IN      NS      eu-ns1.edinboro.edu.
edinboro.edu.           7200    IN      NS      edinborodc06.edinboro.edu.

This contains the two listed machines plus several others. Some of these others are not reachable from cs.

[08:52] dbennett@kickstart:~ $ dig NS cs.edinboro.edu @edinborodc02.edinboro.edu.

; <<>> DiG 9.9.3-rl.13207.22-P2-RedHat-9.9.3-15.P2.fc19 <<>> NS cs.edinboro.edu @edinborodc02.edinboro.edu.
;; global options: +cmd
;; connection timed out; no servers could be reached
[08:53] dbennett@kickstart:~ $ dig NS cs.edinboro.edu @dmz-host.edinboro.edu.

; <<>> DiG 9.9.3-rl.13207.22-P2-RedHat-9.9.3-15.P2.fc19 <<>> NS cs.edinboro.edu @dmz-host.edinboro.edu.
;; global options: +cmd
;; connection timed out; no servers could be reached
[08:54] dbennett@kickstart:~ $ dig NS cs.edinboro.edu @edinborodc05.edinboro.edu.

; <<>> DiG 9.9.3-rl.13207.22-P2-RedHat-9.9.3-15.P2.fc19 <<>> NS cs.edinboro.edu @edinborodc05.edinboro.edu.
;; global options: +cmd
;; connection timed out; no servers could be reached
[08:55] dbennett@kickstart:~ $ dig NS cs.edinboro.edu @eu-ns1.edinboro.edu.

; <<>> DiG 9.9.3-rl.13207.22-P2-RedHat-9.9.3-15.P2.fc19 <<>> NS cs.edinboro.edu @eu-ns1.edinboro.edu.
;; global options: +cmd
;; connection timed out; no servers could be reached