learn Archives - IPv6.net https://ipv6.net/tag/learn/ The IPv6 and IoT Resources Fri, 05 Jul 2024 12:07:45 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.1 Mastering Curl with IPv6 Addresses: 10 Beginner-Friendly Examples for Linux Users https://ipv6.net/blog/mastering-curl-with-ipv6-addresses-10-beginner-friendly-examples-for-linux-users/ https://ipv6.net/blog/mastering-curl-with-ipv6-addresses-10-beginner-friendly-examples-for-linux-users/#respond Tue, 02 Jul 2024 13:56:29 +0000 https://ipv6.net/?p=2625698 Curl, a versatile command-line tool for transferring data with URLs, can be a powerful ally when working with IPv6 addresses. In this blog post, we will explore 10 practical examples of using Curl with IPv6 addresses on a Linux command line shell. These examples are tailored for beginners, providing clear instructions to help you harness […]

The post Mastering Curl with IPv6 Addresses: 10 Beginner-Friendly Examples for Linux Users appeared first on IPv6.net.

]]>
Curl, a versatile command-line tool for transferring data with URLs, can be a powerful ally when working with IPv6 addresses. In this blog post, we will explore 10 practical examples of using Curl with IPv6 addresses on a Linux command line shell. These examples are tailored for beginners, providing clear instructions to help you harness the full potential of Curl in an IPv6 environment.

Replace the example address (2001:dead:beef:1::1) with the IPv6 address of your target host.

  1. Retrieve the content of a webpage using an IPv6 address:
curl -6 http://[2001:dead:beef:1::1]
  1. Download a file from an IPv6-enabled server:
curl -6 -O http://[2001:dead:beef:1::1]/file.txt
  1. Display HTTP headers from an IPv6 address:
curl -6 -I http://[2001:dead:beef:1::1]
  1. Follow redirects when accessing an IPv6 address:
curl -6 -L http://[2001:dead:beef:1::1]
  1. Save the output to a file from an IPv6 address:
curl -6 -o output.txt http://[2001:dead:beef:1::1]
  1. Limit the download speed when fetching data from an IPv6 address:
curl -6 --limit-rate 1M http://[2001:dead:beef:1::1]
  1. Set a custom user agent when accessing an IPv6 address:
curl -6 -A "Mozilla/5.0" http://[2001:dead:beef:1::1]
  1. Ignore SSL certificate verification for an IPv6 address:
curl -6 -k https://[2001:dead:beef:1::1]
  1. Perform a POST request to an IPv6 address with data:
curl -6 -X POST -d "key1=value1&key2=value2" http://[2001:dead:beef:1::1]
  1. Display verbose output for troubleshooting when using an IPv6 address with a host header:
curl -6 -v -H "Host: example.com" http://[2001:dead:beef:1::1]

By experimenting with these 10 examples on your Linux command line shell, you can gain hands-on experience in leveraging Curl with IPv6 addresses. Whether you are fetching web content, downloading files, or troubleshooting network connections, Curl offers a wide range of functionalities to streamline your data transfer tasks in an IPv6 environment. Embrace the power of Curl and IPv6 to enhance your command-line skills and elevate your networking capabilities.

The post Mastering Curl with IPv6 Addresses: 10 Beginner-Friendly Examples for Linux Users appeared first on IPv6.net.

]]>
https://ipv6.net/blog/mastering-curl-with-ipv6-addresses-10-beginner-friendly-examples-for-linux-users/feed/ 0
IoT – Breaking Bad https://ipv6.net/presentations/iot-breaking-bad/ https://ipv6.net/presentations/iot-breaking-bad/#respond Sat, 13 Jul 2019 20:09:56 +0000 https://ipv6.net/?p=1411051 By Mr Cecil Su, Director, Technology Risk Advisory, BDO for the NUS-ISS SkillsFuture Series Seminar: Cybersecurity in Smart Nation (26 June 2019)

The post IoT – Breaking Bad appeared first on IPv6.net.

]]>

