From owner-freebsd-questions@FreeBSD.ORG Sat Aug 9 10:47:58 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A7D41065670 for ; Sat, 9 Aug 2008 10:47:58 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id BC9788FC13 for ; Sat, 9 Aug 2008 10:47:57 +0000 (UTC) (envelope-from reddvinylene@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1689504fgb.35 for ; Sat, 09 Aug 2008 03:47:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ua04IeQ3TFY9XAMi8T2VZCTcqhR+24of6+hI6jAbjdQ=; b=AtjF54RTbMmSsOMDt3PE1FaA5vLDQCG/OhxEdUl/LrsoS1jxhvkLXtO3WooLqzmF0M B86YyNw3utVcSeRpwN+gxBRaCSeZA4bLa7W8W5UIhrsnbIvqfpqBYYpw9OAOnmpOWsin yVZOTdnJWKdG2g+mk7XHu/DjLaVhM+xBt04Oc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=nql5ZftGVFPmkDNo34zeSVq92MABF5H6xPEVOBUiMkCIdjF/pn+eeyAxsABRLf0oVY QDJUtxycWVNpLzqMIHND3gnjU9MkV9bV7jQJBZ+n8i63WWEYXhd2ocmjFdfk4OJ07K/9 yYk5XH2LQto4/6UoRwjaUvbfFdr7auHDReqNU= Received: by 10.103.20.7 with SMTP id x7mr804752mui.96.1218278876509; Sat, 09 Aug 2008 03:47:56 -0700 (PDT) Received: by 10.103.199.5 with HTTP; Sat, 9 Aug 2008 03:47:56 -0700 (PDT) Message-ID: Date: Sat, 9 Aug 2008 12:47:56 +0200 From: "Redd Vinylene" To: questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: Subject: Re: BIND won't resolve my IPs (not upstream or something?) 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: Sat, 09 Aug 2008 10:47:58 -0000 Maybe mother's /etc/pf.conf could also be of relevance? - camel="80.252.2.3" box="80.252.2.4" ext_if="rl0" set block-policy return set skip on { lo0 } scrub in pass out keep state block in pass in on $ext_if inet proto tcp from any to any port { 22 } keep state pass in on $ext_if inet proto tcp from any to $camel port { 25, 80, 110 } keep state pass in on $ext_if inet proto udp from any to $camel port 53 keep state pass in on $ext_if inet proto tcp from any to $box port { 113, 6000:9999 } keep state pass in on $ext_if inet proto icmp from any to any keep state - Thanks. On Sat, Aug 9, 2008 at 12:41 PM, Redd Vinylene wrote: > I got this FreeBSD server called mother (80.252.2.2). On it, I've made > two jails, camel (80.252.2.3) and box (80.252.2.4 through to > 80.252.2.127). The problem is that reverse lookups for any of the IPs > preceding .4 on box fails. If I connect to IRC with .5 for instance, > it times out and reverts back to .4, whose lookup works just fine. > BIND runs on camel. Maybe the problem is that BIND is not upstream for > all those IPs? (I don't know what that means, a friend just told me) > Or that I haven't configured the reverse for any of the other IPs? I > would really like to keep BIND running on camel, as its dedicated to > all my vital network services, whereas box is the home of all my > users, and thus expendable ;) Is there any way to modify BIND on > camel, or must I set up an additional one on box? My (hopefully) > relevant configuration files can be found here -- > http://pastie.org/250469 -- much obliged, and thanks! > > -- > http://www.home.no/reddvinylene > -- http://www.home.no/reddvinylene