On 12/07/2011 08:34 PM, Albert Chin wrote: > On Wed, Dec 07, 2011 at 08:23:35PM -0600, Albert Chin wrote: >> On Wed, Dec 07, 2011 at 05:44:14PM -0600, Mike Christie wrote: >> >>> Also for your kernel you will need to set the >>> net.ipv4.conf.default.rp_filter to 0 or 2. >> >> What does this do? > > Found documentation for this but why is rp_filter=1 bad? That's what > it's currently set to. Ditto for net.ipv4.conf.all.rp_filter. Are you > recommending it because of the dropped packets we're seeing on bond1:
Does it work with rp_filter=1 now again? In recent kernels with this commit: (git commit 27fed4175acf81ddd91d9a4ee2fd298981f60295 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=27fed4175acf81ddd91d9a4ee2fd298981f60295) they changed the behavior so that you needed to set it to 0 or 2, or packets would not be delivered to the initiator when using iface binding which uses SO_BINDTODEVICE. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
