adam150 wrote: ↑2024-05-31 22:23
Hi ,I am having difficulty in setting up the Luckfox pro/max board. I isntalled the firmware and tried to SSH or Telnet but it shows connection refused all the time
Hello,
Please refer to the content on
https://wiki.luckfox.com/zh/Luckfox-Pic ... lnet-Login. Here are some potential issues and details to check:
1. Ensure that your PC's firewall is not blocking the SSH/Telnet connection. You may temporarily disable the firewall or add an exception to allow connections to 172.32.0.93.
2. Make sure your PC is configured with the correct IP address, which should be set to 172.32.0.100. If the network adapter does not have RNDIS, it indicates a physical connection issue. In this case, you should try using a different cable.
3.If you have previously connected to another device with the IP 172.23.0.93, you may need to clear the corresponding cache information. Execute the following command:
Code: Select all
ssh-keygen -f "<home Path>/.ssh/known_hosts" -R "172.32.0.93"
After this, you should be able to connect normally.
If you can provide more information, such as the error messages printed when the connection fails, it would greatly help in identifying the cause of the problem.