Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2001 04:58:56 -0600
From:      "Victor R. Cardona" <vcardona@home.com>
To:        Isomer1@aol.com
Cc:        freebsd-newbies@FreeBSD.ORG
Subject:   Re: cable modem gateway
Message-ID:  <20010225045856.A1302@home.com>
In-Reply-To: <b5.78f869a.27c9d3d9@aol.com>; from Isomer1@aol.com on Sat, Feb 24, 2001 at 10:19:53PM -0500
References:  <b5.78f869a.27c9d3d9@aol.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 24, 2001 at 10:19:53PM -0500, Isomer1@aol.com wrote:
> I have NOT rebuilt the kernel, I'm assuming since the install
> asks "Enable Gateway?" that the default 4.2 installation must
> include the IPFIREWALL and IPDIVERT options already enabled.
> The machines can reach one another, the cable modem lights
> up when the internal machines attempt to talk out, but the outside
> worlds response does not get back to the internal machines.
> 
> in /etc/rc.conf I added:
>        firewall_enable = yes
> in /etc/rc.firewall I added:
>        /sbin/ipfw -f flush
>        /sbin/ipfw add divert natd all from any to any via de0
>        /sbin/ipfw add pass all from any to any
> also done:
>        natd -interface de0

You need to recompile the kernel, and add support for ipfirewall and
ipdivert. They are not in the default kernel.

Victor Cardona

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




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