Hi All:
I have been upgrading configs our our 300+ RUT950 units that are in the field. I've been pushing the RUT9XX_R_00.06.08.6_WEBUI.bin file up to the routers for FW updates and this is working great.
After the update finishes I do the following:
1. opkg update
2. opkg install openssh-sftp-server
Works a treat except for one router. It updated fine, rebooted and when I run "opkg update" it just sits there and does nothing:
root@CORS214:~# opkg update
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/base/Packages.gz.
I can exit this with cntrl-C and can successfully ping downloads.openwrt.org:
root@CORS214:~# ping -c 2 downloads.openwrt.org
PING downloads.openwrt.org (168.119.138.211): 56 data bytes
64 bytes from 168.119.138.211: seq=0 ttl=48 time=156.292 ms
64 bytes from 168.119.138.211: seq=1 ttl=48 time=160.766 ms
--- downloads.openwrt.org ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 156.292/158.529/160.766 ms
So I have name lookup. How do I troubleshoot this?
Why will it not update?
Cheers,
John