I have what I thought would be a simple config, but I have tried so many variations and I can't get this to work.
I have 2 Internet connections connected to the Mikrotik. Static IP, each with their own gateway.
I simply want to be able to ping both addresses from the Internet at the same time. That's it.
Basically, I have this. Starting with an empty config. No firewall rules.
Port 1 IP Address = 1.1.1.1/24
Port 2 IP Address = 2.2.2.2/24
Route 0.0.0.0/0 -> 1.1.1.254/24 Distance=1 Table=Main
Route 0.0.0.0/0 -> 2.2.2.254/24 Distance=1 Table=ISP2
Route Rule Dst-Address=1.1.1.1 lookup table=Main
Route Rule Dst-Address=2.2.2.2 lookup table=ISP2
I thought that would work, but I can only ping which ever one is table Main. If I switch them, I can ping the other address, but still only that one.
What am I doing wrong here?