Sounds like a routing problem to me.
A quick test. After boot both your interfaces are 'up' right? I don't think you need a full reboot. This should do: Code: /etc/rc.d/rc.inet1 restart
With both interfaces up, ping something. Does that work?
After that try to ping something, but tell `ping` which interface to use: Code: ping -I wlan0 192.168.0.1 # the 'I' is a capital 'i'
If the first one didn't work, and the second one did then it's thinking your unconnected eth0 is up and prefers that. You want to solve this, but you don't want it happening the other way around when you're using a wired connection.
It's a setting somewhere. Funny you don't run into this when you're using DHCP
Can you post the output of `route`?
__________________
Can't tell an OS by it's GUI
|