Yes sure Removed once and destroyed nanosim-to-microsim-to-sim adapter because it was very difficult to pull it out.Isn't there a (removable) SIM card?
Netinstall was performed without config, no defconf or any config to avoid conflicts with exported config. Complex configs are not applicable for import automatically with netinstall, but I solved later with simple config script: /interface lte disable lte1.defconf has firewall rules in place that dont allow api access from WAN. But basically I agree; API should be disabled by default in defconf.
P.S.: still propose MT to disable api/rest stuff in defconf to prevent such things. Those API hacks seem to be common.
Sure, life stinks.Removed once and destroyed nanosim-to-microsim-to-sim adapter because it was very difficult to pull it out.
Chateau has a push-to-eject mechanism. Did not destroy my nano-SIM adapter in years.Yes sure Removed once and destroyed nanosim-to-microsim-to-sim adapter because it was very difficult to pull it out.
Ikr, but I had that combination, got it from MNO, so I used it.Sometimes 1+2 doesn't make 3.
Maybe new models, on my SIM slot doesn't have.Chateau has a push-to-eject mechanism. Did not destroy my nano-SIM adapter in years.
Then you maybe crushed it somehow. My first Chateau in mid 2020 already had that.Maybe new models, on my SIM slot doesn't have.
Well after thinking why I was doing it like that in the past and not bothering much, it was because my MNO always assigned me WAN IP behind CGNAT over network provided APN which protects you from direct access from internet and in that short period until new password is set and firewall rules applied I wasn't concerned, but it seems they changed that and I'm now getting assigned public IP for which I was needed to setup custom APN in the past. Now I definitely needs to be more careful when performing clean netinstall to apply config script for disabling lte interface after first boot.Connecting to the internet prior to having at least the requisite firewall rules in place is a fools game, unless one is into gambling.
SIM slot usage
SIM card slot is designed to use with Micro SIM cards.
Nano SIM cards have different thickness, usage with adapter are not recommended.
Isn't it that cuttings for different SIM sizes are not through? So if one needs e.g. micro SIM, only outer piece of plastic has to be removed. The rest is still decently sturdy so that nano SIM doesn't separate from micro SIM sized frame ...Unfortunately my MNO provides only nano SIM cards with adapters like this so I need to use adapter to insert into router.
Now on the SIM cards... the advice to not use an adapterif you can avoid it is a good one. But I have some MVNO come in packaging with the nano SIM, that come with holders to "upsize" - but certain the 3-in-1 that let you downsize are way more common.Unfortunately my MNO provides only nano SIM cards with adapters like this so I need to use adapter to insert into router.
Me neither - agree! It's actually annoying that the Mikrotik LTE products do not all use the same size - since you cannot necessity just swap SIMs between device. Even on the hAPaxLite-LTE6, that has room for classic/"mini"/larger 2FF slot. But ship has sail on 3FF "micro" - so my hope is Mikrotik NEVER uses 4FF/"nano" ones.BTW I never understood why on relatively large devices nano or micro SIM are used, the mini/standard size is so much better.
...In some cases removing SIM from slot is not convenient ... then providing simple script to netinstall with command which disables lte1 interface is the way...
:local count 0;
:while ([/interface lte find] = "") do={
:set count ($count +1);
:if ($count = 115) do={
:log warning "DefConf: Unable to find LTE interface(s)";
/ip address add address=192.168.88.1/24 interface=ether1 comment="defconf";
/quit
}
:delay 1s;
};
Convenience is a factor which has a huge impact towards lowering security.Maybe reading a bit carefully won't hurt...In some cases removing SIM from slot is not convenient ... then providing simple script to netinstall with command which disables lte1 interface is the way...
Maybe convenience is not right term in case when such HW issues are present and requires a lot of effort to eject SIM including risk to damage it, convenience can be for eg. laziness when simple push-to-eject SIM is available.Choose: convenience or security ?
/ip/service/disable [find]
Go ahead and rely on scripts the rest of the "real" IT human race will rely on either physically removing cable or sim card etc................or just apply script...
It seem logic is here - more stupid people are ones which cannot for any reason remove SIM than ones that don't know that lte1 needs to be enabled to have internet access (if is mitigated like that)
On that we can agree LOL.Exactly, which I suggested above...
ROS without config should not have internet access because of exposed services.
... which include using they come with default password as @normis notes. Since similar problems could happen if you have a "failed" script applied. But it is the admin/<blank-password> that's at the root of the troubles, and since that was the default for long time... problems can happen (and why they changed it).And on newer AX things,
and if y'all add eSIM support... you'd have to provision something in config for LTE to come up. And no stuck SIMs, either.Just some clarification, all devices with LTE and WiFI come with default password for at least a year, I think. I have to check for up to date info. I think the last remaining devices with no password are CCR series.
Is it possible to have internet access without default route is set? If not, which other than LTE can dynamically set default route without config?How do you suggest the router will determine which port has internet access, and then disable it? You can't disable all interfaces.
Good suggestion! It will cover user access security if internet access is on any interface.Maybe stupid question, but couldn't the (safe/complex/random/whatever) password be asked during the netinstall process for those (older) devices that still have the blank one?