hi everyone..
ive got jabbered notification callback non existing host error in log.
jan 17 21:49:29 server jabberd_notification/c2s[156]: [8] [::ffff:192.168.12.205, port=62298] connect
jan 17 21:49:29 server jabberd_notification/c2s[156]: sasl callback non-existing host: serv.mydomain.com
jan 17 21:49:29 server jabberd_notification/c2s[156]: [8] [::ffff:192.168.12.205, port=62298] disconnect jid=unbound, packets: 0
guess has reverse dns. sudo changeip -checkhostname shows no errors. tried dig -x , got this:
; <<>> dig 9.7.3-p3 <<>> -x 192.168.12.205
;; global options: +cmd
;; got answer:
;; ->>header<<- opcode: query, status: noerror, id: 37764
;; flags: qr aa rd ra; query: 1, answer: 1, authority: 1, additional: 1
;; question section:
;205.12.168.192.in-addr.arpa. in ptr
;; answer section:
205.12.168.192.in-addr.arpa. 10800 in ptr serv.mydomain.com.
;; authority section:
205.12.168.192.in-addr.arpa. 10800 in ns serv.mydomain.com.
;; additional section:
serv.mydomain.com. 10800 in a 192.168.12.205
;; query time: 4 msec
;; server: 127.0.0.1#53(127.0.0.1)
;; when: wed jan 25 12:58:54 2012
;; msg size rcvd: 103
looks fine (to knowlagde), i'm wondering if server: should not state 192.168.12.205 ip?
many thanks.
this ip address :-
serv.mydomain.com. 10800 in 192.168.12.205
in means record
in cname means alias
entry in red server dig queried, if don't specify server uses loopback address or if set via dhcp dns server address.
;; server: 127.0.0.1#53(127.0.0.1)
if want dig query server you'd have use
dig -x @otherserver 192.168.12.205
http://en.wikipedia.org/wiki/list_of_dns_record_types
Forums Macs Mac OS X Server, Xserve, and Networking
- iPhone
- Mac OS & System Software
- iPad
- Apple Watch
- Notebooks
- iTunes
- Apple ID
- iCloud
- Desktop Computers
- Apple Music
- Professional Applications
- iPod
- iWork
- Apple TV
- iLife
- Wireless
No comments:
Post a Comment