Adam Gleave wrote:
Just to point something out...
-----
# route show
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 0.0.0.1 UGS 0 3757 - pppoe0
0.0.0.1 default UH 0 0 - pppoe
# ping -c 2 google.com
PING google.com (216.239.37.99): 56 data bytes
64 bytes from 216.239.37.99: icmp_seq=0 ttl=245 time=98.521 ms
64 bytes from 216.239.37.99: icmp_seq=1 ttl=245 time=99.414 ms
--- google.com ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 98.521/98.967/99.414/0.546 ms
-----
Seems normal the routing output
Might sound a stupid question, but are your nameservers ok? (Ok, you
proboably thought of that and are pinging an ip...)
I really hate it (and I remember saying this before) when I have
something that is very much broken on my system, then when someone goes
and proves that it works on theirs, it begins working on mine.
Actually, I take that back... I was pinging using IP addresses rather
than names, but you made me think a moment, and in that thinking, I
wiped out the "lookup file bind" line in /etc/resolv.conf. That *might*
have been that magic voodoo that made things work, since that change was
the only change between the non-working and working configuration. I'm
not even going to try to understand it, but there it is. Now to choose
between getting MySQL running again (which it wouldn't before), or
learning hostapd :)