User Tools

Site Tools


admin:tpipv6

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
admin:tpipv6 [2022/02/14 07:54] 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 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.1644825285.txt.gz · Last modified: 2024/03/18 15:04 (external edit)