We currently have 2 WAN interfaces on our router. One is setup with a static IP and the other get the IP from the ISP via DHCP. Whenever I try to enable a static route to add the gateway for the former interface everything doesn’t route correctly. No one can get to the 'net from the internal network.
[admin@MikroTik] > /ip route print
Flags: X - disabled, I - invalid, D - dynamic, J - rejected,
C - connect, S - static, r - rip, o - ospf, b - bgp
# DST-ADDRESS G GATEWAY DISTANCE INTERFACE
0 DS 0.0.0.0/0 r 65.189.240.1 1 WAN
1 XS 0.0.0.0/0 u 66.93.20.1 1 (unknown)
2 DC 192.168.1.0/24 r 0.0.0.0 0 OCEAN
3 DC 176.16.0.0/16 r 0.0.0.0 0 STROUDER
4 DC 65.189.240.0/21 r 0.0.0.0 0 WAN
5 DC 10.59.1.0/24 r 0.0.0.0 0 WiFi
[admin@MikroTik] >
Note: It says interface unknown because the interface and IP address are currently disabled as well.