I have a router with two pipes out to the internet, on ports eth1 and eth2. I have set up ECMP and it is working, to a point. More importantly, I can winbox or telnet in through the line in eth1, but not the line in eth2 despite having the proper ports forwarded (8291, and 1723 for our VPN). Is there something special I need to do or configure to enter the router on port eth2?
Post your routes table.
Here is my routes table.
/ip route pr
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf
DST-ADDRESS PREF-SRC G GATEWAY DISTANCE INTERFACE
0 ADC 10.1.10.0/24 10.1.10.150 ether2
1 ADC 10.2.10.0/24 10.2.10.152 ether1
2 ADC 10.5.50.0/24 10.5.50.1 wlan1
3 ADC 10.20.21.0/24 10.20.21.1 bridge1
4 ADC 10.80.1.1/32 10.80.1.206 pptp-out1
5 A S ;;; Default Route to Internet
0.0.0.0/0 r 10.2.10.1 ether1
6 A S ;;; ECMP Route for HTTP
0.0.0.0/0 r 10.2.10.1 ether1
r 10.1.10.1 ether2
7 A S ;;; SMTP Traffic Out
0.0.0.0/0 r 10.1.10.1 ether2
8 S 0.0.0.0/0 r 10.2.10.1 ether1