I am trying to install openwrt on an RB03 AX6S by following this tutorial
Step 1 : no telnet
Step 2 : ok after hours and hours of understanding that you have to do this from the Chinese interface and then trying to do it.
Step 3 : ok
Step 4 : ok
Step 5 : ok, copy past, ok
Step 6 : ok, rename, easy
Step 7 : I had to change the order to python3 -m http.server but have a good answer
Serving HTTP on 0.0.0.0 port 8000...
Step 8 : cd /tmp is ok but after wget http://192.168.31.252:8000/factory.bin (192.168.31.252 is responding to ping with telnet) give me
wget : can't connect to remote host (192.168.31.252): Connection timed out
I tried a connection by ssh to try to replace the wget by scp but I have an error
Unable to negociate with 192.168.31.1 port 22 : no matching host key type found. Their offer: ssh-rsa
What is wrong whith http server and wget ?
What is wrong with ssh ?
Use curl curl http://192.168.31.252:8000/factory.bin --output factory.bin
Look at the ip that you have hosted that file from ip a
And see if you have the right local ip. Use curl it will work no issues.