I installed kamikaze 8.09 + x-wrt for atheros from x-wrt.org.
I want to add packages (specifically, bandwidthd).
Problem: opkg times out on connecting.
I can ping downloads.openwrt.org from the router; I can access downloads.openwrt.org from
a web browser connected to the router - but the router is acting as a switch (it's a DIR-300) so that does not tell me a whole lot.
Could it be firewall? Not sure what to look at next...
Here is ping and wget output from ssh on the router.
------------------------------------------------------------------------------------
root@OpenWrt:~# ping downloads.openwrt.org
PING downloads.openwrt.org (195.56.146.238): 56 data bytes
64 bytes from 195.56.146.238: seq=0 ttl=53 time=341.412 ms
64 bytes from 195.56.146.238: seq=1 ttl=53 time=339.293 ms
^C
--- downloads.openwrt.org ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 339.293/340.352/341.412 ms
root@OpenWrt:~# wget -O myfile -Y off http://downloads.openwrt.org/kamikaze/8.09
/atheros/packages/Packages.gz
Connecting to downloads.openwrt.org (195.56.146.238:80)
wget: cannot connect to remote host (195.56.146.238): Connection timed out
root@OpenWrt:~#