Can anyone provide a step by step as to how you configure MT to work with multiple public IP’s on different subnets? It involves marking the ingress connection and packets so they egress on the correct gateway. I can’t get it to work and can’t find clear instructions.
jwcn -
Check out this link - there are multiple examples listed there. http://wiki.mikrotik.com/wiki/Routing
These basically mark the outgoing packets so they keep going out the same gateways until they are ‘done’. No need to mark incoming packets - the upstream router decides which IP to send things to… Failover maybe an important aspect of what you are doing so read over the examples and pick the one that best suits your needs… Once you do that come on back and we’ll help you get it working.