fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

ip_forwarder role should save the iptables rules #165

Closed jabl closed 7 years ago

jabl commented 7 years ago

As it is, after a reboot of the login node compute nodes cannot access the outside world before one manually runs the playbook which enables ip forwarding.

martbhell commented 7 years ago

The iptables rules in ip_forwarder role should be in the {{ ferm_rules_extra }} ansible variable 1 - then ferm will set up the firewall on every reboot. Do you have them in there?

jabl commented 7 years ago

Uh oh, no we don't! Thanks, I'll add them there and we'll see if it works next time we reboot.