- published: 17 Aug 2011
- views: 32480
14:59
IPv6-01 Making sense out of an IPv6 Address
In this video, Keith Barker walks you through the basics of an IPv6 (IP version 6) addres...
published: 17 Aug 2011
IPv6-01 Making sense out of an IPv6 Address
In this video, Keith Barker walks you through the basics of an IPv6 (IP version 6) address, right here, right now, including how to convert between binary and hex, and implement an IPv6 address on a Cisco router.
- published: 17 Aug 2011
- views: 32480
45:13
Hangouts in HD - CCNP IPv6 Part 2
CCNP IPv6 Hangout session 2 - IPv6 routing protocols including RIPng and OSPFv3
For class...
published: 12 Mar 2013
Hangouts in HD - CCNP IPv6 Part 2
CCNP IPv6 Hangout session 2 - IPv6 routing protocols including RIPng and OSPFv3
For class notes - http://www.routergods.com/class-notes/
Humphrey Cheung
www.routergods.com
- published: 12 Mar 2013
- views: 19
6:03
What is IPv6? (www.explania.com)
Embed the original HD video on your website or blog for free via http://www.explania.com/e...
published: 04 Jun 2009
What is IPv6? (www.explania.com)
Embed the original HD video on your website or blog for free via http://www.explania.com/en/animations/detail/what-is-ipv6 or watch even more animations on http://www.explania.com
In this short introduction to IP version 6, you will learn why this IP protocol is needed and what the advantages are. The movie also explains the limitations of IPv4.
- published: 04 Jun 2009
- views: 76894
11:05
MCTS 70-680: Internet Protocol Version 6 (IPv6)
The IPv6 protocol is the successor to IPv4 and will one day replace it as the default prot...
published: 20 Oct 2011
MCTS 70-680: Internet Protocol Version 6 (IPv6)
The IPv6 protocol is the successor to IPv4 and will one day replace it as the default protocol used on the internet. This video looks at advantages of IPv6 and the different types of addresses that IPv6 uses.
Advantages of IPv6
IPSec is now integrated into the protocol
Better improvement for Multi-casting
Better geographic lay out which reduces routing complexity
Much larger address space
IPv6 Address
The basic IPv6 address uses 128bits compared with 32bit for IPv4. This gives approx. 2 to power 95 addresses for each person on the planet.
Example of IPv6 addresses are
2001:4860:B002:0000:0000:0000:0000:0068
FE80:0000:0000:B1AC:F5CD:00BB:0000:674A
In order to make IPv6 addresses easier to read, you can remove leading zeros in each block, for example
0000 can become 0
00AB can become AB
In some cases you may have a lot of zeros in a row. When this occurs they can be reduced to ::
This operation can only be perform one for example FE80:0000:0000:B1AC:F5CD:00BB:0000:674A can be reduced to the following
FE80::B1AC:F5CD:00BB:0000:674A
or
FE80:0000:0000:B1AC:F5CD:00BB::674A
but it can't be reduce twice to this
FE80::B1AC:F5CD:00BB::674A (Not valid)
Types of IPV6 addresses
Unicast
Is used for one to one communication. The packet is sent from the sender to the receiver.
Multicast
Is used for one to many communication. One packet is sent to many different computers or devices.
Multicast addresses always start with FF
Anycast
Is one to one of many destinations. Generally one packet will be sent to the closest device that is offering that service. Think of it like leaving an airport and getting in a taxi and asking to be taken to the closest hotel. One packet goes to the closest of many dentations.
Global Unicast
These are public IP addresses that are registered an thus any router on the internet will route traffic to you for that address. The addresses always start with 2000 or 2001.
Link Local Address
Used only for local area network only. These addresses are always present on every network adapter and start with FE80. These addresses are used for neighbour discovery.
Unique local address
These are private IP addresses that can be allocated in your company any way that you want. They are not routable on the internet but can be routed inside your company any way that you want. These addresses start with FC00 or FD00
Loop Back Address
This address is used for testing. All traffic sent to this address will be routed back to your locally adapter. This address is simply ::1
For a free IPv6 client go to http://gogonet.gogo6.com
See http://YouTube.com/ITFreeTraining or http://itfreetraining.com for are always free training videos. This is only one video from the many free courses available on YouTube.
- published: 20 Oct 2011
- views: 11260
15:23
MCSA: IPV6 Subnetting Part 1
In this video and the second, IPv6 routing and subnetting are looked at. By the end of th...
published: 22 Jul 2012
MCSA: IPV6 Subnetting Part 1
In this video and the second, IPv6 routing and subnetting are looked at. By the end of the videos you will understand how IPv6 routing works and how to use IPv6 routing and subnetting in your organization.
IPv6 Address
A single IPv6 address is 128bits in length. The address is divided into two 64bit parts. The first 64bits is the network prefix and the second is the interface identifier. In IPv4 you could apply a subnet mask to an address and thus change how many bits are used for different networks and how many bits are used for the hosts on these networks. Unlike IPv4, with an IPv6 address, the amount of bits used for networks and the amount of bits used for hosts cannot change, they are always 64bits. The advantage of this is that it makes configuring IPv6 a lot easier. You can be assured that when looking at any IPv6 address that the last 64bits are always used to identify a host on a network. The first 64bits are always used for routing and identifying networks.
Network Prefix
The network prefix in IPv6 is the value after the slash in an address. For example, 2001::23/64. IPv6 services like network discovery requires a 64bit network prefix or less. This means you should never see a network prefix greater than 64. If you are configuring a host on a network, you will always use the network prefix of 64. Different network prefixes are only used for routing. For example you may see a route like 2001::/16 on a router.
IPv6 Subnetting
A global unicast address, which is an address that is registered and thus can be routed through the public internet, has 16 bits of the address reserved for subnetting. Thus the first 48bits are used in routing on the public internet, the next 16 bits are used for subnetting inside a company.
See http://YouTube.com/ITFreeTraining or http://itfreetraining.com for our always free training videos. This is only one video from the many free courses available on YouTube.
References
http://technet.microsoft.com/en-us/library/cc757359(v=ws.10).aspx
http://technet.microsoft.com/en-us/library/bb726997.aspx#ECAA
http://publib.boulder.ibm.com/infocenter/ts3500tl/v1r0/index.jsp?topic=%2Fcom.ibm.storage.3584.do
http://andthatsjazz.org/wbglinks/pages/reads/misc/ip.html
http://en.wikipedia.org/wiki/IPv6_address
http://www.clarksys.com/blog/2009/03/12/howto-subnet-ipv6/
http://etherealmind.com/allocating-64-wasteful-ipv6-not
http://www.ipv6now.com.au/primers/IPv6PrefixPrimer.pdf
http://www.apnic.net/policy/ipv6-address-policy
http://software77.net/faq.html
http://tools.ietf.org/html/rfc3587
- published: 22 Jul 2012
- views: 10740
5:28
What is IPv6?
Confused about IPv6? This video from DrayTek help to explain what it is, how it can benefi...
published: 13 Dec 2012
What is IPv6?
Confused about IPv6? This video from DrayTek help to explain what it is, how it can benefit us in the future and the difference between IPv6 and IPv4.
For more details, visit http://www.broadbandbuyer.co.uk/Features/Article.asp?TextID=969
- published: 13 Dec 2012
- views: 952
2:18
The new, larger version of the Internet: IPv6
google.com/ipv6 -- Vint Cerf, Chief Internet Evangelist at Google, and a founding father o...
published: 04 Jun 2012
The new, larger version of the Internet: IPv6
google.com/ipv6 -- Vint Cerf, Chief Internet Evangelist at Google, and a founding father of the Internet, discusses the next version of the Internet, IPv6, and why we need it.
When the Internet launched operationally in 1983, no one ever dreamed that there might be billions of devices and users trying to get online. But like a telephone network that is running out of phone numbers, the current Internet is running out of IP addresses, and if we don't roll out Internet Protocol v6 (IPv6), we won't have the room we need to grow and the Internet would become tangled, unsafe and unsustainable.
- published: 04 Jun 2012
- views: 622707
16:57
IPv6 meets Security
IPv6 geht in die Breite - auf welche Auswirkungen müssen wir uns einstellen? Schlagworte w...
published: 29 Nov 2012
IPv6 meets Security
IPv6 geht in die Breite - auf welche Auswirkungen müssen wir uns einstellen? Schlagworte wie Ubiquitous Computing geistern durch die Medien. Das mobile Internet gehört längst zum Alltag, die Vernetzung von Gebäuden, Hausgeräten, Fahrzeugen und vielen anderen Dingen und Infrastrukturen ist nur noch eine Frage der Zeit. Dadurch kann vieles praktischer werden - aber was ist eigentlich mit der Sicherheit?
Der Vortrag macht deutlich, inwieweit der neue Internetstandard IPv6 große Herausforderungen für die IT-Sicherheitsbranche bringt. IPv6 ist weitaus komplexer als IPv4 und stellt höhere Anforderungen an die Absicherung von Netzwerken. Firewalls müssen zudem noch lange Zeit den Mischbetrieb mit IPv4 und IPv6 unterstützen.
Schließlich wird auf die Vorteile von klassischen Application Level Gateways eingegangen, die wegen ihrer Art der Datenverarbeitung eine zuverlässige Kontrolle von IPv6-Traffic sicherstellen.
Ein Vortrag während der IT-Security-Messe it-sa 2012 von Dr. Magnus Harlander, Geschäftsführer der genua mbh.
Weitere Informationen: http://www.genua.de
Vortrag aufgezeichnet von Techcast GmbH
- published: 29 Nov 2012
- views: 159
92:36
An Introduction to IPv6 by James P. Early, Ph.D.
Presentation given by James P. Early, Ph.D. (SUNY Oswego) to Project Advance, May 2009 on ...
published: 19 Nov 2009
An Introduction to IPv6 by James P. Early, Ph.D.
Presentation given by James P. Early, Ph.D. (SUNY Oswego) to Project Advance, May 2009 on IPv6.
- published: 19 Nov 2009
- views: 25179
23:05
IPv6 in the Enterprise, an Outsider's View by Mikael Lind at gogoNET LIVE! 3 IPv6 Conference
gogo6 IPv6 Video Series. Event, presentation and speaker details below:
EVENT
gogoNET LI...
published: 07 Mar 2013
IPv6 in the Enterprise, an Outsider's View by Mikael Lind at gogoNET LIVE! 3 IPv6 Conference
gogo6 IPv6 Video Series. Event, presentation and speaker details below:
EVENT
gogoNET LIVE! 3: Enterprise wide Migration. http://gogonetlive.com
November 12 -- 14, 2012 at San Jose State University, California
Agenda: http://gogonetlive.com/4105/gogonetlive3-agenda.asp
PRESENTATION
IPv6 in the Enterprise, an Outsider's View
Abstract: http://www.gogo6.com/profiles/blogs/my-presentation-at-gogonet-live-3-ipv6-in-the-enterprise-and
Slides: http://gogonetlive.com/pdf/3/mikael_lind.pdf
SPEAKER
Mikael Lind - CTO, gogo6
Bio/Profile: http://www.gogo6.com/profile/MikaelLind
Corresponding interview: http://www.gogo6.com/video/interview-with-mikael-lind-at-gogonet-live-3-ipv6-conference
MORE
Learn more about IPv6 on the gogoNET social network
http://www.gogo6.com
Get free IPv6 connectivity with Freenet6
http://www.gogo6.com/Freenet6
Subscribe to the gogo6 IPv6 Channel on YouTube
http://www.youtube.com/subscription_center?add_user=gogo6videos
Follow gogo6 on Twitter
http://twitter.com/gogo6inc
Like gogo6 on Facebook
http://www.facebook.com/pages/IPv6-products-community-and-services-gogo6/161626696777
- published: 07 Mar 2013
- views: 10
66:40
Episode 94: TechWiseTV: The IPv6 Implementation Action Plan
Attend a workshop to learn more. Click here: http://bit.ly/Me3RCv.
Subscribe to Cisco's Yo...
published: 08 Sep 2011
Episode 94: TechWiseTV: The IPv6 Implementation Action Plan
Attend a workshop to learn more. Click here: http://bit.ly/Me3RCv.
Subscribe to Cisco's YouTube channel. Click here: http://cs.co/Subscribe.
If you're considering a migration to IPv6, you won't want to miss this episode. Join Cisco experts as they walk through the keys to successful implementation, including the security implications of IPv6 integration, real-world experiences with IPv6 and a detailed assessment of the realities of NAT64 translation. Attend a workshop to learn more: http://bit.ly/KE0Atc.
- published: 08 Sep 2011
- views: 13333
28:35
Challenges of Deploying IPv6 in the live Enterprise by Tina Tsou at gogoNET LIVE! 3 IPv6 Conference
gogo6 IPv6 Video Series. Event, presentation and speaker details below:
EVENT
gogoNET LI...
published: 07 Mar 2013
Challenges of Deploying IPv6 in the live Enterprise by Tina Tsou at gogoNET LIVE! 3 IPv6 Conference
gogo6 IPv6 Video Series. Event, presentation and speaker details below:
EVENT
gogoNET LIVE! 3: Enterprise wide Migration. http://gogonetlive.com
November 12 -- 14, 2012 at San Jose State University, California
Agenda: http://gogonetlive.com/4105/gogonetlive3-agenda.asp
PRESENTATION
Overcoming Challenges of Deploying IPv6 in the live Enterprise Work Environment
Abstract: http://www.gogo6.com/profiles/blogs/my-panel-discussion-at-gogonet-live-3
Slides: http://gogonetlive.com/pdf/3/tina_tsou.pdf
SPEAKER
Tina Tsou - Head of IPv6 Research, Huawei
Bio/Profile: http://www.gogo6.com/profile/TinaTSOU
Corresponding interview: http://www.gogo6.com/video/interview-with-tina-tsou-at-gogonet-live-3-ipv6-conference
MORE
Learn more about IPv6 on the gogoNET social network
http://www.gogo6.com
Get free IPv6 connectivity with Freenet6
http://www.gogo6.com/Freenet6
Subscribe to the gogo6 IPv6 Channel on YouTube
http://www.youtube.com/subscription_center?add_user=gogo6videos
Follow gogo6 on Twitter
http://twitter.com/gogo6inc
Like gogo6 on Facebook
http://www.facebook.com/pages/IPv6-products-community-and-services-gogo6/161626696777
- published: 07 Mar 2013
- views: 27
114:02
Conférence IPV6 et Sécurtié à l'ESGI par Stéphane BORTZMEYER
Une Production ESGI TV
IPv6 est l'aboutissement des travaux menés au sein de l'IETF au co...
published: 26 Feb 2013
Conférence IPV6 et Sécurtié à l'ESGI par Stéphane BORTZMEYER
Une Production ESGI TV
IPv6 est l'aboutissement des travaux menés au sein de l'IETF au cours des années 1990 pour succéder à IPv4 et ses spécifications ont été finalisées dans la RFC 2460 en décembre 1998. Grâce à des adresses de 128 bits au lieu de 32 bits, IPv6 dispose d'un espace d'adressage bien plus important qu'IPv4. Cette quantité d'adresses considérable permet une plus grande flexibilité dans l'attribution des adresses et une meilleure agrégation des routes dans la table de routage d'Internet. Les mécanismes de sécurité comme IPsec font partie des spécifications de base du protocole : mais IPv6 est-il plus sûr qu'IPv4 ?
Stéphane BORTZMEYER est architecte systèmes et réseaux à l'AFNIC, l'Association française pour le nommage Internet en coopération, chargée de gérer les noms de domaine de premier niveau au niveau de la France
- published: 26 Feb 2013
- views: 337
Vimeo results:
5:00
Earth
Time lapse sequences of photographs taken by the crew of expeditions
28 & 29 onboard the ...
published: 12 Nov 2011
author: Michael König
Earth
Time lapse sequences of photographs taken by the crew of expeditions
28 & 29 onboard the International Space Station from August to October,
2011, who to my knowledge shot these pictures at an altitude of around 350 km.
All credit goes to them.
HD, refurbished, smoothed, retimed, denoised, deflickered, cut, etc.
All in all I tried to keep the looks of the material as original as possible,
avoided adjusting the colors and the like, since in my opinion the original
footage itself already has an almost surreal and aestethical visual nature.
Music: Jan Jelinek | Do Dekor, faitiche back2001
w+p by Jan Jelinek, published by scape Publishing / Universal
http://www.janjelinek.com | http://www.faitiche.de
Image Courtesy of the Image Science & Analysis Laboratory,
NASA Johnson Space Center, The Gateway to Astronaut Photography of Earth
http://eol.jsc.nasa.gov
Editing: Michael König | http://www.koenigm.com
Shooting locations in order of appearance:
1. Aurora Borealis Pass over the United States at Night
2. Aurora Borealis and eastern United States at Night
3. Aurora Australis from Madagascar to southwest of Australia
4. Aurora Australis south of Australia
5. Northwest coast of United States to Central South America at Night
6. Aurora Australis from the Southern to the Northern Pacific Ocean
7. Halfway around the World
8. Night Pass over Central Africa and the Middle East
9. Evening Pass over the Sahara Desert and the Middle East
10. Pass over Canada and Central United States at Night
11. Pass over Southern California to Hudson Bay
12. Islands in the Philippine Sea at Night
13. Pass over Eastern Asia to Philippine Sea and Guam
14. Views of the Mideast at Night
15. Night Pass over Mediterranean Sea
16. Aurora Borealis and the United States at Night
17. Aurora Australis over Indian Ocean
18. Eastern Europe to Southeastern Asia at Night
2:25
Splitscreen: A Love Story
Shot entirely on the Nokia N8 mobile phone. Winner of the Nokia Shorts competition 2011.
...
published: 22 Jun 2011
author: James W Griffiths
Splitscreen: A Love Story
Shot entirely on the Nokia N8 mobile phone. Winner of the Nokia Shorts competition 2011.
Director: James W Griffiths
Producer: Kurban Kassam
Director of Photography: Christopher Moon
Editor: Marianne Kuopanportti
Sound Design: Mauricio d'Orey
Music composed by: Lennert Busch
Get the music on iTunes: http://tinyurl.com/6acl6yp
2:54
Experience Zero Gravity
http://www.facebook.com/InfinityList
twitter.com/InfinityList
A New Video From www.Infini...
published: 13 Sep 2011
author: InfinityList
Experience Zero Gravity
http://www.facebook.com/InfinityList
twitter.com/InfinityList
A New Video From www.InfinityList.com
The Cinematic Sports Experience
Chapter 1: Experience Human Flight (http://vimeo.com/22428395)
Chapter 2: Experience Zero Gravity
Chapter 3: Experience Freedom (http://vimeo.com/36778012)
There are thousands of people that are exploring some of the most beautiful landscapes in the world. This chapter we will take you to Norway Switzerland and France where people are jumping cliffs as high as 6,000 feet.
Experience Zero Gravity will hopefully provide you with the feeling and the emotion that we feel when we think about the experience of Base Jumping in the most scenic locations of the world.
We hope you can see this world from our eyes.
InfinityList.com is a central platform to find the best and most cinematic sports video.
If you have any questions or further comment please contact us through our website www.infinitylist.com
Starring:
Ossie Khan, Stephen (Sparky) Baich, Fred Fugen, Vince Refett, Jade Edaj, Pepe Cam, Simon Wandeler, Adrian Acquado, Jeremy Bourne, and Woody.
Produced by:
Betty Wants In
www.BettyWantsIn.com
facebook.com/BettyWantsIn
In Association with:
Melbourne Skydive Centre
www.MelbourneSkydiveCentre.com.au
facebook.com/MelbourneSkydiveCentre
Shot on a GoPro
Music: Alex Khaskin - "Life is Beautiful"
http://itunes.apple.com/us/album/life-is-beautiful-single/id459746023
Help support the creation of InfinityList's next video with a small tip to the Tip Jar below!
1:40
Vanishing Point
"Le Petit Prince" released on iTunes Store. http://itunes.apple.com/us/album/le-petit-prin...
published: 19 Jan 2010
author: Takuya Hosogane
Vanishing Point
"Le Petit Prince" released on iTunes Store. http://itunes.apple.com/us/album/le-petit-prince-from-
Movie
:Takuya Hosogane
http://www.hsgn.tk
Music
:cubesato
http://cubicroom.net/
http://ax.itunes.apple.com/jp/artist/cubesato/id323664538
:Meine Meinung
http://meimei-music.com
http://itunes.apple.com/jp/artist/meine-meinung/id252608676?uo=6
BMS
:sweez
http://sweez.net/works_bms.html
http://atsp.bms.ms/
Tools
:AfterEffects Cinema 4D
HighResolution Pictures(2560*2560)
http://www.flickr.com/photos/24062064@N07/sets/72157623287039234/
iTMS
:http://itunes.apple.com/us/album/le-petit-prince-from-meine/id365369727?i=365369781
src 19.98USD
:https://gumroad.com/l/uKW
Youtube results:
14:51
An Introduction to IPv6
In this video from IINS 2.0 at StormWind.com, Anthony Sequeira provides a brief introducti...
published: 29 Sep 2012
An Introduction to IPv6
In this video from IINS 2.0 at StormWind.com, Anthony Sequeira provides a brief introduction to IPv6.
- published: 29 Sep 2012
- views: 1642
2:34
CCNA And CCNP Video Exam: IP Version 6
Visit me at http://www.udemy.com/u/chrisbryant for free and almost-free Video Boot Camps f...
published: 09 Mar 2013
CCNA And CCNP Video Exam: IP Version 6
Visit me at http://www.udemy.com/u/chrisbryant for free and almost-free Video Boot Camps for the CCENT, CCNA, CCNA Security, and CCNP certifications!
(Microsoft Server 2012 joins that group very soon!)
In today's Video Practice Exam, you'll be immediately presented with a practice exam question on IP v6, and when we go over the answers, I'll also give you some great tips of working with IPv6 and on passing your exams!
Thanks for watching and for making TBA part of your success story!
Chris Bryant
CCIE #12933
"The Computer Certification Bulldog"
Website: http://www.thebryantadvantage.com
Twitter: http://www.twitter.com/ccie12933 (@ccie12933)
Facebook: http://on.fb.me/gPq52d
YouTube: http://www.youtube.com/user/ccie12933
- published: 09 Mar 2013
- views: 143
16:02
Star Wars Traceroute IPv6 for Windows
IPv6 Star Wars Traceroute demonstrated as set up by Ryan Werber. I show how to create the ...
published: 18 Feb 2013
Star Wars Traceroute IPv6 for Windows
IPv6 Star Wars Traceroute demonstrated as set up by Ryan Werber. I show how to create the tunnel, traceroute to the router, and delete the tunnel. I do all of this on Microsoft Windows 7, but it should work on Windows Vista and Windows 8 (Not sure about Windows RT). I also create firewall rule to allow ICMP (ping).
This is serious business and you should be aware that I am not responsible if you tear up your computer by following my directions. The websites that you need are...
http://www.tunnelbroker.net/
created by
http://www.he.net/
These people provide the IPv6 tunnel for free!
http://ipchicken.com
Get your public IP Address
Ryan Werber created both Star Wars Trace Routes
http://beaglenetworks.net/
Commands used...
netsh / interface / teredo
show state
exit
netsh interface teredo set state disabled
netsh interface ipv6 add v6v4tunnel IP6Tunnel xx.xx.xx.xx 216.66.22.2
netsh interface ipv6 add address IP6Tunnel 2001:470:7:770::2
netsh interface ipv6 add route ::/0 IP6Tunnel 2001:470:7:770::1
tracert -6 -h 255 obiwan.scrye.net
route print
route delete ::/0
ipconfig (note name of Connection-specific DNS Suffix)
netsh / interface / ipv6
show addresses
delete address isatap.hsd1.tn.comcast.net 2001:470:7:770::2
delete address IP6Tunnel 2001:470:7:770::2
delete interface IP6Tunnel
teredo
set state default
exit
tracert -6 -h 255 obiwan.scrye.net
ipconfig
Providing training since last Tuesday
http://www.technoblogical.com
Thanks for watching!
- published: 18 Feb 2013
- views: 575