On Tue, 23.06.15 13:30, Johannes Ernst ([email protected]) wrote: > (Morale: in doubt, lean hard on your booleans) > > 1. Reboot host. (Arch running in VirtualBox on Mac) > > 2. host> sysctl net.ipv4.ip_forward > net.ipv4.ip_forward = 1
This is the global option, it is related in non-obvious ways to the per-interface one, which you can control with IPForward= option in the .network interface. Also note that the per-interface IPForward= option was buggy in older versions, make sure to use only the most recent systemd versions for this to work correctly. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
