From owner-freebsd-stable@freebsd.org Fri Aug 7 14:30:21 2015 Return-Path: Delivered-To: freebsd-stable@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 8E6E29B55E7 for ; Fri, 7 Aug 2015 14:30:21 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [191.243.120.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46558981 for ; Fri, 7 Aug 2015 14:30:21 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id 5153330FC30 for ; Fri, 7 Aug 2015 11:29:31 -0300 (BRT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-transfer-encoding:content-type:content-type :in-reply-to:references:subject:subject:to:mime-version :user-agent:from:from:date:date:message-id; s=dkim; t= 1438957770; x=1439821771; bh=hkXkdr7I29A6QXDKZZtQOsZ79bV9g2HXgN8 LiPvXi1o=; b=V4euCLyssupDSmZnw6fbbMl7Z6vBjGSPb1PAXN0iXAdB59UJp/O J3/tmG/qNlySnFAt4ALsluP2ekUW2ZaixErYR0C8OvBTCJ1SgjmHrFRoIHLIe8AK FRs7wVsM6RFdq6B9u4saWDEuwge0gu59YlA4PGDXGwKQtfLmpRVjWHe4= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4_I-WabL1NmK for ; Fri, 7 Aug 2015 11:29:30 -0300 (BRT) Received: from [192.168.88.29] (unknown [10.255.0.12]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id 6839C30FC08; Fri, 7 Aug 2015 11:29:30 -0300 (BRT) Message-ID: <55C4C0BB.5070204@bsdinfo.com.br> Date: Fri, 07 Aug 2015 11:29:15 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: "Andrey V. Elsukov" , FreeBSD Stable Mailing List Subject: Re: Routing stops working when we create a new vlan References: <55C3E641.9060305@bsdinfo.com.br> <55C4AFC8.9030302@yandex.ru> In-Reply-To: <55C4AFC8.9030302@yandex.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2015 14:30:21 -0000 On 07-08-2015 10:16, Andrey V. Elsukov wrote: > On 07.08.2015 01:57, Marcelo Gondim wrote: >> For all work again I need to restart the router. >> I don't know if I could correctly explain the problem. > Do you have gateway_enable="YES" in your /etc/rc.conf? > I have net.inet.ip.forwarding=1 but when I create a new vlan, the system is changing to: net.inet.ip.forwarding=0. Why? I try to go back to the value 1 and the system does not return to work. Only back to work if I restart the system. []'s Gondim