From owner-freebsd-questions Fri Mar 30 10:20:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from black.purplecat.net (ns1.purplecat.net [209.16.228.148]) by hub.freebsd.org (Postfix) with ESMTP id 74B2037B71E for ; Fri, 30 Mar 2001 10:20:07 -0800 (PST) (envelope-from peter@black.purplecat.net) Received: from localhost (peter@localhost) by black.purplecat.net (8.8.8/8.8.8) with ESMTP id NAA20140 for ; Fri, 30 Mar 2001 13:22:34 -0500 (EST) (envelope-from peter@black.purplecat.net) Date: Fri, 30 Mar 2001 13:22:34 -0500 (EST) From: Peter Brezny To: freebsd-questions@freebsd.org Subject: ipfw with fqdn instead of ip possible? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To allow cable modem users access to a system, i'm trying to setup ipfw rules like this ipfw add allow tcp from host.domain.com port to $oip port in via $oif keep-state The problem i am having appears to be that named is starting after the firewall rules are loaded. (sh /etc/rc.firewall-hostnames works after the system has sucessfully booted with a firewall in place that has no hostnames present). is there a way to get the system to start named first? I've placed the firewall startup info in /etc/rc.conf last, but the firewall rules are being run first. TIA pb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message