<br><br><div class="gmail_quote">On 26 June 2012 20:15, Kelly <span dir="ltr"><<a href="mailto:kcobean@gmail.com" target="_blank">kcobean@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Peter Ruprecht <ruprech@...> writes:<br>
<br>
><br>
> Hi everyone,<br>
...<br>
<div class="im">><br>
> Does anyone know if there's a way to get RHEL 6 to give me the behavior<br>
> I'm used to with RHEL 5?  That is, how can I ping the interface on the<br>
> "other" subnet and actually get a reply?<br>
><br>
> Thanks,<br>
> Peter Ruprecht<br>
><br>
<br>
</div>You'll need to set the rp_filter value to 0.  Right now, your RHEL6 host is<br>
configured to do strict source route checking, so if an interface receives a<br>
packet for which the reply interface is a different interface, the packet will<br>
be dropped.  Setting rp_filter to 0 allows the system to reply out a different<br>
interface than the packet was received on.  It's a sysctl parameter.<br><br></blockquote><div><br>You're probably better of setting it to 2 (loose, rather than strict).<br><br>However, asymmetric routing is not necessarily a good idea so you would be wise to investigate getting packets rto route out of the interface you'd expect replies on. <br>
<br>jch<br></div></div>