Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 23:20:38 +0200
From:      Thomas Quinot <thomas@cuivre.fr.eu.org>
To:        Kirk Strauser <kirk@strauser.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Still no 'ipf -6' support in the rc scripts?
Message-ID:  <20021022212038.GB62611@melusine.cuivre.fr.eu.org>
In-Reply-To: <87d6q29nrf.fsf@pooh.int>
References:  <87d6q29nrf.fsf@pooh.int>

next in thread | previous in thread | raw e-mail | index | archive | help
Le 2002-10-22, Kirk Strauser écrivait :

> It seems that FreeBSD 4.7-STABLE still does not support IPFilter+IPv6 in its
> /etc/rc.* scripts.  This is very inconvenient, because it forces IPv6
> initialization to occur in the /usr/local/etc/rc.d scripts at the very
> earliest.

You can use the following without any patches:
  ipfilter_flags="-6 -f /etc/ipf.rules6"
which means that ipf whill be invoked as:
  ipf -f ${ipfilter_rules} -6 -f /etc/ipf.rules6
i.e. load ${ipfilter_rules} as IPv4 rules, then
switch to IPv6 and load /etc/ipf.rules6.

Thomas.

-- 
    Thomas.Quinot@Cuivre.FR.EU.ORG

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?20021022212038.GB62611>