Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 Basics & Questions & General Chatter => Topic started by: kasperd on May 21, 2012, 01:43:55 AM

Title: Protocol to identify IPv6 stack
Post by: kasperd on May 21, 2012, 01:43:55 AM
I have an IPv6 stack where I'd like to add a feature to remotely identify which stack is being used (with an option to turn this feature on and off). For my usage, I need this to be stateless. For example the finger protocol is not suitable for me, since it runs on TCP, which is stateful.

Is there some standard protocol I could use for such a purpose? The best option that have come to my mind so far is to use DNS. I could use dig to send a TXT query to the IPv6 stack I want to identify and have the stack reply with a TXT record describing it. But I imagine there exist a protocol which is more suitable for this than DNS. Can anybody point me at some suitable protocol that I could use?
Title: Re: Protocol to identify IPv6 stack
Post by: kasperd on May 21, 2012, 02:43:02 PM
RFC4620 might be a more suitable solution for me. It is marked experimental, but I found that the most recent Ubuntu has an RFC4620 client built into the ping command.