Page 1 of 1

[IPv6] Lan hosts can 't reach gateway (dhcpv6 server)

Posted: Tue Mar 05, 2019 5:59 pm
by jlopez
Dear Mikrotik users:

I have the following scenario:
IPv6_escenario.png
1) Mikrotik IPv6 addressing type: static.

2) Mikrotik LAN IPv6 address allocation: DHCPv6 server
/interface bridge
add name=RED_LAN

/interface vlan
add interface=sfp-sfpplus1 name=WAN_IPv6 vlan-id=2909

/ipv6 dhcp-server
add address-pool=BLOQUE_IPv6 interface=RED_LAN name=server1
/ipv6 pool
add name=BLOQUE_IPv6 prefix=2803:cccc:dddd:2::/64 prefix-length=96
/interface bridge port
add bridge=RED_LAN hw=no interface=ether2
add bridge=RED_LAN hw=no interface=ether3
add bridge=RED_LAN hw=no interface=ether4
add bridge=RED_LAN hw=no interface=ether5
add bridge=RED_LAN hw=no interface=combo1
/ip dns
set servers=8.8.8.8,8.8.4.4,2001:4860:4860::8888,2001:4860:4860::8844
/ipv6 address
add address=2803:aaaa:bbbb::5/125 advertise=no interface=WAN_IPv6
add address=2803:cccc:dddd:2:/96 eui-64=yes interface=RED_LAN
/ipv6 nd
set [ find default=yes ] disabled=no
add hop-limit=64 interface=RED_LAN managed-address-configuration=yes other-configuration=yes
/ipv6 route
add check-gateway=ping distance=1 gateway=2803:aaaa:bbbb::4
Mikrotik can reach IPv6 peer address.

LAN PC obtains an IPv6 address and can ping Mikrotik WAN IPv6 address, but can't reach next-hop.

Please, can you tell me the solution about the issue?

Thanks for your attention and help.

Best regards.

Re: [IPv6] Lan hosts can 't reach gateway (dhcpv6 server)

Posted: Wed Mar 06, 2019 10:18 pm
by jlopez
Please close this thread, finally it worked.

Thank you.