Date: Wed, 9 Jul 2008 17:54:24 -0500 From: "David DeSimone" <fox@verio.net> To: <freebsd-pf@freebsd.org> Subject: Re: New pf install on Freebsd7 seem to be a slow starter. Message-ID: <20080709225423.GB1011@verio.net> In-Reply-To: <48750381.1030004@eskk.nu> References: <48750381.1030004@eskk.nu>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Leslie Jensen <leslie@eskk.nu> wrote: > > # tables > table <goodguys> { something.somewhere.com, somethingelse.somewhere.com, > xxx.yyy.zzz.qqq } This looks like the problem. You have put hostnames in your pf.conf. While this is supported, hostname lookups at boot time are problematic because the network is just getting started. Nameservers are not always immediately reachable, so these name lookups will stall out. I recommend you put IP addresses in your pf.conf so that it can be loaded without waiting for a nameserver. Alternatively, put these hostnames (and IP's) in your /etc/hosts file. - -- David DeSimone == Network Admin == fox@verio.net "This email message is intended for the use of the person to whom it has been sent, and may contain information that is confidential or legally protected. If you are not the intended recipient or have received this message in error, you are not authorized to copy, dis- tribute, or otherwise use this message or its attachments. Please notify the sender immediately by return e-mail and permanently delete this message and any attachments. Verio, Inc. makes no warranty that this email is error or virus free. Thank you." --Lawyer Bot 6000 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFIdUGfFSrKRjX5eCoRAjZBAKCVjmLXTht41z8OVtUIAdjxEbhmyACgpSkr kpKtjfEnBwMxdDhe30pVxpI= =hFXu -----END PGP SIGNATURE----- This email message is intended for the use of the person to whom it has been sent, and may contain information that is confidential or legally protected. If you are not the intended recipient or have received this message in error, you are not authorized to copy, distribute, or otherwise use this message or its attachments. Please notify the sender immediately by return e-mail and permanently delete this message and any attachments. Verio, Inc. makes no warranty that this email is error or virus free. Thank you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080709225423.GB1011>