Re: Can't ping the second network interface!

2015-07-30 Thread Mark Post
>>> On 7/30/2015 at 03:36 AM, "Mehdi H." wrote: > And to make it permanent: > net.ipv4.conf.default.rp_filter = 2 Just to be sure you understand, that is only "permanent" until the next reboot. Mark Post -- For LINUX-390 subs

Re: Can't ping the second network interface!

2015-07-30 Thread Mehdi H.
Thank you guys for kind help. To work around it on RHEL6|7 I did # echo 2 > /proc/sys/net/ipv4/conf/default/rp_filter # echo 2 > /proc/sys/net/ipv4/conf/all/rp_filter And to make it permanent: net.ipv4.conf.default.rp_filter = 2 Bests, --Mehdi On Wed, Jul 29, 2015 at 10:34 PM, Chu, Raymond wr