Connection Refused WRT1900ACS

Hi,

I just tried installing LEDE on a WRT1900ACS using the lede-mvebu-linksys-wrt1900acs-squashfs-factory.img. On rebooting I can not connect to the default website on 192.168.1.1. I get connection refused so not sure on next steps.

The router seems to come up alright as I get an ip-address and can the default gatewat id is 192.168.1.1. I can connect through the router to the internet as expected.

Any next step?

https://lede-project.org/faq/after_installation#i_can_not_connect_via_webbrowser

You are using a snapshot image. Development snapshots do not contain LuCI. Use a stable release, where LuCI is included in the firmware image.

OK - thank you for the information. Will now work on finding out how to install a new image - a bit of an adventure for me!

ssh to the router with an ssh client (e.g. putty on windows: http://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html)
and assuming the router as internet access, you should be able to run:
opkg update
opkg install luci

good luck!

Up and running - thanks guys

OK, same story but with Netgear R7800, used:
lede-ipq806x-R7800-squashfs-factory.img
Was able to ssh to 192.168.1.1 but there is no internet connection...
What should I do? Could you point me on list of CLI commands, please...

Andrey

Just double checked and those commands don't seem to work anymore, so instead after you ssh in navigate to the wireless section with -

vi /etc/config/wireless

And look for -

option disabled '1'

And change the '1' to a '0'

edit - here's the correct commands for future reference -

uci set wireless.default_radio0.disabled='0'

uci commit wireless

wifi

Change radio0.disabled='0' to radio1.disabled='0' for the other radio.

I have the same problem now.
I have updated some packages with this script: https://pastebin.com/Gtb9KyEi
And now I can't access via web: "ERR_CONNECTION_REFUSED"

What's the problem?