[Solved] Dynamic route missing on secondary node

Started by Gleeen, March 26, 2025, 05:23:26 PM

Previous topic - Next topic
March 26, 2025, 05:23:26 PM Last Edit: March 26, 2025, 05:28:19 PM by Gleeen
I've got the following HA setup running on version 25.1.3:






ISP router192.168.0.1
Node A192.168.0.101
Node B192.168.0.102
CARP Virtual IP192.168.0.100

The issue is that, when node B has a statically assigned IP address it won't respond to ping and outbound ping fails with the error "sendto: Invalid argument".
When the same address is assigned via DHCP or when node A is not reachable I can see the following dynamic route appear and at the same time the pings start getting responses.
You cannot view this attachment.
Once I switch back to a static IP or node A comes back online, the route disappears again and the responses stop.
Clearly this route to the Subnet is what's missing and I can see routes just like it for all my other VLANs.

To recap:
  • 192.168.0.102 statically assigned: No route
  • 192.168.0.102 assigned via DHCP: No route
  • 192.168.0.102 statically assigned and other note unreachable: No route

This setup had been working well for years. Due to some issues with a new router sent by my ISP I fiddled with some of the settings (IPv6 disabled, interface IP temporarily changed to different IP and reverted) and afterwards I noticed this issue.

Does anybody have an idea why this route keeps disappearing or where I could look to begin troubleshooting this issue?

Thanks

Nevermind. I was looking through everything once more and found the issue. When making the changes the subnet mask for that interface accidentally got changed from /24 to /32. Correcting this back to /24 made the route reappear.