[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple nic's on a single IP



On Thu, 2004-01-29 at 10:32, Per Engelbrecht wrote:
> Hi Massimo
> Read e.g. man (4) bridge
> 

I don't know on what bridge configuration you are pointing, but if you
do:
brconfig bridge0 add int0
brconfig birdge0 add int1
brconfig bridge0 up
ifconfig bridge0 1.2.3.4 up

And if both cards ( int0 and int1 ) are on the same collision domain,
shouldn't be there some 'broadcast storm' due the bridging?