Hello,
(E-Mail Removed) a écrit :
>
> I think (didn't test it) that you may make a bridge between the two
> interfaces and use 2 switch ports:
Don't forget to enable STP (spanning tree) on the bridge and the switch,
else you create a loop. Also, a bridge changes the MAC address of some
of its interfaces : usually the bridge takes the MAC address of the
first interface and duplicates it on the other interfaces. So you could
just duplicate the MAC address of one interface to the other.
Another approach may be to use bonding with the ifenslave utility ; some
bonding modes such as active-backup (mode 1) are fault tolerant. However
some modes may require support by the switch.