On 07.08.2015 17:29, Marcelo Gondim wrote:> 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?AFAIR, devd starts some scripts and if you don't have gateway_enable="YES" net.inet.ip.forwarding will be reset to zero. And since devd doesn't restart sysctl.conf you lose your gateway. The right way to configure router - use gateway_enable="YES" in rc.conf.> 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.This seems strange, are you sure? -- WBR, Andrey V. Elsukov -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 538 bytes Desc: OpenPGP digital signature URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20150807/1676f75b/attachment.bin>
On Fri, Aug 07, 2015 at 05:33:51PM +0300, Andrey V. Elsukov wrote:> On 07.08.2015 17:29, Marcelo Gondim wrote: > > 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? > > AFAIR, devd starts some scripts and if you don't have > gateway_enable="YES" net.inet.ip.forwarding will be reset to zero. And > since devd doesn't restart sysctl.conf you lose your gateway.I think this is incorrect behavior.> The right way to configure router - use gateway_enable="YES" in rc.conf.Changing gateway_enable in rc.conf don't have immediatly effect. Changing gateway_enable and plug interface do unexpectedly effect. Why forwarding controlling not only by /etc/rc.d/routing but also by /etc/rc.d/netif?
On 07-08-2015 11:33, Andrey V. Elsukov wrote:> On 07.08.2015 17:29, Marcelo Gondim wrote: >> 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? > AFAIR, devd starts some scripts and if you don't have > gateway_enable="YES" net.inet.ip.forwarding will be reset to zero. And > since devd doesn't restart sysctl.conf you lose your gateway. > > The right way to configure router - use gateway_enable="YES" in rc.conf. > >> 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. > This seems strange, are you sure? >Problem solved using gateway_enable = "YES" in /etc/rc.conf. But I still think it does wrong. Why to create a vlan I need to have this parameter configured in rc.conf? Or why it needs to change net.inet.ip.forwarding? []'s Gondim