From owner-freebsd-questions@FreeBSD.ORG Mon Aug 11 13:42:49 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 BE106106568B for ; Mon, 11 Aug 2008 13:42:49 +0000 (UTC) (envelope-from asenchi@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 55D1C8FC0C for ; Mon, 11 Aug 2008 13:42:48 +0000 (UTC) (envelope-from asenchi@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3355001rvf.43 for ; Mon, 11 Aug 2008 06:42:48 -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:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=iIJzInbF4u3n423F2EZBsdc8u0IQLz4exOGGuSjrpp8=; b=jK5+sZnDdb+/Siraj7TcJCLQZK+rqoSlpP8x52Q0ricOKZsD/nfw6g8wZsPB7NdsXT 9sLX59zddYCLivJvaJRt6xqnbgApBn6e2guzrAbOnZIWvnzXwcPOz1i77CJz2N4yhyq7 38tBtGAqYc7ZDBsa5/gRyly5q5jN98giwaMHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=D3MkAgcX+ZqHKrl9yum8zm4jAr6gw1c8LC9P0/LTpxSyz7r9x0YCGh6EVfc3lsdzJJ okK0YCAdV+mVYObJ/1B78tLzhw27ff45QigwpdyKUT/XtXGgMjbRVvuzG6lUbva9i54s Uxy1VR3gGUMguIFnBjdQ+6mCShKnat125G8YI= Received: by 10.141.96.21 with SMTP id y21mr3487457rvl.132.1218462168558; Mon, 11 Aug 2008 06:42:48 -0700 (PDT) Received: by 10.140.185.15 with HTTP; Mon, 11 Aug 2008 06:42:48 -0700 (PDT) Message-ID: <8d9c091a0808110642s127b690x33d3cde570dbd813@mail.gmail.com> Date: Mon, 11 Aug 2008 09:42:48 -0400 From: "Curt Micol" To: "Redd Vinylene" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18592.16475.776041.273847@jerusalem.litteratus.org> Cc: Robert Huff , questions@freebsd.org Subject: Re: How to stop my services from trying to bind to IPv6? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: asenchi@asenchi.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2008 13:42:49 -0000 On Mon, Aug 11, 2008 at 9:38 AM, Redd Vinylene wrote: > I use the default sshd config file, I'd rather not maintain one. > > As for my named.conf, I haven't enabled no IPv6 setting there either. > > Perhaps an ipv6_enable="NO" in rc.conf will do the trick? > > Honestly though, shouldn't FreeBSD assume I don't use IPv6 unless I > tell it that I do? Nope, quite the opposite. IPv6 is in a lot of services, and keeping it on is a good idea (at least imho). In rc.conf you can set many *_flags to listen on IPv4. For example: sshd_flags="-4" You could also simply block all traffic on IPv6 (in pf): block all inet6 HTH, -- # Curt Micol