Hi, this is my first post and I hope to explain as best as possible.
I’m working on a project where I need to achieve optimum use of the BONDING to provide complete safety of the transmission to take advantage of the channels created with a Bonding.
Bonding = Bonding is a technology that allows to aggregate multiple ethernet-like interfaces into a single virtual link, thus getting higher data rates and providing failover.
I have to get is to make that data which will be transmitted on the virtual link created with the bonding are received correctly by the receiver, i.e., that are reliable and that can avoid being intercepted by communication outsiders (a man in the middle attack, for example).
The idea that we have is, for example, to send a Word, ‘BALL’, send a ‘B’ and an ‘A’ for an interface (per channel) and send an ‘L’ and ‘L’ by another channel.
We want to achieve that, until that I don’t receive the message in the destination, I can not know the entire message that I’m sending.
Thus, if at some point, an attacker (e.g., a hacker) capture me some package, he may not know what it is, because he don’t have the message full.
The idea is to use the Bonding channels(mikrotik) to provide communication security
Someone I can lend a hand to know where to direct/to route my project ?
Someone who has done something similar?