Hi, Yesterday I got basic IPV6 running on my mikrotik 750G(v5.14) yesterday. Today I was going through my LOG file and came accross this :
08:30:39 dhcp,error updating pool6 expire time failed:std failure: unknown id (4)
09:00:39 dhcp,error updating pool6 expire time failed:std failure: unknown id (4)
I’m not sure why its doing that. My ipv6 seems to be working fine on my clients :
C:\Documents and Settings\Greg>ping ipv6.google.com
Pinging ipv6.l.google.com [2404:6800:4006:803::1010] with 32 bytes of data:
Reply from 2404:6800:4006:803::1010: time=69ms
Reply from 2404:6800:4006:803::1010: time=82ms
Reply from 2404:6800:4006:803::1010: time=37ms
Reply from 2404:6800:4006:803::1010: time=38ms
Ping statistics for 2404:6800:4006:803::1010:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 37ms, Maximum = 82ms, Average = 56ms
I used this guide toget ipv6 running http://www.mikrotik-routeros.com/?p=287#more-287
for the basic setup. I have not implemented the firewall rules from it just yet.
As for my connection I have port-5 of my mikrotik connected to my adsl modem thats in bridge mode. The mikrotik has pppoe client running. Port 1 is my local LAN.
Any ideas ?