You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to use the latest release of this repository to connect to a Xiaomi Router 4 via Telnet or SSH, I encountered errors stating "Connection refused" and "Unable to connect to remote host".
After troubleshooting, I found that the issue does not occur in release 0.0.7, which successfully allowed me to establish a connection.
Workaround:
Switching to release 0.0.7 resolves the issue and allows successful connection.
Description:
When attempting to use the latest release of this repository to connect to a Xiaomi Router 4 via Telnet or SSH, I encountered errors stating
"Connection refused"
and"Unable to connect to remote host"
.After troubleshooting, I found that the issue does not occur in release
0.0.7
, which successfully allowed me to establish a connection.Workaround:
Switching to release
0.0.7
resolves the issue and allows successful connection.docker build -t openwrtinvasion https://github.com/acecilia/OpenWRTInvasion.git\#0.0.7 docker run --network host -it openwrtinvasion
Additional Information:
The text was updated successfully, but these errors were encountered: