Hi, I have found the next issues with the 6.2 final release:
-
If with ip lan/an 192.168.47.1/24 I add in ip address in “address list” with the ip 192.168.1.2, network 192.168.1.0 for any interface (i use PPPoE but fail with all) then if I press in Quick set the button “apply”, then the ip 192.168.1.1 disappears. This occurs with versions 6.2, 6.1 and 5.25.
-
This sentence in script language fails when previosIP is blank so the dns not update:
:if ($currentIP != $previousIP) do={
:log info “No-IP: Current IP $currentIP is not equal to previous IP, update needed”
:set previousIP $currentIP
I have used the method of this link: http://wiki.mikrotik.com/wiki/Dynamic_D … _No-IP_DNS and this script was working with 5.25 and 6.1 versions.
With the version 6.1 this script works good.
- The type os switch is “unknown” as already explained in other posts.
I had to downgrade to 6.1 for the problem with no-ip.
Regards