networking-forum.com
Community BlogCommunity Wiki * Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]



Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: IPv6 capable
PostPosted: Wed Jan 26, 2011 11:23 am 
Offline
Site Admin
Site Admin
User avatar

Joined: Mon Dec 06, 2004 6:46 pm
Posts: 10312
Location: McKinney, TX
Certs: CCNA
What sites are IPv6 capable? I've been "DiG"ing for AAAA records and haven't gotten any IPv6 responses yet.

Code:
H:\>dig @4.2.2.1 AAAA www.google.com

; <<>> DiG 9.3.2 <<>> @4.2.2.1 AAAA www.google.com
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 693
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;www.google.com.                        IN      AAAA

;; ANSWER SECTION:
www.google.com.         25221   IN      CNAME   www.l.google.com.

;; AUTHORITY SECTION:
l.google.com.           493     IN      SOA     ns3.google.com. dns-admin.google
.com. 1440065 900 900 1800 60

;; Query time: 25 msec
;; SERVER: 4.2.2.1#53(4.2.2.1)
;; WHEN: Wed Jan 26 10:22:49 2011
;; MSG SIZE  rcvd: 102

_________________
Find networking-forum.com on Facebook, LinkedIn, Twitter, Google+,or subscribe to the site's RSS feeds.


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Jan 26, 2011 11:32 am 
Offline
Junior Member
Junior Member

Joined: Mon Dec 27, 2010 1:44 am
Posts: 51
Location: New Zealand
http://www.ipv6forum.com/ipv6_enabled/approval_list.php
http://www.sixxs.net/wiki/IPv6_Enabled_Websites


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Jan 26, 2011 11:34 am 
Offline
Cisco Inferno
Cisco Inferno
User avatar

Joined: Mon Jul 10, 2006 12:58 am
Posts: 10201
Location: Seattle
Huh, yeah, I get the same results... probably something I'm not understanding about DNS. If you dig for ipv6.google.com it works. :)

Here's a good list of stuff: http://www.sixxs.net/wiki/IPv6_Enabled_Websites

_________________
Reasonably un-nerdy blog:
americanwerewolfinbelgrade.wordpress.com/


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Jan 26, 2011 12:30 pm 
Offline
CCIE #38070
CCIE #38070
User avatar

Joined: Wed Jun 18, 2008 7:49 am
Posts: 12433
Location: London, UK
Certs: CCIE ,CC-NP/IP, JNCIP-SP, JNCIS-ENT, BC-/SPNE/NP
Steve wrote:
What sites are IPv6 capable? I've been "DiG"ing for AAAA records and haven't gotten any IPv6 responses yet.
[code]H:\>dig @4.2.2.1 AAAA www.google.com


dig ipv6.google.com instead

_________________
www.mellowd.co.uk/ccie/


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Jan 26, 2011 1:24 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Fri Apr 25, 2008 2:16 pm
Posts: 1363
Location: Jacksonville, FL
Certs: CCNP, CCNA:Sec, MCSE
mellowd wrote:
Steve wrote:
What sites are IPv6 capable? I've been "DiG"ing for AAAA records and haven't gotten any IPv6 responses yet.
[code]H:\>dig @4.2.2.1 AAAA http://www.google.com


dig ipv6.google.com instead


Google, Yahoo, etc have their IPv6 setup this way because of a (small) subset of users with broken/mis-configured IPv6 setups; normally you'd have an A record pointing to the IPv4 addy, and an AAAA record for the same name pointing to the IPv6 address. However, in this situation, broken clients (i.e., clients that think they have a working IPv6 setup, but really don't) would try the AAAA/IPv6 site first, getting timeouts and frustrated. See http://www.fud.no/ipv6/ for more information.

_________________
"A problem well stated is a problem half solved". (Charles Kettering)


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Jan 26, 2011 1:43 pm 
Offline
CCIE #38070
CCIE #38070
User avatar

Joined: Wed Jun 18, 2008 7:49 am
Posts: 12433
Location: London, UK
Certs: CCIE ,CC-NP/IP, JNCIP-SP, JNCIS-ENT, BC-/SPNE/NP
Yeah my answer was a bit too quick.

