Route-map quest.. ?

hi guys…

i had a problem with my router..so i change it to mikrotik…
So i can’t find a way to set up this mikrotik …



access-list 111 deny ip any x.x.x.x
access-list 111 deny ip any x.x.x.x
access-list 111 deny ip any x.x.x.x
access-list 111 permit ip any any


access-list 101 deny tcp x.x.x.0 0.0.0.3 any eq 8080
access-list 101 permit tcp x.x.x.0 0.0.0.255 any eq 8080


route-map redirect-to-Proxy permit 1
match ip address 101
set ip next-hop x.x.x.x

You are going to have to be a lot more specific with your question and giving of information of what your goals are, and what your old setup was. Without that information, it is impossible to help and provide the answers that you want.

The best that I can tell is you are looking to block access to certain IP addresses, that is done in the firewall filter, and looking to redirect some traffic to a dedicated server, that is done via NAT with dst-nat.