It's somewhat common to use fe80::1 as link-local address to provide default gateway functionality to a segment.
So I wanted to configure this on a routers interface as (an additional) link-local address.
Apparently this does not work on Mikrotik / RouterOS (7.13):
1) Neither as native link-local address on an interface:
2) or as VRRP floating IPv6 addresss
Is there any way to achieve this?
So I wanted to configure this on a routers interface as (an additional) link-local address.
Apparently this does not work on Mikrotik / RouterOS (7.13):
1) Neither as native link-local address on an interface:
Code:
/ipv6/address/add address=fe80::1/64 interface=myinterface advertise=nofailure: can not add link local address
2) or as VRRP floating IPv6 addresss
Code:
/ipv6/address/add address=fe80::1/128 interface=myinterface-vrrp advertise=nofailure: can not add link local address
Is there any way to achieve this?
Statistics: Posted by frittentheke — Wed Feb 28, 2024 11:13 am