From owner-freebsd-questions Sat Mar 23 14:13:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (pcp284510pcs.owngsm01.md.comcast.net [68.54.240.17]) by hub.freebsd.org (Postfix) with ESMTP id 13E4737B417 for ; Sat, 23 Mar 2002 14:13:42 -0800 (PST) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.11.6/8.11.6) with ESMTP id g2NMDe582551; Sat, 23 Mar 2002 17:13:41 -0500 (EST) (envelope-from marco@radzinschi.com) Date: Sat, 23 Mar 2002 17:13:40 -0500 (EST) From: Marco Radzinschi To: FreeBDS-Questions Cc: Subject: Re: wi0 starts after natd Message-ID: <20020323170553.N82509-100000@mail.radzinschi.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Take the pccardd line out of /etc/rc.conf, and put both the pccardd line and the natd line in /etc/rc.local. If you place the pccard line first, it will load the pccard daemon first, and then NAT daemon. If the pccard is taking a bit of time to initialize, then put a slight delay after the pccard line and before the NAT line with the sleep command. Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy ------------------------------------ Thanks for the reply, Marco I tried placing natd -n wi0 in /etc/rc.local. The pccard daemon starts after /etc/rc.local is loaded. I appreciate any more ideas. Tim Kellers CPE/NJIT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message