I have a setup with to mikrotiks, one conected to internet and another onte on another room, connected by an ethernet cable.
The router connected to internet works fine. It gets the prefix from ISP and advertise it to other devices I get. My PC, raspberry and smartphone can get the IPV6 address and use it.
The problem is with the seconde router. When I put the DHCPv6 client to get an address it does not get it. I've tried by prefix and address and nothing happens. Any hint that I could use?
ISP Router
Code: Select all
/ipv6 address
add address=::1 from-pool=pool-copel interface=bridge-local
/ipv6 dhcp-client
add add-default-route=yes interface=pppoe-copel pool-name=pool-copel pool-prefix-length=63 request=prefix
Client Router
Code: Select all
/ipv6 dhcp-client
add add-default-route=yes interface=bridge-local pool-name=pool-casa request=address