Hi,
okay, i have many works today and many solutions found for my problems to jump from v.2.8.5 to 4.90
But i have a problem with the policy-routing. I can’t find it in 4.90.
In v2.8.5 i have under /ip policy-routing table BLABLA and added my gateways.
Where can i find in v4.90 ? Have it in other group moved? Have it a other/new or name?
Best regards
Andy
Oh, i think this is better.
This is from the old router v2.8.5
/ ip policy-routing table QSC1
add dst-address=0.0.0.0/0 gateway=212.202.xxx.yyy preferred-source=0.0.0.0
comment=“” disabled=no
add dst-address=192.168.48.0/24 gateway=192.168.48.10
preferred-source=0.0.0.0 comment=“” disabled=no
add dst-address=192.168.51.0/24 gateway=192.168.51.1 preferred-source=0.0.0.0
comment=“” disabled=no
add dst-address=192.168.1.0/24 gateway=192.168.1.10 preferred-source=0.0.0.0
comment=“” disabled=no
What must i do in v4.90 ???
Best regards
Andy
Hi,
i have auch think for /ip route.
But what must i do to convert it correctly?
I have no idea. 
Andy
Ahhhhhhhhh VRF is the right “tool”.
http://wiki.mikrotik.com/wiki/Internet_access_from_VRF_with_NAT
I believe, i believe…
But what must i do for correct convert from the old version (show code in thread-start)?!?!
Best regards
Andy
Hi,
hmm…
/ip route add gateway=192.168.51.10 routing-mark=QSC1
/ip route add dst-address=0.0.0.0/0 gateway=212.202.xxx.yyy routing-mark=QSC1
/ip route add dst-address=192.168.51.0/24 gateway=192.168.51.1 routing-mark=QSC1
and i have in Firewall/NAT a dstnat entry that receive the traffic from once of the 212.202.xxx.yyy IP and send to 192.168.51.52 with routing-mark=QSC1.
But on 192.168.51.52 come no packets. The Counter in Firewall/NAT count and count, but on server in the logs is nothing.
What is missing? I’m not sure is VRF realy correct? And if yes, what must i do?
Best regards
Andy