hi there,
i am new on mikrotik forums i have a problem with accessing my static (live) ip pool within the internal network subnets.
i have applied policy routing because i have 2 internet connections gateways one with static ip pool for corporate clients and one for normal clients using NAT.
the problem is, after applying this policy routing everything works fine but i cant access the static ips within the internal network. the static ips are accessible from outside my network but they are not reachable from my internal network.
the policy routing that i have applied is written below.
thanks, the hair pin nat is actually not working in my case, i am looking for more simple way to do this please share any knowledge or script if you have, it will be very helpful for me.
With this setup you have effectively created a VRF. This means routes from your main table can’t see your static table. VRFs are to routing what VLANs are to switching. So effectively you have created a little logical router just to handle the static IP addresses. If you want the two to mingle your going to need to use route leaking or not use VRFs to accomplish the task at hand.
thanks for reply, i am not very good at making routes, i just want to accomplish the task that i had done with VRF what you have said, please write any script example to use in my case i just want to use 2 gateways for 2 different ip pools one static and one with NAT so i can access the static ip from my internal network.
thanks for reply, i have connected static clients through pppoe so there are many interfaces where a client can connect so what specific interface i will add in this rule? please explain i will be very thank full to you.