User Tools

Site Tools


admin:tpipv6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
admin:tpipv6 [2021/03/04 15:48] – created oreladmin:tpipv6 [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TP IPv6 ====== ====== TP IPv6 ======
  
-* https://dept-info.labri.u-bordeaux.fr/~guermouc/AR/cours//cours3.pdf +  * https://dept-info.labri.u-bordeaux.fr/~guermouc/AR/cours//cours3.pdf 
-* https://dept-info.labri.u-bordeaux.fr/~guermouc/AR/TP/feuille7.pdf+  * https://dept-info.labri.u-bordeaux.fr/~guermouc/AR/TP/feuille7.pdf
  
 **Cheat Sheet** **Cheat Sheet**
  
-* https://cdn.discordapp.com/attachments/691967319580344374/816337114643300422/IPv6-Cheat-Sheet.pdf +  * https://cdn.discordapp.com/attachments/691967319580344374/816337114643300422/IPv6-Cheat-Sheet.pdf 
-* https://access.redhat.com/sites/default/files/attachments/rh_ip_command_cheatsheet_1214_jcs_print.pdf+  * https://access.redhat.com/sites/default/files/attachments/rh_ip_command_cheatsheet_1214_jcs_print.pdf
  
 ==== Configuration du réseau local  atg, immortal et opeth en IPv6 ==== ==== Configuration du réseau local  atg, immortal et opeth en IPv6 ====
Line 13: Line 13:
 Afficher les adresses IP : Afficher les adresses IP :
  
-* Link local, préfixé par FE80::/10 =====> @ locale et privée... (calculée automatiquement à partir de @MAC) +  * Link local, préfixé par FE80::/10 =====> @ locale et privée... (calculée automatiquement à partir de @MAC) 
-* Global =====> @ publique sur Internet+  * Global =====> @ publique sur Internet
            
 <code> <code>
Line 58: Line 58:
 Par Exemple :   Par Exemple :  
  
-opeth =  2001:db8:0:f101::1/64   (partie réseau sur 64 bits = 4 mots de 16 bits = 2001:0db8:0000:f101 ) +  * opeth =  2001:db8:0:f101::1/64   (partie réseau sur 64 bits = 4 mots de 16 bits = 2001:0db8:0000:f101 ) 
-atg = 2001:db8:0:f101::2/64 +  atg = 2001:db8:0:f101::2/64 
-immortal = 2001:db8:0:f101::FFFF/64 (gateway)+  immortal = 2001:db8:0:f101::FFFF/64 (gateway)
  
 <code> <code>
Line 73: Line 73:
 eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
     link/ether aa:aa:aa:aa:02:00 brd ff:ff:ff:ff:ff:ff     link/ether aa:aa:aa:aa:02:00 brd ff:ff:ff:ff:ff:ff
-    inet6 1:db8:0:f101::ffff/64 scope global +    inet6 2001:db8:0:f101::1/64 scope global 
     inet6 fe80::a8aa:aaff:feaa:200/64 scope link      inet6 fe80::a8aa:aaff:feaa:200/64 scope link 
 </code> </code>
Line 112: Line 112:
 <code> <code>
 $ ip -6 neigh flush dev eth0 $ ip -6 neigh flush dev eth0
 +# ou bien
 +$ ip neigh del <@>
 </code> </code>
  
admin/tpipv6.1614872906.txt.gz · Last modified: 2024/03/18 15:04 (external edit)