QUOTE(weikee @ Dec 13 2018, 09:54 PM)
Found the problem
1) In DHCPv6 Client, uncheck the "address", by default is check. This is new features added

2) After that, i face rebinding issue when the router got reset, it hold the old prefix. Google and found the solution by adding script into ppp "on up:"
https://forum.mikrotik.com/viewtopic.php?t=122420
This workaround works for me. Create an on-up script under the PPP profile. This will force a release (and subsequent renewal). This is mine:
Script:
:local interfaceName [/interface get $interface name];
:delay 10
:log info "profile-pppoe-isp client up: ipv6 dhcp-client release";
/ipv6 dhcp-client release [find interface=$interfaceName];
Tqvm for sharing1) In DHCPv6 Client, uncheck the "address", by default is check. This is new features added

2) After that, i face rebinding issue when the router got reset, it hold the old prefix. Google and found the solution by adding script into ppp "on up:"
https://forum.mikrotik.com/viewtopic.php?t=122420
This workaround works for me. Create an on-up script under the PPP profile. This will force a release (and subsequent renewal). This is mine:
Script:
:local interfaceName [/interface get $interface name];
:delay 10
:log info "profile-pppoe-isp client up: ipv6 dhcp-client release";
/ipv6 dhcp-client release [find interface=$interfaceName];
I think i got this issue with maxishit fibre
Dec 26 2018, 05:00 PM

Quote
0.0202sec
0.81
6 queries
GZIP Disabled