Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 May 2001 08:17:44 -0500
From:      Jeff <jeff@kreska.org>
To:        FreeBSD Questions <questions@FreeBSD.ORG>
Subject:   Network daemons don't start after upgrade to 4.2 R
Message-ID:  <3AF7F1F7.8F301099@kreska.org>

next in thread | raw e-mail | index | archive | help
I upgraded from 3.4 STABLE to 4.2 release and now several network things
do not start up after reboot.

I can manually bring everything up!  I looked at rc.network to see if I
could figure out why things aren't executing ... but no luck.

Here is what doesn't happen
    1. default route doesn't get set
    2. sysctl -w net.inet.ip.forwarding=1
    3. natd doesn't get started
    4. named doesn't get started
    5. xntpd doesn't get started
    6. firewall script doesn't run

======== /etc/rc.conf ==========
# Enable network daemons for user convenience.
# -- sysinstall generated deltas -- #
named_flags="-c /usr/local/named/named.conf"
ifconfig_ed0="inet x.x.x.x  netmask 255.255.255.0"
ifconfig_vr0="inet 192.168.0.1 media 100baseTX netmask 255.255.255.0"
sendmail_enable="YES"
gateway_enable="YES"
defaultrouter="24.21.161.1"
sshd_enable="YES"
named_enable="YES"               # Run named, the DNS server (or NO).
named_program="named"            # path to named, if you want a
different one.
inetd_enable="YES"
natd_program="/sbin/natd"        # path to natd, if you want a different
one.
natd_enable="YES"                # Enable natd (if firewall_enable ==
YES).
natd_interface="ed0"           # Public interface or IPaddress to use.
#natd_flags="-f /etc/natd.conf"
hostname="isp.assigned.hostname.com"  < this was changed
#dhcp_running=`ps -ax |grep -q dhcpd`
#rc=$?
#if [ "${rc}" = "1" ]; then
#        /usr/sbin/dhcpd -cf /etc/dhcpd.conf
#fi
xntpd_enable="YES"
xntpd_program="xntpd"
xntpd_flags="-p /var/run/ntpd.pid"

/usr/sbin/rndcontrol -s 2
/usr/sbin/rndcontrol -s 9
/usr/sbin/rndcontrol -s 10


firewall_enable="YES"            # Set to YES to enable firewall
functionality
firewall_type="simple"
#firewall_type="open"
firewall_quiet=NO
tcp_extensions="YES"             # Set to YES to turn on RFC1323
extensions.
========= end rc.conf =========


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?3AF7F1F7.8F301099>