Date: Thu, 04 Feb 1999 15:49:30 +0000 From: Brian Somers <brian@Awfulhak.org> To: Juriy Goloveshkin <j@avias.com> Cc: freebsd-stable@FreeBSD.ORG, peter@FreeBSD.ORG, jdp@FreeBSD.ORG Subject: Re: rc.network->rc.firewall->natd Message-ID: <199902041549.PAA55761@keep.lan.Awfulhak.org> In-Reply-To: Your message of "Thu, 04 Feb 1999 17:57:43 %2B0300." <19748.990204@avias.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hello,
>
> if "natd_enable" is set to "YES" in rc.conf then rc.firewall
> loads the following rule:
> if [ "X${natd_enable}" = X"YES" -a "X${natd_interface}" != X"" ]; then
> $fwcmd add divert natd all from any to any via ${natd_interface}
> fi
> but after rc.firewall and before natd some programs in
> rc.network require normally working network...
I think natd needs to be loaded in the network_interfaces loop in
network_pass1 in rc.network and should reside in /sbin.
Any chance of a repository copy of src/usr.sbin/natd to src/sbin/natd
(peter & jdp cc'd) ? If it's moved, I'll shift the loading.
Cheers.
> Best regards,
> Juriy mailto:j@avias.com
--
Brian <brian@Awfulhak.org> <brian@FreeBSD.org> <brian@OpenBSD.org>
<http://www.Awfulhak.org>
Don't _EVER_ lose your sense of humour !
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902041549.PAA55761>
