Ip cloud service seems to not work..
And diable and enable the ddns, reset configuration, reboot, reinstall the ROS VM, all have no effect to solve the problem.
Code: Select all
[admin@MikroTik] > /ip cloud print
ddns-enabled: yes
ddns-update-interval: none
update-time: yes
status: updating...
Level:P-Unlimited (Trial)
WAN:PPPoE Dynamic IP
Does anyone have an idea how could I solve the problem?
Code: Select all
[admin@MikroTik] > export
# apr/24/2021 14:22:53 by RouterOS 6.47.9
# software id =
#
#
#
/interface ethernet
set [ find default-name=ether1 ] disable-running-check=no name=LAN
set [ find default-name=ether2 ] disable-running-check=no name=WAN
/interface pppoe-client
add add-default-route=yes disabled=no interface=WAN name=pppoe-out1 password=****** user=*****
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip address
add address=192.168.8.3/24 interface=LAN network=192.168.8.0
/ip cloud
set ddns-enabled=yes update-time=yes
/ip dhcp-server network
add address=192.168.8.0/24 dns-server=192.168.8.3 gateway=192.168.8.3 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip dns static
add address=159.148.172.251 disabled=yes name=cloud2.mikrotik.com
/ip firewall address-list
add address=cloud.mikrotik.com list="MT Cloud"
add address=cloud2.mikrotik.com list="MT Cloud"
/ip firewall mangle
add action=log chain=output dst-address-list="MT Cloud"
add action=log chain=input src-address-list="MT Cloud"
/ip firewall nat
add action=masquerade chain=srcnat
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Asia/Shanghai
/system ntp client
set enabled=yes primary-ntp=193.182.111.143
[admin@MikroTik] > ping cloud.mikrotik.com
SEQ HOST SIZE TTL TIME STATUS
0 159.148.147.229 56 50 242ms
1 159.148.147.229 56 50 233ms
2 159.148.147.229 56 50 242ms
3 159.148.147.229 56 50 242ms
sent=4 received=4 packet-loss=0% min-rtt=233ms avg-rtt=239ms max-rtt=242ms
[admin@MikroTik] > ping cloud2.mikrotik.com
SEQ HOST SIZE TTL TIME STATUS
0 159.148.172.251 timeout
1 159.148.172.251 timeout
2 159.148.172.251 56 50 233ms
sent=3 received=1 packet-loss=66% min-rtt=233ms avg-rtt=233ms max-rtt=233ms
[admin@MikroTik] > tool sniffer quick ip-address=159.0.0.0/8 interface=pppoe-out1
INTERFACE TIME NUM DIR SRC-MAC DST-MAC VLAN SRC-ADDRESS DST-ADDRESS PROTOCOL SIZE CPU FP
pppoe-out1 4.952 1 -> 113*.*.*:60283 159.148.147.201:15252 ip:udp 323 1 no
pppoe-out1 5.209 2 <- 159.148.147.201:15252 113*.*.*:60283 ip:udp 66 1 no
pppoe-out1 5.209 3 -> 113*.*.*:60283 159.148.147.201:15252 ip:udp 323 1 no
pppoe-out1 5.468 4 <- 159.148.147.201:15252 113*.*.*5:60283 ip:udp 84 1 no
pppoe-out1 5.468 5 -> 113*.*.*:60283 159.148.147.201:15252 ip:udp 360 1 no
pppoe-out1 5.716 6 <- 159.148.147.201:15252 113*.*.*:60283 ip:udp 66 1 no
[admin@MikroTik] > / tool traceroute cloud2.mikrotik.com
# ADDRESS LOSS SENT LAST AVG BEST WORST
1 113.66.112.1 0% 3 1.6ms 38.9 1.3 113.8
2 219.135.167.125 0% 3 1.9ms 1.8 1.7 1.9
3 121.8.109.81 0% 3 3.3ms 2.7 1.5 3.3
4 100% 3 timeout
5 202.97.12.5 66.. 3 timeout 4.1 4.1 4.1
6 202.97.13.26 0% 3 218.6ms 216 214.6 218.6
7 81.173.18.22 0% 3 211.5ms 211.3 210.3 212.1
8 62.115.120.228 0% 3 233ms 230.3 225 233
9 62.115.114.249 0% 3 236.2ms 232.2 228.1 236.2
10 62.115.136.79 0% 2 225.1ms 229.2 225.1 233.2
11 213.248.84.33 0% 2 248ms 247.8 247.5 248
12 100% 2 timeout
13 100% 2 timeout
14 100% 2 timeout
15 159.148.172.251 50% 2 231.8ms 231.8 231.8 231.8
16 159.148.172.251 0% 1 240.1ms 240.1 240.1 240.1
[admin@MikroTik] > /ip cloud set ddns-enabled=no
[admin@MikroTik] > /ip cloud set ddns-enabled=yes
[admin@MikroTik] > /ip cloud force-update
[admin@MikroTik] > /ip cloud print
ddns-enabled: yes
ddns-update-interval: none
update-time: yes
status: updating...