On Thu, Apr 15, 2004 at 02:49:56PM -0400, Daniel Corbe wrote:

> Is there a way to express the following in a PF rule or a set of PF rules?
> 
> "NAT from 10.64.14.0/24 to any unless I have a route in my routing table 
> to the destination"

Try

  nat on $if from 10.64.14.0/24 to no-route -> 1.2.3.4

and make sure you have pass rules that match both translated and
untranslated connections.

Daniel

Reply via email to