The post IoT – Breaking Bad appeared first on IPv6.net.

]]>
https://ipv6.net/presentations/iot-breaking-bad/feed/ 0
Architecting Azure (I)IoT Solutions @ IoT Saturday 2019 https://ipv6.net/presentations/architecting-azure-iiot-solutions-iot-saturday-2019/ https://ipv6.net/presentations/architecting-azure-iiot-solutions-iot-saturday-2019/#respond Sat, 13 Jul 2019 20:07:40 +0000 https://ipv6.net/?p=1411049 Disoriented about all the Azure services in the IoT and Industrial IoT that you can use for building a modern Architecture on the Cloud and on the Edge? Well, this session aims to describe a reference architecture like Lambda and to map it to Azure services like Event Hubs, IoT Hubs just to mention a few. It also presents different approaches on how to handle communication from a more commercial devices to discrete manufacturing ones, with different standards like OPC UA. All those bricks will also help you to use already-build solutions like our Accelerators and IoT Central.

The post Architecting Azure (I)IoT Solutions @ IoT Saturday 2019 appeared first on IPv6.net.

]]>

The post Architecting Azure (I)IoT Solutions @ IoT Saturday 2019 appeared first on IPv6.net.

]]>
https://ipv6.net/presentations/architecting-azure-iiot-solutions-iot-saturday-2019/feed/ 0
Book review – IPv6 Fundamentals: A Straightforward Approach to Understanding IPv6 https://ipv6.net/blog/book-review-ipv6-fundamentals-a-straightforward-approach-to-understanding-ipv6/ https://ipv6.net/blog/book-review-ipv6-fundamentals-a-straightforward-approach-to-understanding-ipv6/#respond Mon, 16 Mar 2015 14:14:38 +0000 https://ipv6.net/?p=12866 There are many IPv6 books around nowadays with many different approaches to the subject. IPv6 Fundamentals: A Straightforward Approach to Understanding IPv6 by Rick Graziani is an excellent book that will help you fully understand the fundamentals of IPv6. It has a great balance of theory and practical information and is a good starting point […]

The post Book review – IPv6 Fundamentals: A Straightforward Approach to Understanding IPv6 appeared first on IPv6.net.

]]>
There are many IPv6 books around nowadays with many different approaches to the subject. IPv6 Fundamentals: A Straightforward Approach to Understanding IPv6 by Rick Graziani is an excellent book that will help you fully understand the fundamentals of IPv6. It has a great balance of theory and practical information and is a good starting point for learning about IPv6. Other IPv6 books can be found on our books and e-books pages. We have included a number of Amazon reader reviews below:

Graziani provides straightforward understanding.
By M.B. Reynolds on June 5, 2013

The title of the book is an accurate depiction of the contents of this work. The material is presented in a straightforward, methodical manner. The material is presented with understanding and teaching in mind utilizing repetition, sample code, examples, and review. The book is primarily a walk through the various Internet Engineering Task Force (IETF) Requests for Comments (RFC) that comprises the aspects, features, and options of IPv6. Most of these RFC walkthroughs are accompanied with Cisco IOS example code for setting up a router to implement the RFC.

After some of these examples, output from a packet sniffer demonstrates the changes to the packet headers. The book finishes with mechanisms for implementing mixed IPv4 and IPv6 environments and approaches to transitioning from IPv4 to IPv6. Additional references and notes point the reader to more details or topics not covered by the book. Overall I certainly recommend this book as a starting point into IPv6 if the reader has some IPv4 and routing experience. I believe for the novice an additional more general book on networking should be digested first.
The book covers the Internet history and the motivation of IPv6. The IPv6 headers and Extension headers are presented in (again) a straightforward explanation with plenty of diagrams and tables. This explanation includes the specific differences between IPv4 and IPv6 headers. A nice overview of IPSec headers includes authentication, transport, and tunneling modes. Chapter four outlines the multitude of unicast, multicast, and anycast address types. The Neighborhood Discovery Protocol is a new feature of Internet Control Message Protocol version 6 (ICMPv6). Graziani shows ICMPv6 with its enhancements is an important change in how IP hosts identify themselves and others hosts and routers on the network.
The middle of the book discusses IPv6 configuration and routing. Initially, a router is configured from scratch with the various address types. The same example configuration and network is nicely used through the middle of the book. This method is useful for continuity and context. Building on this initial configuration static routes and routing tables are built. The old and new RIPng, EIGRP, and OSPF are compared and contrasted in Chapter 8. The middle ends with Dynamic Host Configuration Protocol version 6 (DHCPv6). The new features such as stateless & stateful DHCP and relay agents are covered. Some interesting differences in Domain Name Service (DNS), TCP, and UDP are explained.
The book ends with mixed IPv4 and IPv6 environments. Graziani shows dual stack allows for parallel IPv4 and IPv6 networks. He covers tunneling methods such as 6to4 and ISATAP that allow for IPv6 packets to be encapsulated in IPv4 packets and routed through an IPv4 network. He shows this allows for a smooth transition from IPv4. Finally Network Address Translation IPv6 to IPv4 (NAT64) is walked through. He shows this allows and IPv4 address to be mapped to a IPv6 address and vice versa to allow coexisting IPv4 and IPv6 networks to communicate.
 
