I have two servers: one located locally and one hosted on the internet. I want users on my LAN to have access to both servers. However, during peak periods, enabling internet access causes the local server to become very slow and sometimes unreachable.
Is there a way to restrict internet access for my users so that they can only access my internet server and the local server, without having full access to the entire internet?
Both “Yes” and “Not really”, because you need to define first “without access to the entire internet”
Sure you can allow LOCAL users to be allowed to 1 specific (your) SERVER on Internet and BLOCK everything else (=NO Internet)
Within Mikrotik there is no concept of eg. “let’s allow Social Media” but not “Video Streaming” => You’re gonna need to have a slightly more expensive box to have these capabilities.
So if your goal is to really allow just access to several, well-defined public IP’s of your servers it can be done very easily with a “forward” rule and an access-list containing your public servers and then deny everything else.
Thanks jvanhambelgium…i want users to only be able to have access to my server on the internet and the one one the intranet, nothing more. can you post config exmple please?