I have lte connection and ipsec vpn tunnel. And restrict all non vpn traffic through lte, but I want to access router by ssh by lte1 public ip in case of problems with vpn.
I disable traffic through lte by this firewall rules
[admin@MikroTik] /ip cloud>> print
ddns-enabled: yes
update-time: yes
public-address: 104.238.184.144
dns-name: xx.sn.mynetname.net
status: Error: request timed out
warning: DDNS server received request from IP 104.238.184.144 but your local IP was 192.168.42.10; DDNS service
might not work.
The remark about LTE addresses by @kevinds, according to my knowledge (I work as radio engineer for incumbent MNO), is not true in our region (SE part of EU).
Most of LTE devices will get own public IP. However, neither connections originating from internet at large nor connections between LTE devices from same LTE network are allowed and that’s to protect our customers.
Other LTE devices will get private IP address, but will “enjoy” NAT to a public IP address and that address will not change as long as LTE device keeps same private IP address. A few LTE devices will share single public IP address in this case. Also in this case connections from other devices and/or internet are not possible (partly due to how NAT operates but mostly due to same reasons as if LTE device gets public address).