Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2000 12:15:51 PST
From:      "Cosmic 665" <the_hermit665@hotmail.com>
To:        cwalker@computech-ca.com, freebsd-newbies@freebsd.org
Subject:   Re: FireWallq
Message-ID:  <20000311201551.16864.qmail@hotmail.com>

next in thread | raw e-mail | index | archive | help
Just set your firewall in rc.conf to the following:

firewall_enable="YES"            # Set to YES to enable firewall
firewall_type="OPEN"         # Firewall type (see /etc/rc.firewall)
firewall_quiet="NO"             # Set to YES to suppress rule display

and add this to your kernel config:

options         IPFIREWALL              #firewall
options         IPFILTER                #kernel ipfilter support
options         IPFILTER_LOG            #ipfilter logging
options         IPDIVERT

this will produce a firewall system, but it will leave the firewall open.  
By doing this you will have a firewall up, but it will be up to you to add 
whatever to your firewall (but at least your firewall will be up :P).

-cosmic-665



>Is there any where I can get just a canned firewall script to put as my
>rc.firewall just for temporary until I get to that part of the learning
>process??
>
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-newbies" in the body of the message

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com



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?20000311201551.16864.qmail>