From owner-freebsd-questions@FreeBSD.ORG Wed Jun 7 06:41:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F2B16ACB3 for ; Wed, 7 Jun 2006 06:35:31 +0000 (UTC) (envelope-from nick@nickwithers.com) Received: from mail.nickwithers.com (mail.manrags.com [203.219.206.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30BC943D45 for ; Wed, 7 Jun 2006 06:35:29 +0000 (GMT) (envelope-from nick@nickwithers.com) Received: from localhost (shmick.shmon.net [10.0.0.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.nickwithers.com (Postfix) with ESMTP id 1C41C3AA97; Wed, 7 Jun 2006 16:35:09 +1000 (EST) Date: Wed, 7 Jun 2006 16:35:08 +1000 From: Nick Withers To: Roger Merritt Message-Id: <20060607163508.561b6db3.nick@nickwithers.com> In-Reply-To: <5.2.0.9.0.20060607120734.00a80700@127.0.0.1> References: <5.2.0.9.0.20060607120734.00a80700@127.0.0.1> Organization: nickwithers.com X-Mailer: Sylpheed version 2.2.5 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-nickwithers-MailScanner: Found to be clean X-nickwithers-MailScanner-From: nick@nickwithers.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: natd not starting on boot-up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 06:41:25 -0000 On Wed, 07 Jun 2006 12:13:29 +0700 Roger Merritt wrote: > I'm thoroughly puzzled. Over the weekend I transferred my FreeBSD system to > a new hard drive. Through laziness I didn't follow the instructions and had > to make a completely new install. Everything now seems to be working the > way it should, Apache, MySQL, PHP, syslog, Samba -- except natd. Everything > starts on boot-up as it should -- except natd. I can start it manually from > the command line after booting up and logging in and it works fine, but I > can't tell what's going on that it's failing to start. > > My /etc/rc.conf contains the following: > > # This file now contains just the overrides from /etc/defaults/rc.conf. > defaultrouter="203.151.134.1" > gateway_enable="YES" > hostname="poppy.international.stjohn.ac.th" > ifconfig_ed0="inet 10.3.16.125 netmask 255.255.255.0" > ifconfig_ed1="inet 203.151.134.104 netmask 255.255.255.0" > router_enable="YES" > firewall_enable="YES" > firewall_type="OPEN" > firewall_quiet="YES" > natd_enable="YES" > natd_interface="ed1" > ipv6_enable="YES" > linux_enable="YES" > moused_enable="YES" > moused_port="/dev/sysmouse" > moused_type="auto" > screen="daemon" > nfs_client_enable="YES" > sshd_enable="YES" That looks alright to me... > What can I do to get some indication of where the problem is? Are there any error messages relating to IPFW / natd on boot? What version of FreeBSD are you running? What's the command you're running that _does_ launch natd successfully? What's the output of "ls -l /etc/rc.d/natd"? > -- > Roger > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Nick Withers email: nick@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446