Hi All,
I am new to the Mikrotik routers, and tried to setup a bonding, follwoing the tutorial on the web site.
I successfully managed to get the bonding working, ether1 and ether2, with one ip.
When I try to ping my gateway from the router, it works, but anyting outside the subnet, doesn't work, when pinging from the router (this works from any client though)
Second problem, is the Ether3 interface, doesn't route through the bonding interface.
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK INTERFACE
0 192.168.1.30/24 192.168.1.0 bonding1
1 192.168.11.1/24 192.168.11.0 ether3
[admin@MikroTik] > interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE MTU L2MTU MAX-L2MTU
0 R ether1 ether 1500 1598 4074
1 R ether2 ether 1500 1598 4074
2 R ether3 ether 1500 1598 4074
3 ether4 ether 1500 1598 4074
4 ether5 ether 1500 1598 4074
5 R bonding1 bonding 1500
[admin@MikroTik] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 bonding1 1
1 ADC 192.168.1.0/24 192.168.1.30 bonding1 0
2 ADC 192.168.11.0/24 192.168.11.1 ether3 0
[admin@MikroTik] >
Thanks,
Dan