Dnia 10.04.2021 Fernando Gont <fgont@si6networks.com> napisaĆ/a:
> Piotr,
>
> On 9/4/21 17:28, Piotr Isajew wrote:
>>
>> The default gateway for your IPv6 block (IPv6_GATEWAY) is always
>> xxxx.xxxx.xxxx.xxFF:FF:FF:FF:FF.
>>
>> For example:
>>
>> The IPv6 address of the server is 2607:5300:60:62ac::/64. The
>> IPv6_GATEWAY will therefore be 2607:5300:60:62FF:FF:FF:FF:FF.
>
> Then create net routes for both:
>
> * 2607:5300:60:62ac::/64
> * 2607:5300:60:62FF::/64
>
> on the same interface. i.e., both networks are on-link, and things will
> work.
Thanks, but this doesn't work for me. I did:
- configure my interface with /64 prefix len
- add both /64 IPv6 blocks to the routing table:
route add -inet6 <<ipv6_block>> -link -iface ix0
gateway doesn't respond to ping6 (I get sendmsg: Invalid
argument)
For now it seems that the only working configuration is to set my
interface prefix len to 56.
No comments:
Post a Comment