Re: if_bridge not working with second interface

2005-11-29 Thread Andrew Thompson
On Sun, Nov 27, 2005 at 06:03:35PM +0200, ?zkan KIRIK wrote: > Hi, > > i am trying to bridge two interfaces via if_bridge. > i built a new kernel that includes "device if_bridge" line. > > # ifconfig bridge0 addm fxp0 > > # ping 10.0.0.2 > PING 10.0.0.2 (10.0.0.2): 56 data bytes > 64 bytes from

if_bridge not working with second interface

2005-11-27 Thread Özkan KIRIK
Hi, i am trying to bridge two interfaces via if_bridge. i built a new kernel that includes "device if_bridge" line. my physical interfaces are fxp0 and fxp1 bridge0 works with fxp0, but it doesnt work with fxp1 i tried configurations below: Note: fxp0 and fxp1 doesnt have ip adress # ifconfig