Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2000 11:21:20 -0600
From:      "Alejandro Ramirez" <ales@megared.net.mx>
To:        <gcanongo@sidek.com.mx>, <freebsd-questions@FreeBSD.ORG>
Subject:   RE: Help
Message-ID:  <019601bf6821$c351f140$fba3f9cf@megared.net.mx>
References:  <86256872.005A5E13.00@mail.sidek.com.mx>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Gustavo,

> Hi my name is Gustavo , i'am from méxico and i have another problem about
de
> Freebsd software.

Great, which part of Mexico are you from???

>      Let me explain you what's my problem:
> I have a server with 2 interfaces and i use this server for DNS and
FIREWALL and
> i don´t want to use it like FIREWALL anymore,  i want disapear the
functions of
> the FIREWALL, i just  want to use this server just like DNS, but i don´t
know
> where to disable these functions.......¿ where can i disable these
functions for
> ever ?

There are two places to check:

First check the "/etc/rc.conf" file, specially the section:
firewall_enable="NO"            # Set to YES to enable firewall
functionality.
if you dont have this line, then its ok.

Second check if you dont have it compiled in to the kernel, look for the
lines that look like this:
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_DEFAULT _TO_ACCEPT
options IPDIVERT

You could have just one of this lines, or all of them, just delete them, and
rebuild your kernel.

> The another problem that i have is that i want to disable one of the
interfeces
> card for ever, but i want to be sure that when i disable it the software
don´t
> send me any messages about the card.....¿where can i disable for ever?

In the kernel you can disable any device that you are not using, or you dont
want to use any more.

Have Fun...
Ales




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?019601bf6821$c351f140$fba3f9cf>