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 ([EMAIL PROTECTED])  ____            ___  _______
GWDG                           / __/______ ___ / _ )/ __/ _ \
Am Fassberg                   / _// __/ -_) -_) _  |\ \/ // /
37077 Goettingen             /_/ /_/  \__/\__/____/___/____/
Germany

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to