Olivier,
I don't know about ipnat but ipf can do it.
block in quick on fxp0 to fxp1 from x.x.x.x to y.y.y.y
Maybe you can do it by making a rule in ipf that will take
the packet that ipnat spits out and direct it to a given
interface?
--
James A. Robbins
Network Engineer
The Ohio State University
Chemistry Department
----- Original Message -----
From: "Olivier Nicole" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, July 13, 2005 4:24 AM
Subject: redirect to an interface
Hi,
Is it possible to tell ipnat what interface to redirect a packet to?
The situation is as follow:
I have two bridged interface, B1 and B2, with no IP address
I have one interface I1 that has IP address.
Normally, all packets that come in B1 and are accepted by ipf will go
out through B2.
On certain rdr rules, I'd like the packet that come in B1 to go out on
I1. Even if I redirect to I1 IP address, the packet still goes out on
B2.
Any idea?
best regards,
olivier