Skip to content

Conversation

@ziqin
Copy link
Contributor

@ziqin ziqin commented Nov 22, 2025

  1. Change the IPv6 addresses of A, B, and C according to the context.

  2. In the `ip route add' command run on A, remove the ::a interface identifier from the target CIDR:

    Old: sudo ip route add 2001:db8:bc::a/96 via 2001:db8:ab::b

    New: sudo ip route add 2001:db8:bc::/96 via 2001:db8:ab::b

1. Change the IPv6 addresses of A, B, and C according to the context.

2. In the `ip route add' command run on A, remove the ::a interface
   identifier from the target CIDR:

   Old: sudo ip route add 2001:db8:bc::a/96 via 2001:db8:ab::b

   New: sudo ip route add 2001:db8:bc::/96 via 2001:db8:ab::b
@ydahhrk
Copy link
Member

ydahhrk commented Nov 25, 2025

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants