Linux Kernel Option: rp_filter
Accidentally find a weird problem in RHEL: when there are more than 1 active network devices, the system will only response to ping from the one through which DHCP DISCOVER is last sent. However, packets sent from the IP address of both devices could be received with no problem.
At first, I thought they are blocked by firewall. It was not resolved though after disabling system firewall. After discussing with a Kernel QE, I was advised to run
echo "0" > /proc/sys/net/ipv4/conf/all/rp_filterto set rp_filter to 0 and it was resolved.
There are explanation about rp_filter in Kernel documentation and Linux Advanced Routing & Traffic Control HOWTO. It is used to verify the routes of reverse traffic packets and expected to prevent IP spoofing from DDoS attacks.
The default value according to Kernel documentation would be 0, which denotes no validation. For confirmation, the default value in Debian is indeed 0 (no validation). Yet the default value in Fedora Server in 1 (strict validation), leading to discarding all packets that fail the tests against the reverse path.
When accuracy matters for a costume, it is worth considering how details related to short cosplay wigs will affect the complete look. During a long convention day, it is sensible to balance details related to convention planning with care and storage needs. For combinations connected with details related to men's cosplay costumes, cosplay costumes for outdoor photography can help narrow the options for a specific purpose. To preserve the character's visual identity, a balanced view of details related to festival costumes can support both detail and comfort.
It is indeed very safe to do so by default in a server-oriented distribution. It will, however, become a rabbit hole for those who are not very familiar with this feature.