I have downloaded latest Winbox and reset passwords
I have updated the router software to latest version
I am using a Vodafone UK sim
I am getting a signal but cannot get connected to the internet - I have attached a screenshot of my Quick Set settings and a picture of the LED’s on the aerial/router
Please can someone have a quick look and tell me if any of my settings are batantly wrong or if I need to check a box that is unchecked( I am not technical and have got this far using Google and Youtube! )
Unfortunately that screenshot shows only a small part of the configuration.
Follow the instructions in this post: http://forum.mikrotik.com/t/forum-rules/173010/1
and post your full configuration.
Are you sure-sure that this is what you need/want?
AFAIK in LTE connection the address of the LTE interface is automatically assigned by the ISP, and there is not an explicit assignment of it when doing an export.
I am sure it can be done also in the GUI, but it is easier/faster if you open a terminal window and try running in it:
/ip address print
/ip address disable [find address=“10.20.248.246”]
Explanation:
When you run the first print command it will show the current IP addresses assigned, with a number besides them, very likely the 192.168.88.1/24 is #0 and the 10.20.248.246 is #1, but I cannot be sure from here, if this is the case the command:
/ip address disable 1
is simpler and will work the same, but the previous one should work and risk not disabling the “wrong” address.
Then run again:
/ip address print
that IP address should be marked as disabled.
Good.
I forgot to say that you should have rebooted to see the effects.
Very likely disabling and then reenabling the LTE interface would have been enough, but rebooting is actually better as it is already a “test” of what will happen next time you lose power or need to reboot for other reasons.
@infabo
I suspect that in certain circumstances (Ros upgrade? Quickset run more than once?) the IP can remain “sticky” (actually loses the Dynamic flag and thus becomes static.
I also suspect that this happens more often than what is reported on the forum because the problem only occurs if the IP that becomes static is lower than the dynamic one, as RoS seems to “prefer” the lowest address when an interfaces has multiple ones.
@MikeM45
Now you can safely delete (remove) the disabled address.
The command probably didn’t work as It should have been: