I’m trying to set up basic DHCPv6 functionality. However, it doesn’t seem to be working. The Mikrotik client sends the request, the Mikrotik server sends the reply, and the client doesn’t like it.
These are the dhcp,debug and dhcp,debug,packet server logs:
recv server: Doppler v6 fe80::4e5e:cff:feaa:aafa -> ff02::1:2
type: solicit
transaction-id: 6386d8
-> clientid: 00030001 4c5e0caa aafa
-> ia_na:
t1: 1800
t2: 2880
id: 0x1
-> elapsed_time: 0
-> rapid_commit:
-> ia_pd:
t1: 1800
t2: 2880
id: 0x1
processing client:4c5e0caaaafa iapd:0x1
rebound: 4c5e0caaaafa 2001:470:29c6::/64
send Doppler v6 -> fe80::4e5e:cff:feaa:aafa%2c
type: reply
transaction-id: 6386d8
-> clientid: 00030001 4c5e0caa aafa
-> serverid: 00030001 000c29fc d113
-> rapid_commit:
-> ia_pd:
t1: 43200
t2: 69120
id: 0x1
-> ia_prefix:
prefix: 2001:470:29c6::/64
valid time: 86400
pref. time: 77760
The client’s dhcp,debug logs say:
discovering...
ia_na: not found
resending...
ia_na: not found
resending...
ia_na: not found
resending...
ia_na: not found
etc.
What’s the problem here?