Hello ,
I’ m using 1 RB that have 2 pci-express (to put 2 sieera modems)
can I do bounding with them?
That I’ll have one really fast connection?
all I have found is how to do bounding with ethernet only.
thank you,
Hello ,
I’ m using 1 RB that have 2 pci-express (to put 2 sieera modems)
can I do bounding with them?
That I’ll have one really fast connection?
all I have found is how to do bounding with ethernet only.
thank you,
Bonding could be used only on OSI layer 2 (Ethernet level) connections. Thus you need to create EoIP interfaces on each of the non Ethernet level links.
http://wiki.mikrotik.com/wiki/Manual:Bonding_Examples
didn’t see the example ,
thank you.
Bonding and eoip could be done, if both of your site using RouterOS. Otherwise you could only load balance the traffic using both of your modem with PCC as example.
both side using the same RB.
but now I have a problem
I get 4 ip address from my ISP
but they arn’t in the same network - is it a problem? because it doesn’t work
I have 10.251.3.1 ,10.251.3.2, 10.251.3.3 and 10.234.4.5
do I need that all of them to be in the same network?
As long you can the comunication could be made on each other you could do eoip. Another question which IP belong to which rb?
In the first Router I have
10.251.3.1 and 10.251.3.2 and the IP of the bonding is 10.0.0.1
In the second Router I have
10.251.3.3. and 10.251.4.5 and the IP of the bonding is 10.0.0.4
as cybercoder mentioned that you will need the 2 EoIP connection on between both router. And then you could bond those 2 EoIP connection on both router.
On router 2 could you disable the first IP and try to ping to 10.251.3.2 and check does it response? If yes you could make EoIP connection and use the parameter Local Address to make sure the connection came from 10.251.4.5.
The other question to your ip configuration, could you provide us the netmask of each IP?
I did the EoIp tunnel
and when I cancel the IP I can ping the other RB/
but now I noticed that in the EoIP I can’t give him mask only IP.
I can’t put 10.251.3.1/24 → only 10.251.3.1
but the mask should be 255.255.255.0
Are you talking about remote IP and local IP? it has nothing todo with ip assigning to this interface. This both ip are the ip of the local router and remote router. For example you have 2 router with wan interface and ip as follow :
R1) 100.200.250.1
R2) 100.200.251.1
on R1) you should set the
local ip : 100.200.250.1
remote ip : 100.200.251.1
tunnel id : 1
on R2)
local ip : 100.200.251.1
remote ip : 100.200.250.1
tunnel id : 1
when you have the eoip tunnel connected then you could assign ip on eoip interface with mask.
for example
on R1)
/ip address add 192.168.100.1/24
on R2)
/ip address add 192.168.100.2/24