On 2009-04-26 16:34:37 +1000, "Gisle Vanem" said:   
      
   > "Aaron Spiteri" wrote:   
   >   
   >> If I type the following command:   
   >>   
   >> dig AAAA azzmosphere.azzmos.com.au   
   >>   
   >> I get back a valid IPv6 address   
   >   
   > I don't. This is what I get:   
   >   
   > ; <<>> DiG 9.2.3 <<>> AAAA azzmosphere.azzmos.com.au   
   > ;; global options: printcmd   
   > ;; Got answer:   
   > ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 41   
   > ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0   
   >   
   > ;; QUESTION SECTION:   
   > ;azzmosphere.azzmos.com.au. IN AAAA   
   >   
   >   
   > Notice the 'NXDOMAIN'; it simply means the name doesn't exists.   
   >   
   > --gv   
      
   Sorry I should have makde myself clearer. azzmosphere.azzmos.com.au is   
   not a real domain it is something that I have set up on my personal   
   network to test IPv6 code that I have been studying. It will not work   
   on the greater internet. This is the result that I get:   
      
   <<>> DiG 9.3.5-P2 <<>> AAAA azzmosphere.azzmos.com.au   
   ; global options: printcmd   
   ; Got answer:   
   ; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11348   
   ; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0   
      
   ; QUESTION SECTION:   
   azzmosphere.azzmos.com.au. IN AAAA   
      
   ; ANSWER SECTION:   
   azzmosphere.azzmos.com.au. 0 IN AAAA fe80::216:cbff:feb3:87cf   
      
   ; Query time: 2 msec   
   ; SERVER: 192.168.1.1#53(192.168.1.1)   
   ; WHEN: Sun Apr 26 20:42:40 2009   
   ; MSG SIZE rcvd: 71   
      
      
   The problem is that if I do the following:   
      
   ing6 fe80::216:cbff:feb3:87cf   
   PING6(56=40+8+8 bytes) fe80::216:cbff:feb3:87cf%en1 -->   
   fe80::216:cbff:feb3:87cf   
   16 bytes from fe80::216:cbff:feb3:87cf%en1, icmp_seq=0 hlim=64 time=2.656 ms   
   16 bytes from fe80::216:cbff:feb3:87cf%en1, icmp_seq=1 hlim=64 time=0.953 ms   
   16 bytes from fe80::216:cbff:feb3:87cf%en1, icmp_seq=2 hlim=64 time=0.892 ms   
   16 bytes from fe80::216:cbff:feb3:87cf%en1, icmp_seq=3 hlim=64 time=0.894 ms   
   ^C   
   --- fe80::216:cbff:feb3:87cf ping6 statistics ---   
   4 packets transmitted, 4 packets received, 0% packet loss   
   round-trip min/avg/max = 0.892/1.349/2.656 ms   
      
   I don't have a problem. but if I do this:   
      
   $ ping6 azzmosphere.azzmos.com.au   
   ping6: No address associated with nodename   
   $ echo $?   
   1   
      
      
   --   
   ....   
   "When asked what he would like on his tomb stone he said more bass"   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|