[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiple nic's on a single IP
- To: misc@openbsd.org
- Subject: Re: Multiple nic's on a single IP
- From: "B. Culibrk" <bc@ectrl.com>
- Date: 02 Feb 2004 13:13:05 +0100
- Organization: ECTRL
- References: <6.0.1.1.1.20040128190337.01acc9a8@1.0.0.50> <35415.62.242.151.142.1075368750.squirrel@mailbox.wingercom.dk>
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?