| 1 | = OpenDNS and IPv6 = |
| 2 | |
| 3 | In general OpenDNS works just fine, but for some reason, they return IPv4 adresses when a hostname only has IPv6 addresses. This makes e.g. ipv6.google.com fail. |
| 4 | |
| 5 | You can test this by opening /Applications/Utilities/Terminal.app and run the command: |
| 6 | {{{ |
| 7 | host ipv6.google.com |
| 8 | }}} |
| 9 | |
| 10 | Good output is like: |
| 11 | {{{ |
| 12 | ipv6.google.com is an alias for ipv6.l.google.com. |
| 13 | ipv6.l.google.com has IPv6 address 2001:4860:a003::68 |
| 14 | }}} |
| 15 | |
| 16 | Bad output with IPv4 address is like: |
| 17 | {{{ |
| 18 | ipv6.google.com is an alias for ipv6.l.google.com. |
| 19 | ipv6.l.google.com has address 67.215.65.132 |
| 20 | ipv6.l.google.com has IPv6 address 2001:4860:a005::68 |
| 21 | }}} |