Tom Horsley <horsley1953 <at> gmail.com> writes:
... Here's ip route:
10.134.30.0/24 dev em1 proto kernel scope link src 10.134.30.143 192.168.9.0/24 dev wlan0 proto kernel scope link src 192.168.9.1 169.254.0.0/16 dev em1 scope link metric 1002 default via 10.134.30.196 dev em1 ...
I would give it a try ...
This line:
169.254.0.0/16 dev em1 scope link metric 1002
is about Zero configuration networking (zeroconf) http://en.wikipedia.org/wiki/Zero_configuration_networking which is implemented on F15 with Avahi-daemon.
Disable it permanently, and reboot to get a clean networking/routing table.
JB