Lew Pitcher a écrit :
>>
>> Orson Cart a écrit :
>>>
>>> Suppose I have 3 pizza boxes, each has 2 x 1 Gbps ethernet ports.
>>> If I connect each to both of the others with crossover cables,
>>>
>>> I eliminate the delay of a router.
[...]
> Assuming that the OP has enough knowledge to properly set up the three
> boxen (assigning proper IP addresses & subnet masks, setting proper
> values in his static route definitions, providing proper /etc/hosts
> values, etc.), then he /might/ have enough knowledge to be able to
> hide the middle boxes two connections under a single "bridge" device.
Middle box ? IIUC the OP's design, each box is directly connected to the
two others, in a triangle topology. A middle box acting as a bridge
introduces at least as much forwarding delay between the two other boxes
as a switch would. Even in the triangle topology, creating a bridge on
each box would require to enable STP (Spanning Tree Protocol) to avoid
loops ; that would effectively disable on of the links and result in one
box being in the middle.