I have a server running RHEL6.4
.
I need to configure .rp_filter
sysctl parameter for my server's private interconnect.
This server has 2 NICs bonded together.
I looked through the documentation and searched online but haven't found conclusive information how exactly it should be configured.
Should I set it on the bonded interface itself?
net.ipv4.conf.bond0.rp_filter = 0
Or should I set it on the 2 physical slave NICs?
net.ipv4.conf.em1.rp_filter = 0
net.ipv4.conf.em2.rp_filter = 0
I can not use net.ipv4.conf.all.rp_filter
or net.ipv4.conf.default.rp_filter
.