Some websites don't work

That’s right, I’m referring to that old and only rule that was in the firewall:
add action=accept chain=input src-address=“”

When I removed the rule, the websites I mentioned in the first post stopped working again. Is it because the rule allowed general access?

The only lines that I believe I didn’t include are these:

Sorry, I found the issue. I couldn’t use the command that switched the position:
/ip firewall nat/move numbers=1 destination=0
It shows: expected command name (line 1 column 17)

So, I made the change manually, putting the accept rule first and then the masquerade rule. By reversing the sequence, the websites are working now. Is this the correct sequence?

It’s fine. The one I sent has the address-list WAN instead of the out-interface but that is the same thing.’

Regarding the firewall rule, none of the commands I provided should have removed anything from the “chain=input” - Note that the commands I send you contains everything needed to remove the unneeded statements so you should NOT remove anything by hand yourself.

I understand, I didn’t remove anything, just changed the sequence.

Well, all the issues have been resolved, and I really appreciate your help. You’ve completed the configuration of my MikroTik.

Wishing you all the best, thank you very much, Vingjfg.

Thanks, same to you.

You still have several things to fix on this Mikrotik thouhg. Don’t forget about them.

Sure, I will check the explanations in forums and watch more videos about MikroTik.