doc:appunti:net:ipv6_on_ppp
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:net:ipv6_on_ppp [2024/07/05 15:35] – [Troubleshooting IPv6 problems] niccolo | doc:appunti:net:ipv6_on_ppp [2024/07/05 15:37] (current) – [Troubleshooting IPv6 problems] niccolo | ||
|---|---|---|---|
| Line 582: | Line 582: | ||
| < | < | ||
| - | ping -6 2a01: | + | # ping -6 2a01: |
| </ | </ | ||
| Line 588: | Line 588: | ||
| < | < | ||
| - | ip -6 address show dev enp0s7 | + | # ip -6 address show dev enp0s7 |
| </ | </ | ||
| Line 606: | Line 606: | ||
| < | < | ||
| - | ip -6 route show | + | # ip -6 route show |
| - | </ | + | |
| - | + | ||
| - | < | + | |
| 2a02: | 2a02: | ||
| 2a02: | 2a02: | ||
| Line 621: | Line 618: | ||
| < | < | ||
| - | tcpdump -i eth0 -n ' | + | # tcpdump -i eth0 -n ' |
| - | </ | + | ... |
| - | + | ||
| - | < | + | |
| IP6 fe80:: | IP6 fe80:: | ||
| id 56698, seq 1, length 64 | id 56698, seq 1, length 64 | ||
| Line 631: | Line 626: | ||
| </ | </ | ||
| - | the client uses its link scope address as source address, which causes the **beyond scope** error. You can confirm this problem on the client using the '' | + | The client uses its link scope address as source address, which causes the **beyond scope** error. You can confirm this problem on the client using the '' |
| < | < | ||
| - | ip -6 route get 2a01: | + | # ip -6 route get 2a01: |
| 2a01: | 2a01: | ||
| via 2a02: | via 2a02: | ||
| Line 646: | Line 641: | ||
| < | < | ||
| - | ip -6 route get 2a01: | + | # ip -6 route get 2a01: |
| 2a01: | 2a01: | ||
| via fe80:: | via fe80:: | ||
doc/appunti/net/ipv6_on_ppp.1720186531.txt.gz · Last modified: by niccolo
