Below command can be used to change reverse path settings (rp_filter) value dynamically on network bonds/interfaces on Linux host without reboot.
For example if you want to disable reverse path settings by setting value of 0 for rp_filter on network bond bond0, your command looks as follows.
echo <value 0,1 or 2> /proc/sys/net/ipv4/conf/<bond or interface name>/rp_filter
For example if you want to disable reverse path settings by setting value of 0 for rp_filter on network bond bond0, your command looks as follows.
echo 0 > /proc/sys/net/ipv4/conf/bond0/rp_filter
Products to which Article Applies
All Linux Operating Systems
tarun boyella
No comments:
Post a Comment