Could someone take a look at this config, as i cannot figure out why i am having so much trouble.
I am trying to connect two Mikrotik routers, CCR-1009. The first one is public facing, and we have set up a public Lan using a bridge on ports 2-8.
We have plugged in the second Mikrotik eth1 to eth8 on the bridge on the first router.
Router 1 setup
1 ;;; WAN
xx.yy.176.90/30 xx.yy.176.88 ether1-gateway
2 ;;; LAN PUBLIC NETWORK
xx.abc.81.33/28 xx.abc.81.32 bridge-public lan
INTERFACE BRIDGE PRIORITY PATH-COST HORIZON
0 ether2 bridge-local 0x80 10 none
1 ether3 bridge-public lan 0x80 10 none
2 I ether4 bridge-public lan 0x80 10 none
3 I ether5 bridge-public lan 0x80 10 none
4 I ether6 bridge-public lan 0x80 10 none
5 I ether7 bridge-public lan 0x80 10 none
6 ether8 bridge-public lan 0x80 10 none
Router 2 Setup
ADDRESS NETWORK INTERFACE
0 ;;; Lan Data Network
10.10.10.1/24 10.10.10.0 Lan Data Network
1 xx.abc.81.39/29 xx.abc.81.32 ether1
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 S 0.0.0.0/0 xx.abc.81.33 10
1 ADC 10.10.10.0/24 10.10.10.1 Lan Data Network 0
2 ADC xx.abc.81.32/29 xx.abc.81.39 ether1 0
Here are the results
When i first configured it, the gw was reachable for about 15 seconds, and then it was unreachable.
ip route nexthop print
0 address=38.110.81.33 gw-state=reachable forwarding-nexthop="" interface=""
scope=10 check-gateway=icmp gw-check-ok=no
What am i doing wrong?