On Fri, 27 Aug 2004 08:54:22 -0700 Oliver King-Smith <oliver.king-smith@xxxxxxxxxxxx> wrote: > Hello, > > I how an embedded processor that needs to act as a bridge between a wireless > and wired network. I have managed to bring up the bridge fine. I can also > bring up the bridge with a static ip address. However I can not figure out > how to bring up the bridge with a dynamic ip address. > > Is it possible to for a bridge to get a dynamically assigned ip address? > > Oliver DHCP will work on the bridge interface (br0) but you need to have the bridge and ethernets up, and the forwarding delay has to expired. After that the eth0 will be in the forwarding state.