I just can't figure this out. My Linode (Debian Lenny) can't resolve the IP address for gateway.securenet.com:
Code:
zero:~$ dig gateway.securenet.com A
; <<>> DiG 9.5.1-P2 <<>> gateway.securenet.com A
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 61640
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;gateway.securenet.com. IN A
;; Query time: 0 msec
;; SERVER: 74.207.241.5#53(74.207.241.5)
;; WHEN: Fri Jul 10 04:31:24 2009
;; MSG SIZE rcvd: 39
If I try the same dig command from my local workstation (or from any other server I can access) gateway.securenet.com resolves to 205.134.169.163.
I've added gateway.securenet.com to /etc/hosts as a temporary fix, but if the IP changes it will disable online ordering for a client's website. This issue has been going on for a few days now. Any hints appreciated.