Hi there, i am new to MikroTik, I have HapLite @ 192.168.0.1
Clients have static IPs on the same subnet. There is a specific client at 192.168.0.4 and I have a web server running at 192.168.0.15 port 8000
Now, all I want to do is allow internet to rest of users while redirect all traffic from 192.168.0.4 to my server at 192.168.0.15:8000, drop packet other than coming from port 80 from the client.
While allowing internet for rest of the users.
That is 192.168.0.4:80 > 192.168.0.15:8000