Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2001 17:47:38 -0500 (EST)
From:      Richard Lucas <rlucas@solidcomputing.com>
To:        Daniel Kelley <dkelley@otec.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: routing ip addresses through a freebsd firewall
Message-ID:  <20010629174430.H5330-100000@mx2.threeh.com>
In-Reply-To: <Pine.BSF.4.20L2.0106282050190.12239-100000@mx1.hq.ny.otec.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, 28 Jun 2001, Daniel Kelley wrote:

>
> i'd like to set up simple bi-directional nat and let the ipfilter rules
> handle everything else.  i've tried the following ipnat rules:
>
> bimap <outside_interface> aa.bb.cc.0/24 -> 10.1.1.0/24
>

This should be:

bimap <outside_interface> aa.bb.cc.0/32 -> 10.1.1.0/32

> i'm not sure if i need a bimap in the opposite direction (inside->outside)
>

You don't need to.


-Richard


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010629174430.H5330-100000>