Description of problem: RHEL7 doesn't automatically have iptables installed (normally uses NetworkManager), but the deploy guide starts off with 'update the iptable' in 2.3.2. Configure the Firewall to Allow Database Traffic Version-Release number of selected component (if applicable): RHOS6
Also, 'service iptables restart' should be changed to 'systemctl restart iptables.service'
Assigning to Martin for review.
Yup, installed, however /etc/sysconfig/iptables file doesn't exist yet. If starting from scratch, perhaps should have initial demo file? Tried putting just the one line in, and it doesn't start up. Also, shouldn't be 'restart', but 'start'.
Yes, I think it would be better to add a "# yum install iptables-services" to the "Disable firewalld" section, since it's clear not all systems are going to have it installed. Working on getting that in.
Successfully tested steps with iptables-services installed.
Verified.