I’m trying to add IPv6 functionality to our existing DHCP server. We’re running DHCPv4 successfully on ~30 subnets on this server, using "ip helper-address x.x.x.x on the corresponding SVI’s (mostly on Cisco boxes) and specifying the correct relay IP on the different DHCP servers.
…but I cannot find this relay setting anywhere in the DHCPv6 config.. Am I missing something? Is this maybe not necessary in the IPv6 world?
Not sure if you ever got your answer, but I have a thing for unanswered posts. I’m using release 6.30.4. In WINBOX there is no DHCPv6 relay options. You have to configure from a terminal window to set ipv6 dhcp relay settings;
[user@MikroTik] /ipv6 dhcp-relay> add
Creates new item with specified property values.
comment – Short description of the item
copy-from – Item number
delay-threshold –
dhcp-server –
disabled – Defines whether item is ignored or used
interface –
link-address –
name –
I am working towards a DHCPv6 server myself, but am just using RA right now.