Date: Sat, 23 Mar 2002 17:13:40 -0500 (EST) From: Marco Radzinschi <marco@radzinschi.com> To: FreeBDS-Questions <freebsd-questions@freebsd.org> Cc: <timothyk@wallnet.com> Subject: Re: wi0 starts after natd Message-ID: <20020323170553.N82509-100000@mail.radzinschi.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020323170553.N82509-100000>