Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2003 11:18:13 +0200 (CEST)
From:      Konrad Heuer <kheuer2@gwdg.de>
To:        Ruslan Sulemanov <admin@routec.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: configuration NAT
Message-ID:  <20030702111512.I24709-100000@gwdu60.gwdg.de>
In-Reply-To: <9913238963.20030702114337@routec.net>

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

On Wed, 2 Jul 2003, Ruslan Sulemanov wrote:

> I'm try configuration NAT (ipfw + natd),
> how i need start natd ?
>
> Kernel options:
>
> options IPDIVERT
> options IPFIREWALL

/etc/rc.conf:

firewall_enable="YES"           # Set to YES to enable firewall functionality
firewall_type="open"            # Firewall type (see /etc/rc.firewall)
               ^
               Or whatever you want ...

natd_enable="YES"               # Enable natd (if firewall_enable == YES).
natd_interface="de0"            # Public interface or IPaddress to use.
                ^
                Fill in here the device name of your network adapater.

Regards

Konrad Heuer (kheuer2@gwdg.de)  ____            ___  _______
GWDG                           / __/______ ___ / _ )/ __/ _ \
Am Fassberg                   / _// __/ -_) -_) _  |\ \/ // /
37077 Goettingen             /_/ /_/  \__/\__/____/___/____/
Germany



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