Wasn’t working Thursday when I asked 2 routers.
This morning both those routers worked and the 3 I did today worked.
Guessing it was Tik’s server again.
Wasn’t working Thursday when I asked 2 routers.
This morning both those routers worked and the 3 I did today worked.
Guessing it was Tik’s server again.
Not working for me either.
For me it is also not working, i think indeed the server of mikrotik is down.
Mikroitk’s revolvers are still working, you can add a conditional rule to get your resolution working again:
159.148.147.201
159.148.172.251
/ip dns static
add forward-to=159.148.147.201 regexp=".*mynetname\\.net" ttl=10m type=FWD
Nice, how access remote device that use cloud… for update the cloud…
Very brillant copy & paste solution…
The domain mynetname.net expire on 2022-04-29T08:21:38Z
Simply mikrotik forgot to pay the $35 annual fee to publicdomainregistry.com
Stop speculating and writing idiocy and wait for the service to restore.
Hi rextended & excession, are you saying this added bit to a config will fix the problem temporarily?
/ip dns static
add forward-to=159.148.147.201 regexp=“.*mynetname\.net” ttl=10m type=FWD
If you have a local Tik doing DNS for you (or another DNS server you can configure conditional DNS forwarders on), It will force any name resolution attempts for mynetname.net to go straight to Mikrotik’s servers, which will correctly resolve the name for you. If your monitoring is down because of name res it will sort that out. (You may need to clear your DNS cache on both your router and your device.)
If you have written fw rules on remote machines that depend on mynetname.net to know if they should let you access them, it’s not going to help with that.
Give it a shot and see.
Done, crossed my fingers will disable it when mynetname comes back online but will be there ready for the next time LOL
Make Mikrotik support multiple dynamic DNS providers
If someone had a bit of cunning they would use multiple services between different providers,
rather than more than one service from the same, and rather than only one…
we have proplem with cloud mynetname.net today
I did.
:local hostName [/system identity get name];
:local resolvedIP [:resolve $hostName];
:local ipaddress [/ip address get [find interface="lte1"] address];
:local currentIP [:pick $ipaddress 0 [:find $ipaddress "/"]];
:if ($resolvedIP != $currentIP) do={
/log info ("DDNS: " . $hostName . " : " . $resolvedIP . " -> " . $currentIP);
:local result [/tool fetch user=MikroTik password="***" url=("https://your.dyndns.provid.er/nic/update?system=dyndns&hostname=".$hostName."&myip=".$currentIP) as-value output=user];
}
Thanks i have lost VPN client connection, this script work great, hope they fix soon
https://puck.nether.net/pipermail/outages/2021-September/013806.html
# whois mynetname.net | grep -i sus
Name Server: ns1.suspended-domain.com
Name Server: ns2.suspended-domain.com
2021-09-07T15:37:37Z
Now is working again.
It seems IP Cloud is not working again (?!)
checked on several independent routers/isp’s/ …
Yes it dosnt work. ![]()
I just wrote to support.
started working now … hope it remains stable …
Wouldn’t it be nice if there was a status at the top of this forum.
“Mikrotik Cloud Status : _______”