Device: Linksys WHW01 v1 (Velop)
Flashiing way: 192.168.1.1/fwupdate.html
Firmware: openwrt-ipq40xx-generic-linksys_whw01-squashfs-factory.bin
SNAPSHOT (r28921-ce68f61cb6)
Problem: missing luci and WAN config
Device: Linksys WHW01 v1 (Velop)
Flashiing way: 192.168.1.1/fwupdate.html
Firmware: openwrt-ipq40xx-generic-linksys_whw01-squashfs-factory.bin
SNAPSHOT (r28921-ce68f61cb6)
Problem: missing luci and WAN config
You have installed a snapshot image. Read the link for instructions how to install Luci, which is not installed by default in snapshots.
https://openwrt.org/faq/can_not_connect_via_webbrowser
Install 24.10.0 and that should fix the issue, unless you have a reason to use snapshot
This is expected because your device only has a single Ethernet port. You can change it to be a wan port after you've setup WiFi.
EDIT: actually, maybe it has 2 ports? If so, wan should be setup by default, but first install the release build and then we can check the status.
Thanks, now accessing the Luci.
Yes, there are two ports. Could you tell me how should I do to create wan?
root@OpenWrt:~# ifconfig
br-lan Link encap:Ethernet
inet addr:192.168.26.1 Bcast:192.168.26.255 Mask:255.255.255.0
inet6 addr: fe80::ea9f:80ff:fef5:36d6/64 Scope:Link
inet6 addr: fd5c:30eb:3d9e::1/60 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
eth0 Link encap:Ethernet
inet6 addr: fe80::ea9f:80ff:fef5:36d6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
eth1 Link encap:Ethernet
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
eth2 Link encap:Ethernet
UP BROADCAST MULTICAST MTU:1500 Metric:1
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
phy1-ap0 Link encap:Ethernet
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
I believe that covers the basics.
(Additionally, you can create a WAN6 as DHCPv6 Client as well - added to the same firewall zone.)
Or simply reset ?
There is no WAN interface when I first flashed the openwrt firmware. I'm not sure if WAN will appear after reset?
It should.
If there's more than one ethernet port, one will be WAN, the other LAN.
Pardon, I don't understand, does it mean to delete the original LAN interface?
Move the wan port from br-lan to wan firewall zone.
You had wan in both wan and br-lan ?
That's also a no go.
Now your wan is in the wrong firewall zone.
Did you do this?
Velop has two ports. By default, eth1 and eth2 are included in br-lan, so openwrt does not allocate the wan interface. Maybe what I have to do now is to adjust br-lan and specify a port?
That would be very non-standard, but I'm not going do dig into the PR to find out how the image is set up.