I have recently changed broadband provider to Vodafone and received a new router (Pro II Ultrahub). Since then, I have been having some wired problems accessing my FreeBSD home server, installed on an old Dell laptop. Sometimes ssh to home server is timed out and I get the following output.
Sometimes it works without a problem. Whenever the ssh is timeout, I can't access any of the server services (e.g. nfs, adguard, etc). Sometimes the router keeps rebooting. If I disconnect FreeBSD server rebooting stops.
Having looked at the auth.logs in FreeBSD I have noticed this repetative strange log. 192.168.0.1 is the address of the router, which seems to be wanting to ssh FreeBSD server!
I'm not sure how to interpret these logs, and haven't been able to find the source of the problem. The only solution at the moment is not to have the FreeBSD laptop connected to the router, which will be very disappointing. Whilst the issue may not be FreeBSD specific, can someone point to what else I could be checking. I have also looked at the logs of the router, but apart from restarting logs, I can't see anything useful.
Code:
ssh -vvv USERNAME@192.168.0.92
OpenSSH_8.6p1, LibreSSL 3.3.6
debug1: Reading configuration data /Users/USERNAME/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
debug1: /etc/ssh/ssh_config line 54: Applying options for *
debug2: resolve_canonicalize: hostname 192.168.0.92 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/Users/USERNAME/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/Users/USERNAME/.ssh/known_hosts2'
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.0.92 [192.168.0.92] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x48
debug1: connect to address 192.168.0.92 port 22: Operation timed out
ssh: connect to host 192.168.0.92 port 22: Operation timed out
Sometimes it works without a problem. Whenever the ssh is timeout, I can't access any of the server services (e.g. nfs, adguard, etc). Sometimes the router keeps rebooting. If I disconnect FreeBSD server rebooting stops.
Having looked at the auth.logs in FreeBSD I have noticed this repetative strange log. 192.168.0.1 is the address of the router, which seems to be wanting to ssh FreeBSD server!
Code:
Jul 4 00:18:07 server sshd-session[44314]: Received disconnect from 192.168.0.1 port 59174:11: SSH client disconnected [preauth]
Jul 4 00:18:07 server sshd-session[44314]: Disconnected from authenticating user root 192.168.0.1 port 59174 [preauth]
I'm not sure how to interpret these logs, and haven't been able to find the source of the problem. The only solution at the moment is not to have the FreeBSD laptop connected to the router, which will be very disappointing. Whilst the issue may not be FreeBSD specific, can someone point to what else I could be checking. I have also looked at the logs of the router, but apart from restarting logs, I can't see anything useful.