OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Network equipment testing with two NICs

From: Michal Soltys (nozoziu.info)
Date: Tue Aug 01 2006 - 16:24:40 CDT


Matthew R. Dempsky wrote:
>
> Is my guess correct? If so, is it possible to have OpenBSD route
> traffic both ways across the ethernet cable?
>
> Thanks.
>

icmp's replies would go through loopback in such case.

If you wanted to force it to go over the cable, you could use route(8) to
manually set routing or use pf and set reply-to option on interface, where
icmp request is incoming.