Going to the RIPE IPv6 training thing tomorrow, let's hope I learn a bit more

_________________
www.mellowd.co.uk/ccie/


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Jan 26, 2011 4:29 pm 
Offline
Junior Member
Junior Member

Joined: Tue Jun 29, 2010 9:21 pm
Posts: 61
Certs: CCNA
Code:
$ dig networking-forum.com aaaa

; <<>> DiG 9.6.0-APPLE-P2 <<>> networking-forum.com aaaa
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54374
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;networking-forum.com.      IN   AAAA

;; AUTHORITY SECTION:
networking-forum.com.   866   IN   SOA   ns1.spish.net. steve.spish.net. 2010091204 14400 7200 3600000 900

;; Query time: 443 msec
;; SERVER: 139.130.4.4#53(139.130.4.4)
;; WHEN: Thu Jan 27 07:28:45 2011
;; MSG SIZE  rcvd: 93


Come on Steve... ;)


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Jan 26, 2011 4:37 pm 
Offline
Site Admin
Site Admin
User avatar

Joined: Mon Dec 06, 2004 6:46 pm
Posts: 10312
Location: McKinney, TX
Certs: CCNA
My hosting provider doesn't offer IPv6 addressing yet. I should offer to help them beta test it.

_________________
Find networking-forum.com on Facebook, LinkedIn, Twitter, Google+,or subscribe to the site's RSS feeds.


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Jan 26, 2011 4:53 pm 
Offline
Cisco Inferno
Cisco Inferno
User avatar

Joined: Mon Jul 10, 2006 12:58 am
Posts: 10201
Location: Seattle
You really should, I think I suggested something about that many months ago. :)

I would gladly contribute some time!

_________________
Reasonably un-nerdy blog:
americanwerewolfinbelgrade.wordpress.com/


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Jan 26, 2011 5:57 pm 
Offline
Member
Member
User avatar

Joined: Tue May 18, 2010 5:03 am
Posts: 177
Location: Tokyo Japan
Certs: CCNP
I love facebook's address:

;; ANSWER SECTION:
www.v6.facebook.com. 2599 IN AAAA 2620:0:1cfe:face:b00c::3


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Jan 26, 2011 8:31 pm 
Offline
Ultimate Member
Ultimate Member
User avatar

Joined: Fri Mar 13, 2009 3:53 pm
Posts: 680
Location: Toronto, ON
Certs: CCNA, CCNA Security, 642-902
I'm ashamed to say that Itihs was the first time I've ever used "dig". It's cool :)


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Thu Jan 27, 2011 10:20 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Thu Apr 17, 2008 6:44 pm
Posts: 6049
Location: Perth, WA
Certs: CCNA
I'd be down with NF being IPv6 but Australian ISPs are behind what's actually needed. Not that many are there by the sounds of things.

I'll be there with bells on when my ISP goes IPv6. Hopefully I'll be involved in the transition ;)

_________________
- Pete


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Thu Jan 27, 2011 11:25 am 
Offline
CCIE #38070
CCIE #38070
User avatar

Joined: Wed Jun 18, 2008 7:49 am
Posts: 12433
Location: London, UK
Certs: CCIE ,CC-NP/IP, JNCIP-SP, JNCIS-ENT, BC-/SPNE/NP
btw, learned this morning. You have to ask google to resolve via IPv6 for yourself

More info here: http://www.google.com/intl/en/ipv6/faq.html#request

IPv6 day, June 8th I think it is, most big sites will resolve IPv6 for the entire day. This ensures users are aware that any issues getting to these places are down to them or the ISP, not the site in question.


But why is this so? I've yet to have that much IPv6 real life experience, but it's said that if a site resolves into an IPv6 and IPv4 address, the host will choose the IPv6 address first.

This means if your IPv6 stack has problems, you'll never get to google. The only way to 'test' is to specifically go to the IPv6 google site

_________________
www.mellowd.co.uk/ccie/


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Thu Feb 24, 2011 12:50 am 
Offline
Junior Member
Junior Member

