On 1/9/06, Alexander Farber <[EMAIL PROTECTED]> wrote: > What's actually meant by "shared network" and why is it bad (is it somehow > related to broadcasts?). The ifconfig shows my cards being on 2 > different networks:
As mentioned in dhcpd.conf(5), a shared network is a set of (logical) networks that lives on a single physical network (i.e. an interface). Your case describes something different: two logical networks, each present on a separate physical network. I suppose adjusting the shared-network declaration will make the error disappear while doing nothing about your issues on your wireless net. Cheers, Rogier -- If you don't know where you're going, any road will get you there.