One of the most substantial changes from IPv4 to IPv6 is the addresses and their types. After introducing hexadecimal and the address format short hands, Graziani explains well the structure of the new 128-bit address: prefix, subnet, and interface id.
After trying others – THIS is THE BOOK!
By John Scott on March 22, 2013
The review written by Cosmic Traveler says it well. I purchased 2 other books before this one and they both ended up on the bottom shelf of my bookshelf. I ordered this one and I couldn’t put it down. If the mere thought of a 128-bit address represented in hexadecimal format makes your hair stand up, you need to order this book and then go have a glass of wine – or a cold beer.
IPv6
By Matthew Petersen on February 14, 2014
To support future business continuity, growth, and innovation, organizations must transition to IPv6, the next generation protocol for defining how computers communicate over networks. IPv6 Fundamentals provides a thorough yet easy-to-understand introduction to the new knowledge and skills network professionals and students need to deploy and manage IPv6 networks.
Excellent book, highly recommended!
By MSG causes migraines on October 15, 2013
Even though I have been a CCIE since the 1990s and have dealt with IPv6 successfully on the re-certification exams, this book added a lot of needed clarity on the context and usage of IPv6 so the concepts are more readily absorbed and made intuitive. For those network engineers not yet exposed to IPv6 due to their individual customer/employer situations, it is a near-term reality everyone is going to have to deal with as the IPv4 private addressing RFC 1918 (and the updated IPv4 content in RFC 6761) cannot eliminate the reality that IPv4 is nearing address depletion.
[amazon template=add to cart&asin=1587143135]
UNDERSTANDING IPV6!!!
By COSMIC TRAVELER on November 17, 2012
Are you a network engineer; network designer; network technician; part of the technical staff; and, networking student, including those of the Cisco Networking Academy; who are seeking a solid understanding of the fundamentals of IPv6? If you are, then this book is for you! Author Rick Graziani, has done an outstanding job of writing a book that focuses on the basics of IPv6.
Author Graziani, begins by discussing how the Internet of today requires a new network layer protocol, Ipv6, to meet the demands of its users. Then, the author examines the Ipv6 protocol and its fields. Next, he introduces IPv6 addressing and address types. The author continues by examining the different types of IPv6 addresses in detail. Then, he examines ICMPv6. The author then illustrates the configuration of IPv6, addressing the use of a common topology. Next, he examines the IPv6 routing table and changes in the configurations pertaining to IPv6. The author continues by discussing three routing protocols: RIPng, EIGRP for IPv6 and OSPFv3. Then, he examines DHCP for IPv6 or DHCPv6. The author then covers two of three strategies for IPv4 and IPv6 integration and coexistence: dual-stack and tunneling. Finally, he discusses the third technique for transition from IPv4 and IPv6: Network Address Translation or NAT.
This most excellent book provides a thorough yet easy-to-understand introduction to IPv6. More importantly, this great book is also intended to provide a foundation in IPv6 that will allow you to build on it.
Great book to begin IPv6 study
By Cord Scott on March 22, 2013
Really like this book. Information is accurate and concise and concentrates on the protocol and not just how to configure Cisco gear for IPv6, which is what too many people look for. Not a whole lot on migration but Cisco Press has another book that deals with that.
Everyone should start IPv6 with this book
By Andras Dosztal on May 13, 2013
Detailed but still easy to understand, having a good balance of theory and practical knowledge. Up to date, covers all topics needed for someone who’s getting familiar with IPv6. Having prior IPv4 and routing knowledge is recommended.

