Can't access to LuCi router configuration page

Example:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
3: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN qlen 1000
inet 192.168.225.198/24 brd 192.168.225.255 scope global usb0
valid_lft forever preferred_lft forever
5: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
inet 192.168.2.1/24 brd 192.168.2.255 scope global br-lan
valid_lft forever preferred_lft forever
default via 192.168.225.1 dev usb0 src 192.168.225.198
192.168.2.0/24 dev br-lan src 192.168.2.1
192.168.225.0/24 dev usb0 src 192.168.225.198
192.168.225.1 dev usb0 src 192.168.225.198
0: from all lookup local
32766: from all lookup main
32767: from all lookup default
root@lede:~#`
  • Please fix.
  • Also, provide us the results of your sysupgrade without saving settings

Yoo bro but im trying to make it like this and it's not working actually, im clicking </> icon and just pasting all of this stuff that i've just copied from cmder by CTRL+V and it's still not in this spicy little box that it should be in.

When i want to make an, sysusupgrade, can i do it in LuCi interface without an internet connection? I mean i've downloaded the right file from openwrt official wiki and im not sure what should i do with that now.

Lets skip that and I suggest the beginner's tutorial by sending a private message to @discobot.

For now, that really won't matter, since you'll be doing a sysupgrade. Please let us know what happens.

Do you know how to perform a sysupgrade from the command line?

cd /tmp
wget http://downloads.openwrt.org/releases/18.06.2/targets/ramips/mt7620/openwrt-18.06.2-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin
# be sure to use HTTP in the above command

sha256sum openwrt-18.06.2-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin

# result of sha256sum command should match what is found at
# https://downloads.openwrt.org/releases/18.06.2/targets/ramips/mt7620/ and
# 179c99d3caadb67cf7269b368975dbcdfb0a8bfe38116c45cda2e2d6ac7cd026

sysupgrade -n openwrt-18.06.2-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin

(If I didn't use a codebox, copying/pasting that would be an issue for you.)

Yes.

You can't find LuCI, so I suggested sysupgrade to a version we know has LuCI.

1 Like

Hi! To find out what I can do, say @discobot display help.

Do not edit previous postings! There's no notifications to tell us to re-read!

  • Please wait until you have more posts. In the future, use one post to reply to others.
  • I think you meant the third command, and of course sha256sum will not work, until you've successfully downloaded the file into the folder /tmp

Options:

  • You could make a gateway and add DNS servers on LAN via command line, I DO NOT ADVISE CHANGING TO DHCP, so you must assign an IP from the network range that upstream router - and then attempt to connect them via a LAN port
  • If the device has a USB, perhaps the custom build included the drivers to mount a flash stick
2 Likes

@saymon1232,

I don't think anyone has suggested to you to try:

firstboot
reboot

See: https://openwrt.org/docs/guide-user/troubleshooting/failsafe_and_factory_reset#soft_factory_reset

3 Likes

You haven't edited your post Can't access to LuCi router configuration site to make the code Pre-formatted.

When editing the post, highlight all the code then click the Pre-formatted text tool

2 Likes
config interface 'wan'
option ifname 'usb0'
option proto 'dhcp'

config device 'wan_dev'
option name 'usb0'
option macaddr 'c0:25:e9:7e:c1:82'

Is WAN interface really the LTE modem?

1 Like

Ok so i’ve done sysupgrade yesterday i think i figured out what’s the problem by reading the wiki that you linked. I need to change something in switches and interfaces but yeah you know, which one and where.. WAN interface isn’t set like on LTE Modem

Have you got any more suggestions? I sysupgraded firmware to the newest version and results are the same:(

Where is it assigned then?

Did you keep the old settings when you upgraded or started from scratch?

2 Likes