Skip to content

vDNS Debugging

jsidhu edited this page Mar 2, 2016 · 4 revisions

Steps to debug virtual-DNS issues

If there is a specific host/VM not getting resolved,

2016-02-25 17:14:57.079 XmppTxStream: Sent xmpp message to: 100.96.96.209 Port 8093 Size: 452 Packet: <?xml version="1.0"?> <iq type="set" from="<HYPERVISOR>/dns" to="network-dns@contrailsystems.com/dns-peer" id="10020"> <dns transid="10020"> <update> <virtual-dns>default-domain:project-name-virtual-DNS</virtual-dns> <zone>project- name.local</zone> <entry> <class>1</class> <type>1</type> <name>vm-hostname</name> <data>10.20.22.5</data> <ttl>86400</ttl> <priority>0</priority> </entry> </update> </dns> </iq> $ controller/src/xmpp/xmpp_connection.cc 211

Clone this wiki locally