From owner-freebsd-net@FreeBSD.ORG Fri Apr 24 17:06:54 2015 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEA34956 for ; Fri, 24 Apr 2015 17:06:54 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7508E16A2 for ; Fri, 24 Apr 2015 17:06:54 +0000 (UTC) Received: from moby.local ([92.74.226.55]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MMk99-1YftuF0gd5-008f13; Fri, 24 Apr 2015 19:06:52 +0200 Message-ID: <553A7817.5050001@gmx.com> Date: Fri, 24 Apr 2015 19:06:31 +0200 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Paul Thornton , freebsd-net@freebsd.org Subject: Re: net.inet.ip.forwarding is mysteriously set to 0 References: <553A7350.40607@gmx.com> <553A73B6.8010307@winterei.se> <553A75E7.4090804@prt.org> In-Reply-To: <553A75E7.4090804@prt.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:exe2SfP8tiQNre1IKzWfaumI1VmkQ2exeEfaAKAsHQgrp6b8RrC n0FLh2dXMIK7Cv3a/Ih4gQXXwhB16gXGlk91chVI34/O+eUUbdEULTZpfpwZbeOdUeCeS4t mOB1Qgb171Nusyv5rgFwaK0xQGWgexzXjGm5kxPQ0kDYif1x9t3pGfVXL2wJ52IHGh+B3Nr I5YsWd8PlsMsfDvZSvO2A== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 17:06:55 -0000 On 04/24/15 18:57, Paul Thornton wrote: > Hi > > This happens when any interface is created if you've enabled forwarding > with the sysctl and not using gateway_enable in rc.conf. It is easily > fixed though. > > See this thread from January: > https://docs.freebsd.org/cgi/getmsg.cgi?fetch=403720+0+archive/2015/freebsd-net/20150104.freebsd-net Ok, thanks for the pointer. Everything is clear now. Nikos