Jonathan Starck
Jonathan Starck
> We had to revert that PR as it broke the entire setup. Ah okay - I see. Is it an option to adjust only the `/config/mysql/Dockerfile` and leave the...
Is there a solution? After every reboot, I have to set ``` iptables -F FORWARD iptables -P FORWARD ACCEPT ``` again
I solved it with edit the `/etc/network/interfaces` and add `post-up iptables -F FORWARD && iptables -P FORWARD ACCEPT` to the end. I found this later that my comment as @Psycho0verload...
At last I got one more: sudo nano /etc/sysctl.conf uncomment: net.ipv4.ip_forward=1