After upgrading to Tahoe 26.3, I'm unable to SSH to any host on my LAN
After upgrading to Tahoe 26.3, I'm unable to SSH to any host on my LAN. My network configuration was the same before the upgrade. Even though I have a VPN, I can connect via VPN.
MacBook-Pro-13 ~ % sw_vers
ProductName: macOS
ProductVersion: 26.3
BuildVersion: 25D125
MacBook-Pro-13:~ alex$ ssh 192.168.0.9
ssh: connect to host 192.168.0.9 port 22: Operation timed out
MacBook-Pro-13:~ alex$ ifconfig en0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=6460<TSO4,TSO6,CHANNEL_IO,PARTIAL_CSUM,ZEROINVERT_CSUM>
ether xx:06:xx:42:xx:40
inet6 fe80::1cd8:c46d:20cb:33f5%en0 prefixlen 64 secured scopeid 0xb
inet 192.168.0.133 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
Using the previous version, on another MacBook, I can connect.
~ @ myuser-mac(myuser): sw_vers
ProductName: macOS
ProductVersion: 26.2
BuildVersion: 25C56
~ @ myuser-mac(myuser): ssh 192.168.0.9
Warning: Permanently added '192.168.0.9' (ED25519) to the list of known hosts.
Register this system with Red Hat Insights: rhc connect
[myuser@bastion ~]$
logout
Connection to 192.168.0.9 closed.
~ @ myuser-mac(myuser): ifconfig en0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=6460<TSO4,TSO6,CHANNEL_IO,PARTIAL_CSUM,ZEROINVERT_CSUM>
ether f8:xx:xx:xx:15:xx
inet6 fe80::14a9:ccf9:a0c3:9743%en0 prefixlen 64 secured scopeid 0xe
inet 192.168.0.113 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
~ @ myuser-mac(myuser):