So we’re trying to use the Mimosa Cloud to monitor a bunch of our devices. Since our devices are on the “public” internet, we basically whitelist the access to them on the edges of our network (we have several egress points so managing the ACL list is difficult).
It appears that Mimosa is using AWS as their cloud provider “without” using Elastic-IPs for their VPCs. What does this mean? It means that every time they spin up a new gateway or release new software, the gateway IPs change. This plays hell with our Cisco ACL lists as it is impossible to filter on a DNS name…
For instance, As of 21SEP2017 our ACL list looked like:
! Allow Mimosa monitoring point(s)
!
! (as of 21 SEPT 2017)
! ;; ANSWER SECTION:
! connect-all.mimosacloud. co. 9 IN A 52.9.185.0
! connect-all.mimosacloud. co. 9 IN A 52.52.56.19
! connect-all.mimosacloud. co. 9 IN A 54.67.60.122
! connect-all.mimosacloud. co. 9 IN A 54.153.10.154
! connect-all.mimosacloud. co. 9 IN A 54.183.10.170
! connect-all.mimosacloud. co. 9 IN A 54.193.91.49
!
remark Access to the connect-all.mimosacloud. co system (hack)
permit ip host 52.9.185.0 any
permit ip host 52.52.56.19 any
permit ip host 54.67.60.122 any
permit ip host 54.153.10.154 any
permit ip host 54.183.10.170 any
permit ip host 54.193.91.49 any
Here we are only a week later and 2 out of the 6 addresses have already changed. Actually looking this morning its now 3 out 6 have changed. And its playing hell with our monitoring as it keeps saying things are down when in fact they aren’t, just that Mimosa has been checking with a new unplublished IP again.
I’ve dealt with dozens of cloud services and this is the first time I’ve found one in the ISP business that seems to go out of their way to not work well with larger ISPs. If you’re running a simple service or one that you don’t care that the entire internet is constantly scanning your network (and you trust the security of an embedded linux device) then this model is probably ok for you. But our radios are probed at least 3-5 times a minute and based on experience with other vendors, my radio network is the last thing I want exposed.
Any suggestions to mitigate this? Build a proxy communications network? Something else? This direct access bit won’t scale at all if the IPs constantly change (I already have 5 exit point ACLs to update and my access counters zero out every time I have to update the list… These are normally static lists for months if not years, not weekly as is the case now)
Marcos
P.S. The “names” look weird above because the forum software things that they are “links” and refuses to post this as is. Talk about fighting the software…