I have a strange question, because i have a strange situation.
I need to know if I am doing it right.
There is some place where I cannot run fiber. and the data that needs to go is more than 1.5 gbps (video files need to be transferred). Again, fiber is not a choice for me unfortunately.
Please check the attached picture. I am planning to use HEX GR3.
Moreover, how about bridging on top of bondings to make them act like a switch?
When it comes to bonding you should be aware that single IP connection won’t be able to use more than one physical link from a bond. Depending on bond setup it might happen that all IP connections between single pair of hosts (i.e. one client, one server) will share single physical link from a bond.
OTOH, after you construct a bond, the bond device acts similarly to any other interface (so it’s can be a member of a bridge).
Beware that bonding is a CPU-only functionality on hEX and can not be HW offloaded. Meaning that even if CPU is capable of pushing around those gigabits, the CPU-ether ports interconnect will be a bottleneck (that’s 2x1Gbps full duplex) … you’ll have to consult block diagram to make the best out of the tiny device.
You are right. It’s just questionable if you really need to route traffic in a daisy-chain config or switching is fine. This could well be an over-complication.
If you need to separate traffic of different cAPs, then using different VLANs should be enough. This includes also a management access.
Yes you are right.
No, now I am not going with ether-bonding now as the data isnt much.
However, I kind of need help in daisy chaining the HEX. is it possible?
Including a mikrotik router will have many advantages for me in the long run, so I cant just settle with an AP.
any resource you can show me on daisy chaining the hex?
So you need to transform hEX units to simple switches … the easiest way would be to reset without config, then connect using Winbox via MAC, create single bridge and add all 5 ether ports. Add IP address to bridge (needed for management … either static address or run DHCP client on bridge). Then use any port to connect “uplink” and any port for “downlink” and any port for AP.
If you’re still thinking about transforming links to bonds: I don’t think hEX are good devices for that, their internal wiring actually doesn’t allow for much more than 1Gbps traffic (unless you design your bonds really carefully) and then the CPU will definitely become a bottleneck.
How about I create a bridge of just 2 ports. 3rd port will be connected to the AP. The AP will run a hotspot to only allow the specific user.
Suppose the Hex in middle, the user pc will fetch data from the server via port 1, other ports in the bridge will switch the data for the next hex.
Check the diagram. So this is what I want? the port on which the AP is attached is running hotspot. Bridge is just passing data to and from server.
Please do comment.