Thank you for pointing it out, I’ve fixed the doc.
This is the default of OpenWrt and it seems to me a good default for real usage scenario: the first time you install a firewall, you probably will not have anything listens on port 443 on the public internet.
Still, you can change the port of the web user interface. It’s already documented inside the developer manual. But from you questions I got it’s hard to find it Added to the admin manual: Remote access — NethSecurity documentation
Not really: OpenWrt auto-configuration is much more complex than this, and it depends on the running hardware. The logic is buried inside the core code, but I’d say the developers assume the testers are using virtual machines.
There is a special logic for VMs:
- QEMU: always use DHCP, eth0 is lan, eth1 is wan
- Digital Ocean: always use DHCP, eth1 is lan, eth0 is wan
You’re right, there is a note about it in the manual. This is again a default from OpenWrt. We can change it for sure, but is there a really good static default IP address? I think most of use will try just 192.168.1.1 without reading the doc