Skip site navigation (1)Skip section navigation (2)
Date:      	Mon, 27 Jul 1998 18:40:06 +0200
From:      "Jeroen C. van Gelderen" <gelderen@mediaport.org>
To:        <FreeBSD-current@FreeBSD.ORG>
Subject:   Minor order problem in rc.conf
Message-ID:  <001e01bdb97d$365f2ea0$1400000a@deskfix.local>

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

I just installed a 3.0-980520-SNAP machine as a firewall and
masquearading machine. I noticed the new natd_* options and decided to
use them. All went fine, except for one thing: ntpdate doesn't work at
startup. It appears that in order for ntpdate to work the masquerading
code must be running, otherwise the firewall diverts packets from the
outside interface to the not-yet started natd...

Has this been fixed, or shall I try to fix the startup scripts?

Cheers,
Jeroen

--
Jeroen C. van Gelderen  --  gelderen@mediaport.org
=> Fight Spam! Join CAUCE! -- http://www.cauce.org


-----Original Message-----
From: Thomas Dean <tomdean@ix.netcom.com>
To: FreeBSD-current@FreeBSD.ORG <FreeBSD-current@FreeBSD.ORG>
Date: maandag 27 juli 1998 18:07
Subject: Savecore_enable not in rc.conf


|Should savecore_enable be in rc.conf?
|
|/etc/rc contains:
|
|# enable dumpdev so that savecore can see it
|if [ "X${dumpdev}" != X"NO" -a -e ${dumpdev} ]; then
|        dumpon ${dumpdev}
|fi
|
|# /var/crash should be a directory or a symbolic link
|# to the crash directory if core dumps are to be saved.
|if [ "X${savecore_enable}" = X"YES" -a -d /var/crash ]; then
|        echo -n checking for core dump...
|        savecore /var/crash
|fi
|
|
|Should we change rc.conf?
|
|dumpdev="NO"            # Device name to crashdump to (if enabled).
|savecore_enable="NO" # Save kernel core dumps (if enables).
|
|To Unsubscribe: send mail to majordomo@FreeBSD.org
|with "unsubscribe freebsd-current" in the body of the message
|


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001e01bdb97d$365f2ea0$1400000a>