- Solved
- Urgent
During the reboot process of the switch, SSH fails to bind to the IP, and it cannot automatically rebind after the switch becomes normal
1.I am currently using DHCP mode, utilizing the Intel Corporation Ethernet Controller X710 for 10GbE SFP+ devices
2.When the switch is powered off, SSH prompts: "Cannot bind any address."
3.16:56:13 I manually opened the webgui at /Settings/ManagementAccess, changed the SSH port to 23 (I randomly wrote this number because I hadn't enabled Telnet), and after making the modification, clicked "apply". At this point, SSH started normally
4.The webterminal can be used normally after SSHD is stopped. https://10.10.10.2/webterminal/ttyd/
5.It should definitely occur on version 7.2.0. Yesterday, I restarted the switch, and today, I restarted the router, and both encountered this issue
Nov 20 16:46:21 unraid rc.sshd: Updating SSH server daemon...
Nov 20 16:46:21 unraid sshd[2413]: Received signal 15; terminating.
Nov 20 16:46:21 unraid sshd[2244391]: error: Bind to port 22 on 10.10.10.2 failed: Cannot assign requested address.
Nov 20 16:46:21 unraid sshd[2244391]: fatal: Cannot bind any address.
Nov 20 16:56:13 unraid rc.sshd: Starting SSH server daemon...
Nov 20 16:56:13 unraid rc.sshd: /usr/sbin/sshd
Nov 20 16:56:13 unraid sshd[2260435]: Server listening on 10.10.10.2 port 22.
Nov 20 16:56:13 unraid rc.sshd: SSH server daemon... Started.