Regression #14026
closedHA node with CARP VIP in backup state is unable to ping the active node using that CARP VIP address
0%
Description
This was brought up by a customer and I am able to reproduce it.
Master 10.41.1.252
Backup 10.40.1.253
CARP 10.40.1.254
10.40.1.253 is unable to ping 10.40.1.254 on 23.01, but is able to on a 22.05 install.
When pinging 10.40.1.253 > 10.40.1.254 and using packet capture it shows packets reaching 10.41.1.252 and replies making it back to 10.41.1.253, but ping never sees the response. There are no blocked entries in the firewall logs.
Related issues
Updated by Jonathan Lee over 1 year ago
Have you seen this post others are having this issue too.
Updated by Marcos M over 1 year ago
For reference:
This is due to source validation which is now being enabled by default. To return the previous behavior, set net.inet.ip.source_address_validation
and net.inet6.ip6.source_address_validation
to 0
.
ref: IPv4 commit , IPv6 commit
Updated by Marcos M over 1 year ago
- Related to Feature #11369: add Enabling IPv6 Source Address Validation support added
Updated by Jim Pingle about 1 year ago
- Has duplicate Bug #14798: can't ping VIP addresses from the secondary node added
Updated by Jim Pingle about 1 year ago
- Subject changed from CARP backup is unable to ping master via CARP IP. to CARP backup node is unable to ping master node CARP VIP address
Updated by Steven Brown 4 months ago
I have also experienced this bug in 2.7.2.
For reference, I found this bug report in FreeBSD, with a proposed patch that should be merging in upstream.
Updated by Mike Moore 4 months ago
Marcos - similar to IPsec VTI and the strict policy, should we carve out an exception for this?
Updated by Jim Pingle 4 months ago
The fix seems to work for IPv4 but not IPv6. With IPv6 the secondary still can't ping the CARP VIP, both for GUA and LL type addresses. Though setting net.inet6.ip6.source_address_validation=0
doesn't help there either so maybe there is something else going on.
Updated by Jim Pingle about 2 months ago
- Subject changed from CARP backup node is unable to ping master node CARP VIP address to HA node with CARP VIP in backup state is unable to ping the active node using that CARP VIP address
Updated by Jim Pingle about 1 month ago
- Plus Target Version changed from 24.08 to 24.11