Joined: Sat Jun 13, 2009 8:39 pm
Posts: 54
Location: Kansas City, Missouri
Certs: CCNA, 642-902
mellowd wrote:
This means if your IPv6 stack has problems, you'll never get to google. The only way to 'test' is to specifically go to the IPv6 google site


This isn't exactly the case, what happens depends on how the client reacts. For some it may just add a slight delay while the IPv6 connection times out but other clients don't handle it so well and may never fall back to IPv4.

You can go here to test if you have broken IPv6 connectivity or not:
http://test-ipv6.com/

Also, here's what Google's www AAAA looks like when you're white listed (for those curious):
Code:
; <<>> DiG 9.5.1-P2.1 <<>> aaaa www.google.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57107
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.google.com.                        IN      AAAA

;; ANSWER SECTION:
www.google.com.         67343   IN      CNAME   www.l.google.com.
www.l.google.com.       112     IN      AAAA    2001:4860:b007::93


Here's the site I use to browse new IPv6 sites:
Sixy.ch: directory of IPv6 enabled web sites


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Mar 02, 2011 9:58 pm 
Offline
New Member
New Member
User avatar

Joined: Tue Dec 14, 2010 10:51 am
Posts: 45
Certs: CCNA
Hey there, I know Im some n00b, so bear with me please.... whats "dig"? First time I hear about it :P


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Wed Mar 02, 2011 11:25 pm 
Offline
Junior Member
Junior Member

Joined: Sat Jun 13, 2009 8:39 pm
Posts: 54
Location: Kansas City, Missouri
Certs: CCNA, 642-902
jayropec wrote:
Hey there, I know Im some n00b, so bear with me please.... whats "dig"? First time I hear about it :P


Dig is a command line DNS lookup tool for *nix systems that is similar to nslookup but usually more useful.

From the MAN page about Dig:
A flexible tool for interrogating DNS name servers. It performs DNS lookups and displays the answers that are returned from the name server(s) that were queried. Most DNS administrators use dig to troubleshoot DNS problems because of its flexibility, ease of use and clarity of output. Other lookup tools tend to have less functionality than dig.
Dig MAN page


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Thu Mar 03, 2011 8:19 pm 
Offline
New Member
New Member
User avatar

Joined: Tue Dec 14, 2010 10:51 am
Posts: 45
Certs: CCNA
comptech wrote:
jayropec wrote:
Hey there, I know Im some n00b, so bear with me please.... whats "dig"? First time I hear about it :P


Dig is a command line DNS lookup tool for *nix systems that is similar to nslookup but usually more useful.

From the MAN page about Dig:
A flexible tool for interrogating DNS name servers. It performs DNS lookups and displays the answers that are returned from the name server(s) that were queried. Most DNS administrators use dig to troubleshoot DNS problems because of its flexibility, ease of use and clarity of output. Other lookup tools tend to have less functionality than dig.
Dig MAN page


I see, thank you very much!


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Fri Mar 04, 2011 6:50 am 
Offline
Ultimate Member
Ultimate Member
User avatar

Joined: Mon Oct 06, 2008 8:01 am
Posts: 669
Certs: CCNA,CCNP
jmillermo wrote:
I love facebook's address:

;; ANSWER SECTION:
http://www.v6.facebook.com. 2599 IN AAAA 2620:0:1cfe:face:b00c::3


That is too cool! :D


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Fri Oct 05, 2012 11:35 pm 
Offline
New Member
New Member

Joined: Fri Oct 05, 2012 11:19 pm
Posts: 1
On the subject of IPv6 capable, I am wondering about the client end of capability! Can Windows XP SP2 handle v6 IP addressing? My current DHCP server provides requested IP addresses in the IPv4 format. If it provided these in the new IPv6 format, would I have to do anything to ensure my local system will accept them?


Top
 Profile  
 
 Post subject: Re: IPv6 capable
PostPosted: Tue Oct 09, 2012 8:56 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Aug 21, 2007 2:15 pm
Posts: 8303
Location: Frederick MD
Certs: Instanity
you have to run an IPv6 stack on the box.

_________________
"If you're good at anticipating the human mind. It leaves nothing to chance."
-Jigsaw


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: Exabot [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group