www.xymon.com now available via IPv6
list Henrik Størner
Hi, if any of you are connected via IPv6, then www.xymon.com and the mailing list server is now available directly through IPv6, at this easy-to-remember address: 2001:16d8:dda8:0:21c:c0ff:fec0:1875 You don't have to worry about that since DNS has also been updated, so it should all happen automatically. This also means I now have the ability to actually test some IPv6 code, so there is a much better chance of Xymon getting IPv6 support now. Regards, Henrik
list Bruce Ferrell
Not to be a wet blanket, but DNS is mildly hosed. ping xymon.com PING xymon.com (90.184.111.80) 56(84) bytes of data. ping www.xymon.com ping: unknown host www.xymon.com A lot of "stuff" in google points to www.xymon.com
▸
On 11/08/2011 02:45 AM, Henrik Størner wrote:Hi, if any of you are connected via IPv6, then www.xymon.com and the mailing list server is now available directly through IPv6, at this easy-to-remember address: 2001:16d8:dda8:0:21c:c0ff:fec0:1875 You don't have to worry about that since DNS has also been updated, so it should all happen automatically. This also means I now have the ability to actually test some IPv6 code, so there is a much better chance of Xymon getting IPv6 support now. Regards, Henrik
list Daniel McDonald
▸
On 11/8/11 7:35 AM, "Bruce Ferrell" <user-24fbf1912cfe@xymon.invalid> wrote:
Not to be a wet blanket, but DNS is mildly hosed. ping xymon.com PING xymon.com (90.184.111.80) 56(84) bytes of data. ping www.xymon.com ping: unknown host www.xymon.com
Looks fine from here: Daniel-McDonalds-iMac:~ $ host www.xymon.com www.xymon.com has address 90.184.111.80 www.xymon.com has IPv6 address 2001:16d8:dda8::21c:c0ff:fec0:1875 Daniel-McDonalds-iMac:~ $ host xymon.com xymon.com has address 90.184.111.80 xymon.com mail is handled by 10 mx.xymon.com.
A lot of "stuff" in google points to www.xymon.com
-- Daniel J McDonald, CCIE # 2495, CISSP # 78281
list Paul Root
That's a strange response. 1$ host www.xymon.com www.xymon.com has address 90.184.111.80 www.xymon.com has IPv6 address 2001:16d8:dda8:0:21c:c0ff:fec0:1875 2$ ping www.xymon.com PING www.xymon.com (90.184.111.80): 56 data bytes ^C --- www.xymon.com ping statistics --- 105 packets transmitted, 0 packets received, 100.0% packet loss 3$ ping 90.184.111.80 PING 90.184.111.80 (90.184.111.80): 56 data bytes ^C --- 90.184.111.80 ping statistics --- 23 packets transmitted, 0 packets received, 100.0% packet loss Clearly, with the header showing the proper IP address, dns is working. However, www.xymon.com doesn't respond to ping. That's probably by design. What OS are you using that gives a bad response in ping? Paul Root - Engineer III Managed Services Systems - CenturyLink
-----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Bruce Ferrell Sent: Tuesday, November 08, 2011 7:36 AM To: xymon at xymon.com Subject: Re: [Xymon] www.xymon.com now available via IPv6
▸
Not to be a wet blanket, but DNS is mildly hosed. ping xymon.com PING xymon.com (90.184.111.80) 56(84) bytes of data. ping www.xymon.com ping: unknown host www.xymon.com A lot of "stuff" in google points to www.xymon.com On 11/08/2011 02:45 AM, Henrik Størner wrote:Hi, if any of you are connected via IPv6, then www.xymon.com and the mailing list server is now available directly through IPv6, at this easy-to-remember address: 2001:16d8:dda8:0:21c:c0ff:fec0:1875 You don't have to worry about that since DNS has also been updated, so it should all happen automatically. This also means I now have the ability to actually test some IPv6 code, so there is a much better chance of Xymon getting IPv6 support now. Regards, Henrik
This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.
list Henrik Størner
Hi Bruce, On 08-11-2011 14:35, Bruce Ferrell wrote:
Not to be a wet blanket,
Not at all, I'd rather know about these problems.
▸
but DNS is mildly hosed. ping xymon.com PING xymon.com (90.184.111.80) 56(84) bytes of data.
that's my firewall dropping your ping. DNS is ok here...
ping www.xymon.com ping: unknown host www.xymon.com
but not here. I think I've got it fixed now, but it may take 12 hours for the change to propagate out (DNS caching and all). It's weird. I had * an A record for xymon.com = 90.184.111.80 * an AAAA record for xymon.com = 2001:16d8:dda8:0:21c:c0ff:fec0:1875 * a CNAME for *.xymon.com = xymon.com and that apparently breaks. Even weirder, if I do a "dig www.xymon.com" I get an error (so that matches your experience). But if I do a "dig +trace www.xymon.com" it finds the IPv4 address just fine. I think the wildcard CNAME is the culprit, but I am not quite sure why. Regards, Henrik
list Josh Luthman
C:\Users\jluthman>host www.xymon.com www.xymon.com has address 90.184.111.80 www.xymon.com has IPv6 address 2001:16d8:dda8:0:21c:c0ff:fec0:1875 Using 208.67.222.222 C:\Users\jluthman>dig -t AAAA www.xymon.com @4.2.2.2 +short 2001:16d8:dda8:0:21c:c0ff:fec0:1875 I can't reproduce your guys' problem here. Josh Luthman Office: XXX-XXX-XXXX Direct: XXX-XXX-XXXX XXXX Wayne St Suite XXXX Troy, OH XXXXX
▸
On Tue, Nov 8, 2011 at 10:00 AM, Henrik Størner <user-ce4a2c883f75@xymon.invalid> wrote:Hi Bruce, On 08-11-2011 14:35, Bruce Ferrell wrote:Not to be a wet blanket,Not at all, I'd rather know about these problems.but DNS is mildly hosed. ping xymon.com PING xymon.com (90.184.111.80) 56(84) bytes of data.that's my firewall dropping your ping. DNS is ok here...ping www.xymon.com ping: unknown host www.xymon.combut not here. I think I've got it fixed now, but it may take 12 hours for the change to propagate out (DNS caching and all). It's weird. I had * an A record for xymon.com = 90.184.111.80 * an AAAA record for xymon.com = 2001:16d8:dda8:0:21c:c0ff:fec0:1875 * a CNAME for *.xymon.com = xymon.com and that apparently breaks. Even weirder, if I do a "dig www.xymon.com" I get an error (so that matches your experience). But if I do a "dig +trace www.xymon.com" it finds the IPv4 address just fine. I think the wildcard CNAME is the culprit, but I am not quite sure why. Regards, Henrik
list Bruce Ferrell
It works now. Good job!
▸
On 11/08/2011 07:00 AM, Henrik Størner wrote:Hi Bruce, On 08-11-2011 14:35, Bruce Ferrell wrote:Not to be a wet blanket,Not at all, I'd rather know about these problems.but DNS is mildly hosed. ping xymon.com PING xymon.com (90.184.111.80) 56(84) bytes of data.that's my firewall dropping your ping. DNS is ok here...ping www.xymon.com ping: unknown host www.xymon.combut not here. I think I've got it fixed now, but it may take 12 hours for the change to propagate out (DNS caching and all). It's weird. I had * an A record for xymon.com = 90.184.111.80 * an AAAA record for xymon.com = 2001:16d8:dda8:0:21c:c0ff:fec0:1875 * a CNAME for *.xymon.com = xymon.com and that apparently breaks. Even weirder, if I do a "dig www.xymon.com" I get an error (so that matches your experience). But if I do a "dig +trace www.xymon.com" it finds the IPv4 address just fine. I think the wildcard CNAME is the culprit, but I am not quite sure why. Regards, Henrik