Hi,
Am 07.11.2017 um 10:35 schrieb Maciej Delmanowski:
On Nov 07, Jan Kowalsky wrote:
> I want to enable ip forwarding (ipv4/ipv6) for one host. I thought it
> should be enough to set
>
> sysctl__system_ip_forwarding_enabled: True
>
> But it doesn't work.
>
> What do I wrong?
>
> What I realized: I do not set
>
> sysctl__system_ip_forwarding_enabled: True
>
> at all, there is an entry:
>
> net.ipv4.ip_forward = 1
>
> set. If I don't set it there is no entry generated at all - which means
> the default (on debian) is active which means "0".
This was recently fixed by this pull request:
https://github.com/debops/debops/pull/23
The role should now correctly enforce forwarding instead of omitting the
parameter in the configuration file.
thanks!
Works perfectly.
Jan