Hello all, I have an OTRS 3.2 install on a CentOS VM. I recently migrated the VM from a host on one subnet 192.168.1.XX to another subnet 192.168.2.XX and now I'm getting errors from OTRS saying it can't resolve host names. Originally it couldn't resolve our LDAP server making it impossible to log in. To get around that, I just plugged in the LDAP's IP instead of its hostname and now it works. Now I'm getting this error when loading an agent dashboard: "Can't get file from http://otrs.org/product.xml?Product=OTRS-3.2.2: 500 Can't connect to otrs.org:80 (Bad hostname)."
So it seems like it's having issues resolving domain names on our network, as well as the internet as a whole. Funny thing is though, from within CentOS, I can do a dig and resolve the host name just fine:
Code: Select all
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.6 <<>> www.otrs.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37686
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.otrs.org. IN A
;; ANSWER SECTION:
www.otrs.org. 5622 IN A 80.190.210.170
;; Query time: 48 msec
;; SERVER: 192.168.9.48#53(192.168.9.48)
;; WHEN: Mon Feb 25 11:11:56 2013
;; MSG SIZE rcvd: 46