From owner-freebsd-questions@freebsd.org Tue Aug 16 19:47:19 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94AD3BBC1C1 for ; Tue, 16 Aug 2016 19:47:19 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D0A018B8 for ; Tue, 16 Aug 2016 19:47:19 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x230.google.com with SMTP id b62so117232138iod.3 for ; Tue, 16 Aug 2016 12:47:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-transfer-encoding; bh=jbB/PPpULUYEpxhqkS/oCi6ARzh69rYMEP3IsC3FwSs=; b=k3Ty9srr9xnqa4IywYGNNa6az0RKnGirw2Mvoi+Z4H+gY9PU+1EoQLwW458niPTbO+ lt0cItVRnqzes+OL4G3CCedA3/JGJeVg6vWmSTFipYKMovwgO1iP9YbvSxvA0xYf4JUi WBTT3rFTfsGAFFHfMfbr618MLwBZ53vCqlEq7E8LXtAV+/X07yx8cgBeZ/ItYPjMDb3u U2ZxulMGj2vfakUJSp1UszRz3OwXzM27/bfPowylelxbJyhLhQuLmhwkrYSFsYYREYRh J1IAZRxLrUBpU/PAFpgeNS8KAPODH4/tWjZ20ZbzTiOwosspUQqGmqEeN03XA09P/gZw B+qQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-transfer-encoding; bh=jbB/PPpULUYEpxhqkS/oCi6ARzh69rYMEP3IsC3FwSs=; b=ljIwY9TjtinftYrii0WkaYS/KKsyfwW9GIdDCmRbuzuynm8IOhfK9im9+rSw4qsR7q A5KmD28irpp2WhcmJ3i1VUPRqISJJGXeQoukJ8GdranSss+PkoyvZE2JCPEFW3pW9vJM 7Y+cLeOjZ7BRXUrqn89NqT1CCGt/JBQXvpL4wE7yEefVJelLVq0MBVOjjWID1vUot2sG a1ivukDcrsecjmROgdpUFz3c86fCEq7io7yEmkncD5JLutYBpMaWa5vrmSZkuVmwybDV JYc/jz7V6zbo98ZQ0+i0yY6h2ymBaPjTX+xpMGkGvoMgyQELHsjWFVXs5FHaUNSecr1x 2ymQ== X-Gm-Message-State: AEkoouvH3eNjF+uD7b7KNaj5kBlcSrk6PktHlK7h2qY1G9mXouKgcnKAYcVPMilE7mDuYw== X-Received: by 10.107.152.149 with SMTP id a143mr42292503ioe.193.1471376838648; Tue, 16 Aug 2016 12:47:18 -0700 (PDT) Received: from [10.0.10.3] (cpe-24-165-196-54.neo.res.rr.com. [24.165.196.54]) by smtp.googlemail.com with ESMTPSA id o15sm13062432ith.2.2016.08.16.12.47.17 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Aug 2016 12:47:18 -0700 (PDT) Message-ID: <57B36DDB.9050506@gmail.com> Date: Tue, 16 Aug 2016 15:47:39 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Cannot ping6 inside jail References: <20160816191547.GA87631@becker.bs.l> In-Reply-To: <20160816191547.GA87631@becker.bs.l> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2016 19:47:19 -0000 Bertram Scharpf wrote: > Hi, > > I couldn't find anything about this by Google or in the man > pages. > > Inside a jail: > > # ping6 ::1 > ping6: socket: Protocol not supported > > When I ask "ifconfig", there are no IPv6 adresses. > > What did I miss? > > Thanks in advance. > > Bertram > > If your talking about issuing the ping command from within a non-vimage jail then its denied by design as a security risk. You have to enable allow.raw.sockets to get ping command to work.