Unable to connect (timeout)
Closed this issue · 2 comments
LauLaman commented
Hi thanks for this script and your time and effort
unfortunately for me it is not working.
This part times out:
ssh -y root@$(cat /var/run/topipv6)
Since you got this working, can you confirm it still does on the latest FW? (i've got the latest 6.6.57
with BusyBox v1.25.1
installed)
Or are there additional steps that i'am missing?
My steps:
- installed new device
- added activated ISP sim (Odido)
- provisioned device
- as part of the provisioning device got updated to the latest FW
- Got Ip, user, pass from the Uinifi network controller
- confirmed i can manually ssh in to the device
Trouble shouting steps:
- Manually ssh into device
- Brought USB up with
ifconfig usb0 up
- Tried to ssh into the usb with
ssh -y root@$(cat /var/run/topipv6)
- Got an timeout:
ssh: Connection to root@<redacted>%usb0:22 exited: Connect failed: Operation timed out
CppBunny commented
Hi,
It seems to be working for me. I did also have this issue a while ago but fixed it by simply rebooting the LTE Pro, let me know if that works!
LauLaman commented