Post
Topic
Board Hardware
Re: Avalon ASIC users thread
by
driksson
on 29/10/2013, 14:08:13 UTC
So I have managed to get failsafe working (thru telnet), but running into problems when trying to ssh.
Quote
root@(none):/# ssh 192.168.1.1 -l root
ssh: Exited: Error connecting: Connection timed out
root@(none):/# ssh 192.168.1.2 -l root
ssh: Exited: Error connecting: Connection refused

Here's the full and very confusing link

http://wiki.openwrt.org/doc/howto/generic.failsafe

But yes, telnet is supposed to work first after a reset before you need ssh.


Hm, if you are logged in on telnet, where are you trying to connect with ssh? i mean, the failsafe is already running on telnet for you to access. and it shows that you are logged in..

I suggest you, when logged in on telnet do:
more /etc/config/network

Show the output here. I assume it is a fixed ip-address you set a while back.
Put your pc on an ip on the same subnet, with that, you will be able to access the web admin using the ip you got from the above command and configure the unit again.