From owner-freebsd-net@FreeBSD.ORG Mon Nov 18 00:39:08 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6565C7A6 for ; Mon, 18 Nov 2013 00:39:08 +0000 (UTC) Received: from mo6-p00-ob.rzone.de (mo6-p00-ob.rzone.de [IPv6:2a01:238:20a:202:5300::1]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB7AD2145 for ; Mon, 18 Nov 2013 00:39:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1384735144; l=1621; s=domk; d=obsigna.com; h=To:References:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From: Subject:Mime-Version:Content-Type:X-RZG-CLASS-ID:X-RZG-AUTH; bh=lzRMyO2ED1WBTc3aNvCFKfJeUvk=; b=tOhJHgdmtmGG30GYChG+vNk7/EOMEBaA6/NBq58G2SM1p2MVDoOqTUzdYqJ1OUImRsY 6yVYbZ2V3GVKr8bNKo72ZZ92FF7ryvBh1LbPLKm6/ZUIEO2S3W+tFGGutfP+hkL++Ozrz vCXjzwZ+oo5v7wZoN2CDqv7M9vnKQGW/URE= X-RZG-AUTH: :O2kGeEG7b/pS1EK7WHa0hxqKZr4lnx6UhToX1IWHkW4X7v2ImaU2BqlKi/2sgPjP5gc7 X-RZG-CLASS-ID: mo00 Received: from mail.obsigna.com (bd1db303.virtua.com.br [189.29.179.3]) by smtp.strato.de (RZmta 32.13 DYNA|AUTH) with (TLSv1.2:DHE-RSA-AES256-GCM-SHA384 encrypted) ESMTPSA id 002931pAI0d30yK ; Mon, 18 Nov 2013 01:39:03 +0100 (CET) Received: from rolf.projectworld.net (rolf.projectworld.net [192.168.222.5]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.obsigna.com (Postfix) with ESMTPSA id 78282142AF428; Sun, 17 Nov 2013 22:38:59 -0200 (BRST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: MPD5 PPTP and L2TP server problem with FreeBSD 9.2-RELEASE-p1 From: "Dr. Rolf Jansen" In-Reply-To: Date: Sun, 17 Nov 2013 22:38:58 -0200 Content-Transfer-Encoding: quoted-printable Message-Id: <79A66F26-E7D5-4A2E-8887-502AFACC7091@obsigna.com> References: <6066426D-84BE-40F6-904D-9FF97B128555@obsigna.com> <5287EE0F.3070800@smeets.im> <4CA8022F-E827-4417-9541-4E3EB4D6155E@obsigna.com> To: Raimundo Santos X-Mailer: Apple Mail (2.1510) Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 00:39:08 -0000 Am 17.11.2013 um 00:22 schrieb Raimundo Santos : > On 16 November 2013 20:52, Dr. Rolf Jansen wrote: >=20 >> Am 16.11.2013 um 20:13 schrieb Florian Smeets : >>=20 >>> On 16/11/13 22:48, Dr. Rolf Jansen wrote: >>>=20 >>>=20 >>> Do you set net.inet.ip.forwarding in /etc/sysctl.conf? Try setting >>> gateway_enable=3D"YES" in /etc/rc.conf. This is caused by some = changes in >>> the rc system and the scripts it calls on interface creation. This = bit >>> me too. >>>=20 >>> It looks like directly setting net.inet.ip.forwarding in sysctl.conf = has >>> never been officially supported. Though the last time I used >>> gateway_enable was probably in the 4.X days, and setting it in >>> sysctl.conf has always worked for me, until now :) >=20 > same problem to me: > http://thread.gmane.org/gmane.os.freebsd.devel.net/40700/focus=3D40701 >=20 > Eugene's follow up was very instructive. By now, my production router = have > gateway_enable=3D"YES" even with sysctl.conf configured to forward = packets. >=20 > Where can we send a PR? As sugested by Eugene, it is not fault of MPD, > right? A PR can be send using the following web interface: http://www.freebsd.org/send-pr.html For an overview of the PR system, you might want to read the following: = http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing/contrib-h= ow.html#CONTRIB-GENERAL I switched to gateway_enable=3D"YES" in rc.conf, and in addition I = disabled devd. I don't need to edit the sysctl directly, it was only a = habit. Best regards Rolf