<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Morning list,<br>
&nbsp; Just (re)stumbled across something that I wonder if anyone else has ever seen.&nbsp; Are sysctl settings independent?&nbsp; By that I mean if I change setting foo, can setting bar be altered?<br>
<br>
&nbsp; Here's my problem child, which I've reproduced on both RHEL6.4 and RHEL5.8 this morning.<br>
<br>
Our of the box, net.ipv4.ip_forward is set to 1, and net.ipv4.conf.all.accept_redirects is set to 0.<br>
So I change ip_foward to 0 using 'sysctl -w net.ipv4.ip_forward=0'.&nbsp; But now net.ipv4.conf.all.accept_redirects is showing a value of 1.&nbsp; Same behavior if I do &quot;echo '1'&gt; /proc/sys/net/ipv4/ip_forward&quot;.&nbsp;
<br>
<br>
What I'd done before was just reverse the order of assignments, doing the net.ipv4.conf.all.accept_redirects setting before ip_forward, and that seems to work.&nbsp; But I'm curious if this is either just my system, or other people see this also.<br>
<br>
-Rob<br>
<br>
</div>
</body>
</html>