Giter Club home page Giter Club logo

awesome-ipv6's Introduction

awesome-ipv6 Awesome

A curated list of IPv6 materials and learning resources

Contents

Books

Cheatsheets

Courses

Tools

ping6

Documentation

  • ping6 <node address> - Ping a node
  • ping6 ff02::1%<interface> - Ping all-nodes multicast address on link

ip

Documentation

  • ip -6 neigh show - Show neighbor cache
  • ip -6 addr/ip -6 a/ ip -6 address - Show IPv6 interfaces addresses
  • ip address add 2002:db6::1/64 dev bt0 - Add IPv6 prefix to interface
  • ip -6 addr flush label "en*" - Clear all IPv6 addresses on an interface

Bluetooth 6LoWPAN

  • Enable 6LoWPAN over Bluetooth
    1. modprobe bluetooth_6lowpan
    2. echo 35 > /sys/kernel/debug/bluetooth/6lowpan_psm
    3. echo 1 > /sys/kernel/debug/bluetooth/6lowpan_enable
  • Connect device to host
    • echo "connect XX:XX:XX:XX:XX:XX 2" | sudo tee /sys/kernel/debug/bluetooth/6lowpan_control

Configurations

Radvd

Documentation

interface $iface
{ 
  AdvSendAdvert on;

  prefix 2b02:6009:aac0:c2a2::/64
  {
    AdvOnLink on;
    AdvAutonomous on;
    AdvRouterAddr on;
  };
};

IPv6 conf

IPv6 configuration in /etc/sysctl.conf, all can be replaced with interface name

  • net.ipv6.conf.all.accept_ra=2 - Enable or disable SLAAC
    • 1 -> Enable (disabled, if forwarding=1)
    • 0 -> Disable
    • 2 -> Enable (for all)
  • net.ipv6.conf.all.forwarding=1 - Enable IPv6 forwarding
  • net.ipv6.conf.all.accept_ra_defrtr=1 - Accept hop limit settings from RA
  • net.ipv6.conf.all.router_solicitations=1 - Number of Router Solicitations send, before assuming no router available

Labs

RFCs

Contribute

Contributions welcome! Read the contribution guidelines first.

License

CC0

To the extent possible under law, Gabriel Cruz has waived all copyright and related or neighboring rights to this work.

awesome-ipv6's People

Contributors

aggiebill avatar citrullin avatar gmelodie avatar isaacfl avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.