How to disable iptables in RSA NetWitness Platform on v11.3.x
Issue
iptables automatically started after few days even though customer disabled iptables with the following command.systemctl disable iptables
systemctl disable ip6tables
Resolution
Customer can disable iptables with the following steps.- vi /var/netwitness/config-management/cookbooks/nw-firewall/recipes/default.rb
comment out the line in this file, save and quit - systemctl stop iptables
- systemctl stop ip6tables
- systemctl disable ip6tables
- systemctl disable iptables
- orchestration-cli-client --update-admin-node
NOTE: Disable iptables might be a major security hole, and it is not a good idea. Perform this step only if the customer wants to disable under they know that we don't recommend.
Notes
You must perform these steps when you upgrade to next version because it would be re-enabled after every upgrade.
Product Details
RSA Product Set: NetWitness PlatformRSA Product/Service Type: Platform
RSA Version/Condition:11.3.x
Approval Reviewer Queue
RSA NetWitness Suite Approval Queue