Someone please help my scalp. I have been pulling my hair out for 3 days trying to figure this out on my own. But I give up so I'm here asking for help. I have two DSL modems in bridge mode to a RB750. Before this week I had dual PPPOE wans set up individually working great. I had internet, I could access each modems http interface to check line stats. But silly me I decided I wanted to load balance the two WANS. After three days of poking every corner of Google I got load balancing working great. I'm getting double the speed on multi connection transfers. Everything works great, very happy. Now for the issue. Since I added all the mangle rules and the new routes for the load balancing I can no longer access either modems http config page. I had it working before the load balanceing by setting up a simple srcnat, masquerade to the modem. But now since the load balancing I can't do it anymore. Here is some info about my network
Modem 1 :10.0.1.1
Modem 2 :10.0.2.1
Local :10.0.0.1
Here is some prints...
IP NAT
0 ;;; masq. vpn traffic
chain=srcnat action=masquerade log=no log-prefix=""
1 chain=srcnat action=masquerade src-address=10.0.0.0/24
out-interface=Tek Savvy 1 log=no log-prefix=""
2 chain=srcnat action=masquerade src-address=10.0.0.0/24
out-interface=Tek Savvy 2 log=no log-prefix=""
3 chain=srcnat action=masquerade dst-address=10.0.1.1 out-interface=Modem 1
log=no log-prefix=""
4 chain=srcnat action=masquerade dst-address=10.0.2.1 out-interface=Modem 2
log=no log-prefix=""
Ip Mangle
0 ;;; masq. vpn traffic
chain=srcnat action=masquerade log=no log-prefix=""
1 chain=srcnat action=masquerade src-address=10.0.0.0/24
out-interface=Tek Savvy 1 log=no log-prefix=""
2 chain=srcnat action=masquerade src-address=10.0.0.0/24
out-interface=Tek Savvy 2 log=no log-prefix=""
3 chain=srcnat action=masquerade dst-address=10.0.1.1 out-interface=Modem 1
log=no log-prefix=""
4 chain=srcnat action=masquerade dst-address=10.0.2.1 out-interface=Modem 2
log=no log-prefix=""
ip routes...
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 Tek Savvy 1 1
1 A S 0.0.0.0/0 Tek Savvy 2 1
2 A S 0.0.0.0/0 Tek Savvy 1 1
3 S 0.0.0.0/0 Tek Savvy 2 1
4 DS 0.0.0.0/0 206.248.154.121 1
5 DS 0.0.0.0/0 206.248.154.122 1
6 ADC 10.0.0.0/24 10.0.0.1 Local 0
7 ADC 10.0.1.0/24 10.0.1.2 Modem 1 0
8 ADC 10.0.2.0/24 10.0.2.2 Modem 2 0
9 ADC 206.248.154.121/32 167.88.27.203 Tek Savvy 1 0
10 ADC 206.248.154.122/32 69.196.180.106 Tek Savvy 2 0
ip address'
\
ADDRESS NETWORK INTERFACE
0 ;;; default configuration
10.0.0.1/24 10.0.0.0 Local
1 10.0.2.2/24 10.0.2.0 Modem 2
2 10.0.1.2/24 10.0.1.0 Modem 1
3 D 167.88.27.203/32 206.248.154.121 Tek Savvy 1
4 D 69.196.180.106/32 206.248.154.122 Tek Savvy 2
Someone please help.