Hi all,
Need to know if this functionality can be implemented within Mikrotik routers
I have a RB4011 and would like to give access to only one external IP by firewall at a certain port, and when a fixed substring is attached to give access to everyone.
As an example.
Router public IP is MyPublicIP. LAN server IP 192.168.88.10, Port is 8888. Safe IP is MySafeIP
Access http://MyPublicIP:8888 only from MySafeIP is easy by basic IP Firewall and NAT to 192.168.88.10
However would like to give access to anyone typing http://MyPublicIP:8888/MyApp ( and only with MyApp substring )
or even better to change port http://MyPublicIP:9999/MyApp to go to 192.168.88.10:888/MyApp, everything else to be blocked.
Thanks for any help.