Hello there,
I'm trying to create a 5G Wann cellular modem router from a minipc to get internet from my camper van.
I followed the getting started tutorial to install x86 target, and everything seemed fine.
I've been trying to connect to the web ui interface or SSH from another device to configure everything, but I never manage to do it. Here are some issues I've had:
With the minipc openwrt connected to the main modem by LAN to LAN cable, I get internet, pings fine, and can install opkg packages.
The problem is that I cannot connect to the minipc from my macbook by running ssh@192.168.1.10 (that's the ip it appers by running ifconfig. I always get connection refused.
the port you use when you can DL openwrt packages, is the WAN port.
you'll never be able to connect to the minipc through that port, unless you reconfigure it/the firewall.
Hey thanks for answering.
I always tried first the 192.168.1.1, but I can never get a proper IP from the minipc connected directly to it with a LAN port.
With the Lan connected to any of the 4 ethernet lan ports I get a "Self assigned IP".
Summarized:
ports 1 & 2, I get a Self assigned IP such as "169.254.48.177"
Ports 3 and 4 look like disconnected, no light appears in it (I don't care much about LAN ports). No connection.
ok... since the only way we can see your working configuration is via literal photos (this is far from ideal, but will do the trick for now), please take photos of your screen for the following (be sure you get the entire file contents).
ubus call system board
cat /etc/config/network | more
Ok... so this indicates you have your lan on eth0 -- you'll need to figure out which port that is (physically) on your device. The address is 192.168.3.1
Let's move on to the other critical files:
cat /etc/config/dhcp | more
cat /etc/config/firewall | more
Just tried again, and now I can get a "Connected" status from the lan port 2, the lan port 1 says self assigned still.
The IP I get in lan port 2 is 192.168.3.233 and I can access to 192.168.3.1 finally both gui and ssh!
Now I can start another tutorial to configure the WANN modem