When I configure my wireless network with WPA PSK auth, it is able to pull a dhcp address and the interface (wlan0) works properly. This is when eth0 (static) is up and the cable is connected. If I disconnect the eth0 cable, the wireless no longer functions. I cannot ping or connect via the wireless interface, but if I plug the wire back in, it starts working again. Tried with both ipw2200 and rtl8187. I&#39;m stumped and looking for suggestions.<div>
<br></div><div>I do not have this problem if WEP is configured and wpasupplicant is not installed. If wpasupplicant is installed I get the same problem<br><div><br></div><div>Thanks<br><div><br></div><div>running custom 2.6.32.27 kernel debian lenny</div>
<div><br></div><div>/etc/network/interfaces</div><div><div># The loopback network interface</div><div>auto lo</div><div>iface lo inet loopback</div><div><br></div><div># The primary network interface</div><div>auto eth0</div>
<div>iface eth0 inet static</div><div>    address 192.168.1.250</div><div>    netmask 255.255.255.0</div><div>    gateway 192.168.1.254</div><div><br></div><div>auto wlan0</div><div>iface wlan0 inet dhcp</div><div>  wpa-ssid jeffnet</div>
<div>  wpa-psk xxxxxxxx</div></div><div><br></div></div></div>