>
> I can't help you with your specific problem, but one thing is that you
> need to do, is to enable the machine to forward ip packets from one
> interface to another.  Create something like
> a /etc/sysctl.d/99-sysctl.conf and add this:
>
> # Enable packet forwarding
> net.ipv4.ip_forward = 1
> net.ipv6.conf.all.forwarding = 1
>
It is.
gabx@hortensia ➤➤ ~ % cat /etc/sysctl.d/30-ipforward.conf
net.ipv4.ip_forward=1
net.ipv6.conf.default.forwarding=1
net.ipv6.conf.all.forwarding=1

Reply via email to