I currently have 4.5 meg backbone and added a dsl line to one of my towers to speed things up and have a redundunt route to take if one fails. My first problem is that I am unable to access my dsl modem through the rb532. Here is my setup.
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.0.200.0/23 10.0.200.36 ether8
1 ADC 192.168.1.0/24 192.168.1.47 ether1
2 ADC 192.168.16.0/24 192.168.16.1 ether3
3 ADC 192.168.17.0/24 192.168.17.1 ether7
4 ADC 192.168.22.0/24 192.168.22.1 ether3
5 ADC 192.168.36.0/24 192.168.36.1 ether3
6 ADC 192.168.70.0/24 192.168.70.1 ether2
7 A S 0.0.0.0/0 r 192.168.1.1 ether1
8 S 0.0.0.0/0 r 10.0.200.1 2 ether8
[admin@MikroTik] ip> address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.70.1/24 192.168.70.0 192.168.70.255 ether2
1 192.168.16.1/24 192.168.16.0 192.168.16.255 ether3
2 192.168.22.1/24 192.168.22.0 192.168.22.255 ether3
3 192.168.36.1/24 192.168.36.0 192.168.36.255 ether3
4 192.168.1.47/24 192.168.1.0 192.168.1.255 ether1
5 10.0.200.36/23 10.0.200.0 10.0.201.255 ether8
6 192.168.17.1/24 192.168.17.0 192.168.17.255 ether7
[admin@MikroTik] ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat src-address=192.168.16.0/24 action=masquerade
1 chain=srcnat src-address=192.168.36.0/24 action=masquerade
2 chain=srcnat src-address=192.168.22.0/24 action=masquerade
3 chain=srcnat src-address=192.168.70.0/24 action=masquerade
4 chain=srcnat src-address=192.168.17.0/24 action=masquerade
5 X chain=dstnat dst-address=10.0.200.36 protocol=tcp dst-port=59162
action=dst-nat to-addresses=192.168.16.2 to-ports=80
6 chain=dstnat dst-address=10.0.200.36 protocol=tcp dst-port=59111
action=dst-nat to-addresses=192.169.1.1 to-ports=80
What other settings do I need to get access. When I'm trying to gain access I am located on port 8 which is the 10.0.200.0/23 network and the dsl line is on ether 1 with 192.168.1.47 address on rb and dsl modem ip is 192.168.1.1. I did have access when directly plugged into it. As you can see I'm using to gateways with a very simple failover method which isn't working because when the dsl line fails it takes about 30 seconds to cause the ping to 192.168.1.1 to fail and cause it to switch. Then the ping will come back within seconds and switch back to the dsl even if its not fully functional. Any help on this would be greatly appreciated. Thanks