First time posting. Hope someone can help.
I have WHM + CSF installed on a CentOS server, and it's come to my attention we've had issues with some limited mail flow, and a few visitors trying to visit their websites.
Long story short, we came to the conclusion that Google DNS is having trouble resolving any domains on my server. One example is
When I run a dig command using any other DNS server such as open DNS, I get this result:
Code: Select all
>dig @208.67.222.222 indigo-co.com.au
; <<>> DiG 9.12.2 <<>> @208.67.222.222 indigo-co.com.au
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34338
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;indigo-co.com.au. IN A
;; ANSWER SECTION:
indigo-co.com.au. 14400 IN A 66.187.76.207
;; Query time: 579 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Thu Sep 06 14:14:57 AUS Eastern Standard Time 2018
;; MSG SIZE rcvd: 61
However, when I use either 8.8.8.8 or 8.8.4.4, this is the result:
Code: Select all
>dig @8.8.8.8 indigo-co.com.au
; <<>> DiG 9.12.2 <<>> @8.8.8.8 indigo-co.com.au
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 60005
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;indigo-co.com.au. IN A
;; Query time: 15 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Thu Sep 06 14:13:10 AUS Eastern Standard Time 2018
;; MSG SIZE rcvd: 45
The command I use to diable csf is just csf -x.
Port 53 is open on TCP and UDP - both incoming and outgoing - both IP4 and IP6.
Other than that, I dont know how to figure this out and it's becoming urgent.
Any help would be very much appreciated. Thank you.
Regards,
Hays