Hi, I am following OpenWRT-x86 by PrivateRouter for my mini-pc with Intel N5105 but can not connect to internet during first boot on OpenWRT. I can not ping and can not connect to [192.178.70.1] via another pc (my mini-pc has 4 ethernet ports). I already tried LAN cable and LAN to USB 3.0 adapter but didn't work for me. Do you have any idea what am I missing?
Please run the following commands (copy-paste the whole block) and paste the output here, using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have
ubus call system board; \
uci export network; \
uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
ip link; ip -4 addr ; ip -4 ro li tab all ; ip -4 ru; \
ls -l /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; head -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/*
Thanks for help. Since I can not connect to my device from another, I can not copy and paste any text. I must to type whole text and I wont be able to copy the output. So, I guess I am stuck.
Although it is based on OpenWrt, this is not an official version of OpenWrt. It is clearly a forked and customized version (that is also running on 21.02.3 which is out of date).
Please direct your questions to the maintainers of "PrivateRouter", or download and install an official version from the official OpenWrt downlaods site and use the official installation guide to get up and running.
Yes, try every ethernet port with your PC set to defaults ("Obtain IP Address Automatically", aka DHCP). The kernel's enumeration of the ports may not match the manufacturer's labels on the case.
Do you have a local keyboard and screen or a serial console cable (it looks like a Cisco type plug). On the local terminal, run ip link show to see if any Ethernet ports are recognized. There should of course be four, named eth0 up to eth3.
Lol (!) I was thinking about buying this model.
For intel 225 NIC, you need kmod-igc. It should be there by default in 22.03.3.
For your wifi card (intel AX210): bad news. I remember that intel's wifi NIC can't be used as an AP. Maybe someone else can confirm/improve the matter.
I have setup three tiny PCs such like this one. Everytime the enumeration matched the manufacturer labels. I have always got LAN on eth0 and WAN on eth1. On the other hand, I have homemade routers with several NICs inserted (+motherboard) and never had the same enumeration, even when using the very same NIC card onto another PC. It's not an obvious matter
Maybe you should give us more information about our config.
Maybe should make a screenshot from the output of all these commands:
ip link
ip -4 addr
ip -4 ro li tab all
ip -4 ru
One screenshot for every single line.
Did you change something from the default config?
Can you give us more information about your network? Is the openwrt device the main router? Are there other routers? I love drawings/diagrams ...