The post Book review – IPv6 Fundamentals: A Straightforward Approach to Understanding IPv6 appeared first on IPv6.net.

]]>
https://ipv6.net/blog/book-review-ipv6-fundamentals-a-straightforward-approach-to-understanding-ipv6/feed/ 0
OSPF IPV6 (Darija) https://ipv6.net/videos/ospf-ipv6-darija/ https://ipv6.net/videos/ospf-ipv6-darija/#respond Sun, 15 Feb 2015 22:03:09 +0000 https://ipv6.net/?p=1593 The post OSPF IPV6 (Darija) appeared first on IPv6.net.

]]>

The post OSPF IPV6 (Darija) appeared first on IPv6.net.

]]>
https://ipv6.net/videos/ospf-ipv6-darija/feed/ 0
8.2.5.5 Lab – Configuring IPv6 Addresses on Network Devices https://ipv6.net/videos/8-2-5-5-lab-configuring-ipv6-addresses-on-network-devices/ https://ipv6.net/videos/8-2-5-5-lab-configuring-ipv6-addresses-on-network-devices/#respond Sat, 14 Feb 2015 12:03:29 +0000 https://ipv6.net/?p=1596 The post 8.2.5.5 Lab – Configuring IPv6 Addresses on Network Devices appeared first on IPv6.net.

]]>

The post 8.2.5.5 Lab – Configuring IPv6 Addresses on Network Devices appeared first on IPv6.net.

]]>
https://ipv6.net/videos/8-2-5-5-lab-configuring-ipv6-addresses-on-network-devices/feed/ 0
HELP! I need to understand IPv6! https://ipv6.net/videos/help-i-need-to-understand-ipv6/ https://ipv6.net/videos/help-i-need-to-understand-ipv6/#respond Tue, 10 Feb 2015 11:47:57 +0000 https://ipv6.net/?p=1595 The post HELP! I need to understand IPv6! appeared first on IPv6.net.

]]>

The post HELP! I need to understand IPv6! appeared first on IPv6.net.

]]>
https://ipv6.net/videos/help-i-need-to-understand-ipv6/feed/ 0
IPv4/IPv6 fragmentation, TTL concepts & verification CCNP 300-101 (V-72) https://ipv6.net/videos/ipv4ipv6-fragmentation-ttl-concepts-verification-ccnp-300-101-v-72/ https://ipv6.net/videos/ipv4ipv6-fragmentation-ttl-concepts-verification-ccnp-300-101-v-72/#respond Mon, 02 Feb 2015 17:50:07 +0000 https://ipv6.net/?p=1594 The post IPv4/IPv6 fragmentation, TTL concepts & verification CCNP 300-101 (V-72) appeared first on IPv6.net.

]]>

The post IPv4/IPv6 fragmentation, TTL concepts & verification CCNP 300-101 (V-72) appeared first on IPv6.net.

]]>
https://ipv6.net/videos/ipv4ipv6-fragmentation-ttl-concepts-verification-ccnp-300-101-v-72/feed/ 0
IPv6 brewed coffee demo from Nordic Semiconductor https://ipv6.net/videos/ipv6-brewed-coffee-demo-from-nordic-semiconductor/ https://ipv6.net/videos/ipv6-brewed-coffee-demo-from-nordic-semiconductor/#respond Fri, 16 Jan 2015 21:59:41 +0000 https://ipv6.net/?p=1589 The post IPv6 brewed coffee demo from Nordic Semiconductor appeared first on IPv6.net.

]]>

The post IPv6 brewed coffee demo from Nordic Semiconductor appeared first on IPv6.net.

]]>
https://ipv6.net/videos/ipv6-brewed-coffee-demo-from-nordic-semiconductor/feed/ 0
IPv6 subnetting https://ipv6.net/videos/ipv6-subnetting/ https://ipv6.net/videos/ipv6-subnetting/#respond Tue, 07 Oct 2014 11:03:38 +0000 https://ipv6.net/?p=1592 The post IPv6 subnetting appeared first on IPv6.net.

]]>

The post IPv6 subnetting appeared first on IPv6.net.

]]>
https://ipv6.net/videos/ipv6-subnetting/feed/ 0