Hi Guys, I'm having some problems with my openwrt installation.
I've got a wr703n chinese clone called "Fast FWR171-3G" managed to install open Wrt on it (tl-wr703n version) but I can't actually get any web interface.
I can connect via Telnet first then set passwd and connect via SSH (with putty) but I can't really do anything more.
At first I had wireless working but after an Hard Reset it's disappeared, I can't obviously connect it to internet and install luci.
If I try to go in folders like etc/config/dhcp or network or wifi i see them from ls but i cannot access them or even launch commands like config...
I get this "-ash: config: not found"These are my specs:
Linux version 3.2.5 (openwrt@OpenWRTBuild) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Wed Feb 29 09:06:46 MST 2012
Can you help me.
"Config" !?
There is NO command called "config"
You should use build-in text editor to EDIT the "config files"
And, openwrt does NOT come with webui (web interface), you can only install it after you config your router to have internet connection.
something like that:
root@703N:/# ping ipv6.google.com
PING ipv6.google.com (2404:6800:8005::68): 56 data bytes
ping: can't create raw socket: Address family not supported by protocol
root@703N:/# ping goo.gl -w6
PING goo.gl (74.125.71.101): 56 data bytes
64 bytes from 74.125.71.101: seq=0 ttl=54 time=7.884 ms
64 bytes from 74.125.71.101: seq=1 ttl=54 time=5.284 ms
64 bytes from 74.125.71.101: seq=2 ttl=54 time=7.257 ms
64 bytes from 74.125.71.101: seq=3 ttl=54 time=7.253 ms
64 bytes from 74.125.71.101: seq=4 ttl=54 time=5.691 ms
64 bytes from 74.125.71.101: seq=5 ttl=54 time=6.091 ms
--- goo.gl ping statistics ---
6 packets transmitted, 6 packets received, 0% packet loss
round-trip min/avg/max = 5.284/6.576/7.884 ms
root@703N:/#
Study the openwrt-wiki is a must for your guys.
(Last edited by johan666 on 12 Aug 2012, 19:01)